| Commit message (Expand) | Author | Age | Files | Lines |
* | Use GLInt and not uint because of Apple's old header swap | Martin Smith | 2009-05-27 | 1 | -1/+1 |
|
|
* | some cleanups on private exported symbols | Thierry Bastian | 2009-05-26 | 1 | -1/+0 |
|
|
* | A GLint is converted to int for passing to qBound(). | Martin Smith | 2009-05-26 | 1 | -1/+1 |
|
|
* | Fix build failure on MacOS 10.4 | Tom Cooksey | 2009-05-26 | 1 | -3/+3 |
|
|
* | Introduced preserved swap buffer path in GL window surface. | Samuel Rødal | 2009-05-25 | 1 | -50/+64 |
|
|
* | Fixed bug in uninitialized GL pixmaps. | Samuel Rødal | 2009-05-25 | 1 | -0/+2 |
|
|
* | Fixed broken system clip handling in GL2 paint engine. | Samuel Rødal | 2009-05-25 | 2 | -2/+11 |
|
|
* | Made PixelBuffer/FramebufferObject report correct DPI based metrics. | Samuel Rødal | 2009-05-25 | 2 | -14/+16 |
|
|
* | If EGL fails to provide a valid Visual ID, try XRender for ARGBs | Tom Cooksey | 2009-05-22 | 1 | -9/+55 |
|
|
* | Try to use the X11 visual ID provided by EGL | Tom Cooksey | 2009-05-22 | 1 | -30/+74 |
|
|
* | Fix changed behaviour after QEglProperties::value() patch | Tom Cooksey | 2009-05-22 | 2 | -14/+14 |
|
|
* | Merge commit 'qt/master' | Samuel Rødal | 2009-05-20 | 2 | -20/+4 |
|\ |
|
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-05-19 | 1 | -1/+1 |
| |\ |
|
| | * | Fix some typos in the documentation. | Frederik Schwarzer | 2009-05-18 | 1 | -1/+1 |
|
|
| * | | Optimize rendering in the GL engine | Zack Rusin | 2009-05-11 | 1 | -19/+3 |
|
|
* | | | Make QEglProperties::value() return the EGL default if not set | Tom Cooksey | 2009-05-20 | 1 | -1/+48 |
|
|
* | | | Fix GLSL for OMAP3 and error checking | Tom Cooksey | 2009-05-20 | 2 | -3/+3 |
|
|
* | | | Fix GL2 paint engine builds on Big-endian machines | Tom Cooksey | 2009-05-15 | 1 | -11/+8 |
|
|
* | | | Make QtOpenGL compile on OpenGL ES 1.1 again | Tom Cooksey | 2009-05-14 | 8 | -45/+116 |
|
|
* | | | Merge commit 'qt/master' | Samuel Rødal | 2009-05-13 | 2 | -5/+3 |
|\ \ \
| |/ / |
|
| * | | Merge branch '4.5' | Thiago Macieira | 2009-05-07 | 1 | -2/+1 |
| |\ \
| | |/ |
|
| | * | Compiler warnings (Mac/Carbon) | Bjoern Erik Nilsen | 2009-05-07 | 1 | -2/+1 |
|
|
| * | | Merge branch '4.5' of git@scm.dev.troll.no:qt/qt | Simon Hausmann | 2009-05-06 | 1 | -3/+2 |
| |\ \
| | |/ |
|
| | * | Re-enabled antialiasing for large font sizes in OpenGL paint engine. | Samuel Rødal | 2009-05-06 | 1 | -3/+2 |
|
|
* | | | Reverted use of GL 2 engine as default on desktop. | Samuel Rødal | 2009-05-13 | 6 | -27/+15 |
|
|
* | | | Made GL graphics system work with GLES2 w/o FramebufferBlit extension. | Samuel Rødal | 2009-05-13 | 1 | -10/+11 |
|
|
* | | | Enabled compilation of both GL and GL2 paint engine. | Samuel Rødal | 2009-05-13 | 13 | -124/+109 |
|
|
* | | | Merge branch 'shader-api' | Rhys Weatherley | 2009-05-10 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Mac OSX compile errors in shader usage | Rhys Weatherley | 2009-05-10 | 1 | -1/+1 |
|
|
* | | | | Merge branch 'gl2engine-new-shaders' into graphics-master | Tom Cooksey | 2009-05-06 | 12 | -406/+494 |
|\ \ \ \ |
|
| * | | | | Big GL Extension Cleanup | Tom Cooksey | 2009-05-06 | 8 | -252/+253 |
|
|
| * | | | | Fix OpenGL ES 2.0 breakages | Tom Cooksey | 2009-05-05 | 3 | -3/+14 |
|
|
| * | | | | Rename uses of QGLShaderProgram::errors() to log() | Rhys Weatherley | 2009-05-01 | 1 | -2/+2 |
|
|
| * | | | | Merge branch 'shader-api' into gl2engine-new-shaders | Rhys Weatherley | 2009-05-01 | 7 | -149/+225 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | qdoc fixes | Rhys Weatherley | 2009-05-01 | 1 | -12/+12 |
|
|
| | * | | | Disable shaders on OpenGL/ES 1.1 | Rhys Weatherley | 2009-05-01 | 2 | -2/+2 |
|
|
| | * | | | Samplers should be set via the GLuint override, not the GLint override. | Rhys Weatherley | 2009-05-01 | 2 | -7/+35 |
|
|
| | * | | | Make QGLShaderProgram::disable() static. | Rhys Weatherley | 2009-05-01 | 2 | -2/+8 |
|
|
| | * | | | Rename QGLShader(Program)::errors() to log() | Rhys Weatherley | 2009-05-01 | 2 | -39/+39 |
|
|
| | * | | | Add uniform setters for Qt data types to QGLShaderProgram | Tom Cooksey | 2009-05-01 | 2 | -0/+142 |
|
|
| | * | | | Merge branch 'shaderprograms' of git@scm.dev.nokia.troll.no:qt/rweathers-shad... | Rhys Weatherley | 2009-05-01 | 8 | -206/+3420 |
| | |\ \ \
| | | |/ /
| | |/| | |
|
| | | * | | Fix loading of partial shaders from files. | Rhys Weatherley | 2009-03-27 | 1 | -3/+0 |
|
|
| | | * | | Bug in QGLShaderProgram::addShader() that stopped partial shaders working. | Rhys Weatherley | 2009-03-27 | 1 | -3/+6 |
|
|
| | | * | | Import shader implementation from before the history cut. | Rhys Weatherley | 2009-03-23 | 8 | -208/+3422 |
|
|
| | * | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-04-29 | 1 | -2/+10 |
| | |\ \ \
| | | | |/
| | | |/| |
|
| | | * | | Get rid of an unnecessary image copy when grabbing a GL framebuffer. | Trond Kjernåsen | 2009-04-29 | 1 | -2/+10 |
|
|
| | * | | | Merge branch '4.5' of git@scm.dev.troll.no:qt/qt | Simon Hausmann | 2009-04-27 | 1 | -0/+4 |
| | |\ \ \
| | | |/ / |
|
| | | * | | Fixes wrong QPaintEvent::region() in QGLWidget::paintEvent. | Bjoern Erik Nilsen | 2009-04-27 | 1 | -0/+4 |
|
|
| | * | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-04-23 | 1 | -1/+1 |
| | |\ \ \
| | | |/ / |
|
| | | * | | Compile fix for static builds on Windows for QtOpenGL apps. | Denis Dzyubenko | 2009-04-22 | 1 | -1/+1 |
|
|