| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Move static methods from QEglContext to QEgl namespace | Tom Cooksey | 2010-03-02 | 6 | -64/+75 |
|
|
* | | Move qegl_p.h -> qeglcontext_p.h and add a new qegl_p.h | Tom Cooksey | 2010-03-02 | 10 | -110/+186 |
|/ |
|
* | use egl properties when creating surfaces on symbian | Lars Knoll | 2010-02-19 | 1 | -2/+2 |
|
|
* | Always use display() in QEglContext, so initialization can occur | Tom Cooksey | 2010-02-18 | 1 | -12/+11 |
|
|
* | Fixed compile for maemo6. | Rohan McGovern | 2010-02-13 | 2 | -2/+2 |
|
|
* | Cleanup QEglContext & EGLDisplays | Tom Cooksey | 2010-02-12 | 7 | -68/+48 |
|
|
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 8 | -8/+8 |
|
|
* | Add EGL_BUFFER_SIZE to QEglProperties::reduceConfiguration() | Tom Cooksey | 2009-12-04 | 1 | -0/+9 |
|
|
* | Better check for EGL extension strings | Rhys Weatherley | 2009-12-04 | 1 | -1/+4 |
|
|
* | Bind the EGL API type before calling eglMakeCurrent() | Rhys Weatherley | 2009-11-25 | 1 | -0/+12 |
|
|
* | Detect context sharing on EGL systems | Rhys Weatherley | 2009-11-09 | 2 | -0/+6 |
|
|
* | Fixed compilation and linking of EGL on Windows CE. | Trond Kjernåsen | 2009-11-04 | 1 | -8/+2 |
|
|
* | Compilation error due to undefined EGL_BIND_TO_TEXTURE_RGB for OpenGL | Keith Isdale | 2009-11-02 | 1 | -0/+4 |
|
|
* | Compilation failure QtOpenGL when Opengl ES is used on Qt for Windows CE | Keith Isdale | 2009-11-02 | 1 | -1/+1 |
|
|
* | Stop QEglContext destroying contexts it doesn't own | Tom Cooksey | 2009-10-19 | 2 | -2/+4 |
|
|
* | Recognize transformed screens when looking for a QGLScreen | Rhys Weatherley | 2009-10-16 | 1 | -1/+2 |
|
|
* | Don't print EGL buffer size if it isn't set. | Rhys Weatherley | 2009-10-08 | 1 | -2/+2 |
|
|
* | Make QEglContext API a little more flexible | Rhys Weatherley | 2009-09-25 | 2 | -12/+8 |
|
|
* | Remove the storage of the EGLSurface from QEglContext | Rhys Weatherley | 2009-09-25 | 6 | -79/+16 |
|
|
* | Push the "lazy doneCurrent" logic down from QtOpenVG into QEgl | Rhys Weatherley | 2009-09-24 | 2 | -3/+89 |
|
|
* | Adding support for symbian graphics resources. | Aleksandar Sasha Babic | 2009-09-18 | 1 | -0/+3 |
|
|
* | Add a QMAKE_LFLAGS_EGL and QMAKE_LFLAGS_OPENGL | Tom Cooksey | 2009-09-17 | 1 | -0/+1 |
|
|
* | Make QtOpenGL link against EGL for OpenGL ES | Tom Cooksey | 2009-09-09 | 1 | -1/+1 |
|
|
* | Update license headers again. | Jason McDonald | 2009-09-09 | 8 | -32/+32 |
|
|
* | Update tech preview license header for files that are new in 4.6. | Jason McDonald | 2009-08-31 | 3 | -39/+39 |
|
|
* | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-31 | 5 | -65/+65 |
|
|
* | Merge commit 'qt/master' | Jason Barron | 2009-08-21 | 4 | -3/+19 |
|\ |
|
| * | Make QEglContext::extensions() static | Tom Cooksey | 2009-08-21 | 2 | -3/+3 |
|
|
| * | Add a static QEglProperties::dumpAllConfigs() | Tom Cooksey | 2009-08-21 | 2 | -0/+16 |
|
|
* | | Merge commit 'qt/master' | Jason Barron | 2009-08-18 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Use LIBS_PRIVATE on Mac and X11. | Thiago Macieira | 2009-08-17 | 1 | -1/+1 |
|
|
* | | Merge commit 'qt/master' | Jason Barron | 2009-08-13 | 8 | -9/+9 |
|\ \
| |/ |
|
| * | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 8 | -8/+8 |
|
|
| * | Make chooseConfig work on some EGL implementations | Harald Fernengel | 2009-08-10 | 1 | -1/+1 |
|
|
* | | Merge commit 'qt/master-stable' | Jason Barron | 2009-08-06 | 1 | -4/+7 |
|\ \
| |/ |
|
| * | Fix build on Harmattan | Tom Cooksey | 2009-08-04 | 1 | -4/+7 |
|
|
* | | Merge commit 'qt/master-stable' | Jason Barron | 2009-08-04 | 5 | -2/+50 |
|\ \
| |/ |
|
| * | Add EGL_BIND_TO_TEXTURE_RGBA to QEglProperties::reduceConfiguration() | Tom Cooksey | 2009-08-03 | 1 | -1/+10 |
|
|
| * | Add a constructor to QEglProperties which takes an EGLConfig | Tom Cooksey | 2009-08-03 | 2 | -0/+15 |
|
|
| * | Make QEglProperties::setVisualFormat() read alpha for visual | Tom Cooksey | 2009-08-03 | 1 | -1/+11 |
|
|
| * | Add a getter to QEglContext for the EGL extension string | Tom Cooksey | 2009-07-29 | 2 | -0/+14 |
|
|
* | | Change the inclusion method here to use system includes. | Jason Barron | 2009-07-08 | 1 | -1/+1 |
|/ |
|
* | Don't refer to non-existing QVGWidget in private header comments. | Rhys Weatherley | 2009-06-24 | 2 | -2/+2 |
|
|
* | Integrate the OpenVG graphics system into Qt 4.6 | Rhys Weatherley | 2009-06-22 | 9 | -0/+1685 |
|
|