summaryrefslogtreecommitdiffstats
path: root/src/gui/egl/qeglcontext_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
| | | | | Reviewed-by: Trust Me (cherry picked from commit ac5c099cc3c5b8c7eec7a49fdeb8a21037230350)
* Fixed compilation and API of meego graphics system.Samuel Rødal2010-09-101-0/+3
|
* Adding func prototypes for EGL_NOK_swap_region2 extension.Michael Dominic K2010-07-011-0/+1
| | | | | Merge-request: 712 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
* Cleanup & remove unused function overloads from QEgl* APIsTom Cooksey2010-04-161-6/+0
| | | | | | This should make stubbing out these APIs slightly easier. Reviewed-By: TrustMe
* Add QEglContext::configAttrib(int name) helperTom Cooksey2010-03-021-0/+1
| | | | Reviewed-By: TrustMe
* Move static methods from QEglContext to QEgl namespaceTom Cooksey2010-03-021-15/+3
| | | | Reviewed-By: Aleksandar Sasha Babic
* Move qegl_p.h -> qeglcontext_p.h and add a new qegl_p.hTom Cooksey2010-03-021-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