Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |