summaryrefslogtreecommitdiffstats
path: root/src/opengl/qegl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix changed behaviour after QEglProperties::value() patchTom Cooksey2009-05-221-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 setTom Cooksey2009-05-201-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 Knoll2009-03-231-0/+787