summaryrefslogtreecommitdiffstats
path: root/src/gui/egl/qeglcontext_p.h
Commit message (Collapse)AuthorAgeFilesLines
* 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