Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix changed behaviour after QEglProperties::value() patch | Tom Cooksey | 2009-05-22 | 1 | -10/+10 |
| | | | | | | | Patch 27fadaa7eb2d58b47e7f0f508e3402e7a8de3894 (Make QEglProperties::value() return the EGL default if not set) changed behaviour. This patch reverts this change to behaviour but keeps QEglProperties::value() returning the EGL default value. | ||||
* | Make QEglProperties::value() return the EGL default if not set | Tom Cooksey | 2009-05-20 | 1 | -1/+48 |
| | | | | | | | | | Previously it would always return EGL_DONT_CARE, which causes a bug somewhere on X11 leading to configs being requested with E.g. EGL_GREEN_SIZE == EGL_DONT_CARE == -1 == 0xFFFFFFFF when cast to a uint. This also helps debug config matching as toString() now indicates the match criteria EGL will use. | ||||
* | Long live Qt! | Lars Knoll | 2009-03-23 | 1 | -0/+787 |