| Commit message (Expand) | Author | Age | Files | Lines |
* | Suppress warnings in QtOpenGL code | Rhys Weatherley | 2009-10-26 | 3 | -1/+5 |
|
|
* | Suppress warnings under OpenGL/ES 2.0 in QGLShaderProgram | Rhys Weatherley | 2009-10-26 | 1 | -0/+55 |
|
|
* | Fix OpenGL/ES 2.0 bug in previous QGLShaderProgram check-in | Rhys Weatherley | 2009-10-26 | 1 | -1/+1 |
|
|
* | Use QObjectPrivate within QGLShaderPrivate and QGLShaderProgramPrivate | Rhys Weatherley | 2009-10-26 | 2 | -47/+134 |
|
|
* | Optimize concatenation of partial shaders | Rhys Weatherley | 2009-10-26 | 2 | -30/+95 |
|
|
* | Issue a warning if bindAttributeLocation() is used after shaders linked | Rhys Weatherley | 2009-10-25 | 1 | -3/+8 |
|
|
* | Added license headers to new files | Gunnar Sletta | 2009-10-22 | 2 | -0/+82 |
|
|
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Gunnar Sletta | 2009-10-22 | 1 | -1/+1 |
|\ |
|
| * | Fix dangling shader manager pointers | Julian de Bhal | 2009-10-20 | 1 | -1/+1 |
|
|
* | | Fixed an assert when running the composition demo on Mac. | Trond Kjernåsen | 2009-10-20 | 1 | -16/+19 |
|
|
* | | Make sure QGLTextureCache exists when creating surfaces for pixmaps | Tom Cooksey | 2009-10-20 | 2 | -2/+8 |
|
|
* | | Add a new window surface which utilises QX11GLPixmapData | Tom Cooksey | 2009-10-20 | 5 | -4/+239 |
|
|
* | | Fixed a stencil clearing bug in the GL 1 engine. | Trond Kjernaasen | 2009-10-20 | 1 | -19/+21 |
|
|
* | | Fix build on desktop X11 | Tom Cooksey | 2009-10-20 | 2 | -3/+1 |
|
|
* | | Use different GL contexts for ARGB & RGB pixmaps | Tom Cooksey | 2009-10-19 | 1 | -31/+100 |
|
|
* | | Add a new QX11GLPixmapData which renders to X pixmaps using GL | Tom Cooksey | 2009-10-19 | 7 | -5/+302 |
|
|
* | | Separate modification & destruction pixmap cleanup hooks | Tom Cooksey | 2009-10-19 | 2 | -5/+22 |
|
|
* | | Integrated new triangulating stroker into Qt | Gunnar Sletta | 2009-10-19 | 5 | -54/+730 |
|/ |
|
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Gunnar Sletta | 2009-10-19 | 14 | -234/+34 |
|\ |
|
| * | Recognize transformed screens when looking for a QGLScreen | Rhys Weatherley | 2009-10-16 | 1 | -1/+2 |
|
|
| * | Remove unnecessary QWSGLPaintDevice now that we have QGLPaintDevice | Rhys Weatherley | 2009-10-15 | 7 | -178/+2 |
|
|
| * | qt_paint_device_metric() for fetching metrics | Rhys Weatherley | 2009-10-15 | 2 | -9/+2 |
|
|
| * | Centralize all GL paint engine creations into qt_qgl_paint_engine() | Rhys Weatherley | 2009-10-15 | 4 | -32/+10 |
|
|
| * | Work around broken ATI X1600 drivers on Mac OS X | Gunnar Sletta | 2009-10-13 | 1 | -1/+19 |
|
|
| * | Fix save() and restore() for the OpenGL2 paint engine. | Rhys Weatherley | 2009-10-12 | 2 | -13/+15 |
|
|
| * | Don't delete an fbo's texture if the fbo isn't using a texture | Rhys Weatherley | 2009-10-12 | 2 | -2/+4 |
|
|
* | | Fixed crash in the Boxes demo when using -graphicssystem opengl. | Kim Motoyoshi Kalland | 2009-10-16 | 1 | -0/+6 |
|
|
* | | Fixed a crash in the tst_qgl test. | Trond Kjernåsen | 2009-10-16 | 1 | -1/+2 |
|
|
* | | Optimized QPixmap::fill for GL backend when pixmap is used as is. | Samuel Rødal | 2009-10-15 | 2 | -25/+43 |
|
|
* | | Fixed tst_QPixmap test failures with GL pixmap backend. | Samuel Rødal | 2009-10-15 | 1 | -0/+4 |
|
|
* | | Fixed buggy bitmap drawing in GL 2 engine on X11. | Samuel Rødal | 2009-10-15 | 1 | -1/+1 |
|
|
* | | Fixed bitmap brushes and tiled bitmaps in the OpenGL1 paint engine. | Kim Motoyoshi Kalland | 2009-10-15 | 3 | -92/+132 |
|
|
* | | Fixed the GLSL-to-assembly code generator to output enums correctly. | Kim Motoyoshi Kalland | 2009-10-14 | 1 | -21/+32 |
|
|
* | | Cleaned up OpenGL1 paint engine GLSL code. | Kim Motoyoshi Kalland | 2009-10-14 | 20 | -1063/+1009 |
|
|
* | | Added QPixmapData::createCompatiblePixmapData() used by QPixmap::copy(). | Samuel Rødal | 2009-10-14 | 2 | -0/+7 |
|
|
* | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6 | Gunnar Sletta | 2009-10-14 | 4 | -15/+13 |
|\ \ |
|
| * | | Fixed upside down brush patterns in the OpenGL paint engines. | Kim Motoyoshi Kalland | 2009-10-14 | 2 | -3/+0 |
|
|
| * | | Fixed handling of brush origin in the OpenGL paint engines. | Kim Motoyoshi Kalland | 2009-10-13 | 2 | -12/+13 |
|
|
* | | | updated fragment programs after changes to .glsl files | Gunnar Sletta | 2009-10-14 | 1 | -141/+105 |
|/ / |
|
* | | Work around broken ATI X1600 drivers on Mac OS X | Gunnar Sletta | 2009-10-13 | 1 | -1/+19 |
|
|
* | | Fixed bug when using QGLWidgets in -graphicssystem opengl | Samuel Rødal | 2009-10-12 | 2 | -1/+18 |
|/ |
|
* | Check the framebuffer format against a format, not a texture target | Rhys Weatherley | 2009-10-09 | 1 | -1/+1 |
|
|
* | Suppress unnecessary warning messages if pbuffers are not supported | Rhys Weatherley | 2009-10-09 | 1 | -3/+10 |
|
|
* | EGL_SAMPLES should be 1, not -1, to select number of samples | Rhys Weatherley | 2009-10-09 | 1 | -1/+1 |
|
|
* | Prevent double-destroy of a pbuffer's EGLSurface | Rhys Weatherley | 2009-10-08 | 1 | -1/+1 |
|
|
* | Fix detection of pbuffers on OpenGL/ES systems | Rhys Weatherley | 2009-10-08 | 1 | -1/+1 |
|
|
* | Optimized rasterizing of paths using stencil method in GL 2 engine. | Samuel Rødal | 2009-10-07 | 3 | -5/+43 |
|
|
* | Optimized clipping in the GL 2 engine for winding fills. | Samuel Rødal | 2009-10-07 | 2 | -29/+41 |
|
|
* | Fixing some GCC warnings | João Abecasis | 2009-10-07 | 1 | -1/+1 |
|
|
* | Fix compilation with -pedantic | David Faure | 2009-10-07 | 2 | -5/+5 |
|
|