Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year to 2011. | Jason McDonald | 2011-01-11 | 1 | -1/+1 |
| | | | | | Reviewed-by: Trust Me (cherry picked from commit ac5c099cc3c5b8c7eec7a49fdeb8a21037230350) | ||||
* | Fixed compilation and API of meego graphics system. | Samuel Rødal | 2010-09-10 | 1 | -0/+3 |
| | |||||
* | Adding func prototypes for EGL_NOK_swap_region2 extension. | Michael Dominic K | 2010-07-01 | 1 | -0/+1 |
| | | | | | Merge-request: 712 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com> | ||||
* | Cleanup & remove unused function overloads from QEgl* APIs | Tom Cooksey | 2010-04-16 | 1 | -6/+0 |
| | | | | | | This should make stubbing out these APIs slightly easier. Reviewed-By: TrustMe | ||||
* | Add QEglContext::configAttrib(int name) helper | Tom Cooksey | 2010-03-02 | 1 | -0/+1 |
| | | | | Reviewed-By: TrustMe | ||||
* | Move static methods from QEglContext to QEgl namespace | Tom Cooksey | 2010-03-02 | 1 | -15/+3 |
| | | | | Reviewed-By: Aleksandar Sasha Babic | ||||
* | Move qegl_p.h -> qeglcontext_p.h and add a new qegl_p.h | Tom Cooksey | 2010-03-02 | 1 | -0/+130 |
This puts the QEgl namespace in a single file which can be used by both qeglcontext and qeglproperties. Files which need QEglContext should now include qeglcontext_p.h. Reviewed-By: Aleksandar Sasha Babic |