| Commit message (Expand) | Author | Age | Files | Lines |
* | Sanitize building Qt with OpenGL ES support | Harald Fernengel | 2009-11-02 | 1 | -12/+10 |
|
|
* | Compilation error qegl_p.h not found for OpenGL ES enabled build of Qt | Keith Isdale | 2009-11-02 | 1 | -3/+3 |
|
|
* | Merge commit '8c4edbd04f350294462fd689748de2dd7cc84d47' into 4.6-upstream | Bradley T. Hughes | 2009-10-30 | 1 | -1/+4 |
|\ |
|
| * | Merge branch '4.6' into 4.6-platform | Denis Dzyubenko | 2009-10-26 | 7 | -78/+376 |
| |\ |
|
| * | | Remove internal widgets from QApplication::topLevelWidgets() | Prasanth Ullattil | 2009-10-23 | 1 | -1/+4 |
|
|
* | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Gunnar Sletta | 2009-10-30 | 4 | -222/+6 |
|\ \ \ |
|
| * | | | Remove shader/program binary support for now | Rhys Weatherley | 2009-10-28 | 2 | -222/+0 |
|
|
| * | | | Fix namespace build | Richard Moe Gustavsen | 2009-10-28 | 2 | -0/+6 |
| | |/
| |/| |
|
* | | | Made internal FBOs snap to power-of-two when not wasting too much space. | Samuel Rødal | 2009-10-29 | 1 | -2/+15 |
|
|
* | | | Got rid of redundant texture parameter settings in GL pixmap filters. | Samuel Rødal | 2009-10-29 | 1 | -16/+0 |
|
|
* | | | Added some optimizations to the blur and drop shadow GL filters. | Samuel Rødal | 2009-10-29 | 4 | -181/+281 |
|
|
* | | | Fix bug for message error "Texture updload failed, error code 0x500" | Stefano Pironato | 2009-10-28 | 1 | -1/+0 |
|
|
* | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6 | Gunnar Sletta | 2009-10-27 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | Made blur and drop shadow APIs use qreal instead of int for blur radius. | Samuel Rødal | 2009-10-27 | 1 | -2/+2 |
| |/ / |
|
* | | | Merge branch 'vectorpath' into 4.6 | Gunnar Sletta | 2009-10-27 | 1 | -3/+1 |
|\ \ \ |
|
| * | | | Make use of QVectorPath::isConvex() to speed up rounded rect filling | Gunnar Sletta | 2009-10-27 | 1 | -3/+1 |
|
|
* | | | | Reset the GL error stack prior to checking for errors in bindTexture() | Gunnar Sletta | 2009-10-27 | 1 | -0/+5 |
|/ / / |
|
* | | | Kill a tiny few sin/cos/sqrt calls in the new stroker | Gunnar Sletta | 2009-10-26 | 2 | -3/+12 |
|/ / |
|
* | | 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 |
|
|