| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed extension checks and usage of the GL 2 engine on old X11 systems. | Trond Kjernåsen | 2009-11-16 | 1 | -1/+2 |
|
|
* | Make isSharing() reset to false when context no longer sharing | Rhys Weatherley | 2009-11-15 | 1 | -0/+1 |
|
|
* | Separate modification & destruction pixmap cleanup hooks | Tom Cooksey | 2009-10-19 | 1 | -1/+5 |
|
|
* | Centralize all GL paint engine creations into qt_qgl_paint_engine() | Rhys Weatherley | 2009-10-15 | 1 | -3/+1 |
|
|
* | Consistently use QGLShareContextScope for context switching | Rhys Weatherley | 2009-10-05 | 1 | -48/+42 |
|
|
* | Merge QGLContextReference into QGLContextGroup | Rhys Weatherley | 2009-10-04 | 1 | -51/+20 |
|
|
* | Move QGLContextResource management into QGLContextGroup | Rhys Weatherley | 2009-10-04 | 1 | -10/+12 |
|
|
* | Add unit tests for QGLContextResource | Rhys Weatherley | 2009-10-04 | 1 | -1/+1 |
|
|
* | Remove QHash overhead from QGLShareRegister | Rhys Weatherley | 2009-10-02 | 1 | -6/+2 |
|
|
* | Remove unnecessary reference to QGLContextGroup::extensionFuncs() | Rhys Weatherley | 2009-10-02 | 1 | -2/+0 |
|
|
* | Remove unnecessary function definition: qt_qgl_egl_display() | Rhys Weatherley | 2009-10-01 | 1 | -2/+0 |
|
|
* | QGLContext::areSharing() to check for GL share relationships | Rhys Weatherley | 2009-10-01 | 1 | -3/+2 |
|
|
* | Add unit tests for QGLShareRegister | Rhys Weatherley | 2009-10-01 | 1 | -1/+1 |
|
|
* | Start to separate the EGLSurface from QEglContext in QtOpenGL | Rhys Weatherley | 2009-09-24 | 1 | -0/+1 |
|
|
* | Reduce overhead of paint engine-specific pixmap filters | Rhys Weatherley | 2009-09-16 | 1 | -2/+0 |
|
|
* | Performance: reduce TLS overhead of QGLContext::currentContext() | Rhys Weatherley | 2009-09-14 | 1 | -5/+2 |
|
|
* | QGLWidget::fontDisplayListBase() is not supported under OpenGL/ES | Rhys Weatherley | 2009-09-13 | 1 | -0/+2 |
|
|
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Rhys Weatherley | 2009-09-09 | 1 | -4/+4 |
|\ |
|
| * | Update license headers again. | Jason McDonald | 2009-09-09 | 1 | -4/+4 |
|
|
* | | Clean up shader programs properly | Rhys Weatherley | 2009-09-09 | 1 | -1/+85 |
|/ |
|
* | Cleanup of QGLPaintDevice before it goes in | Tom Cooksey | 2009-09-08 | 1 | -55/+1 |
|
|
* | Move buffer clear out of the paint engine and into the QGLPaintDevices | Tom Cooksey | 2009-09-08 | 1 | -1/+3 |
|
|
* | Replace QGLDrawable with a new QGLPaintDevice | Tom Cooksey | 2009-09-08 | 1 | -1/+6 |
|
|
* | Added a public function to enforce usage og the old GL engine. | Trond Kjernåsen | 2009-09-08 | 1 | -9/+1 |
|
|
* | Performance: Convert QGLFormat to use implicit sharing | Rhys Weatherley | 2009-09-07 | 1 | -1/+20 |
|
|
* | Split QGLEngineShaderManager into a shared and a per engine part. | Kim Motoyoshi Kalland | 2009-09-02 | 1 | -2/+2 |
|
|
* | Fixed initialization order in QGLContextGroup constructor. | Kim Motoyoshi Kalland | 2009-08-31 | 1 | -1/+1 |
|
|
* | Remove unused variable in GL2 engine. | Kim Motoyoshi Kalland | 2009-08-31 | 1 | -1/+1 |
|
|
* | Added context pointer to QGLContextGroupResources. | Kim Motoyoshi Kalland | 2009-08-31 | 1 | -14/+27 |
|
|
* | Fixed crash when sharing OpenGL contexts in the GL2 paint engine. | Kim Motoyoshi Kalland | 2009-08-31 | 1 | -0/+4 |
|
|
* | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-31 | 1 | -13/+13 |
|\ |
|
| * | Update tech preview license header. | Jason McDonald | 2009-08-31 | 1 | -13/+13 |
|
|
| * | Update license headers. | Jason McDonald | 2009-08-11 | 1 | -1/+1 |
|
|
* | | Move QGLShareContextScope to qgl_p.h so other things can use it. | Rhys Weatherley | 2009-08-31 | 1 | -0/+40 |
|
|
* | | New variant of QGLContext::bindTexture that does not require mipmap generation | Gunnar Sletta | 2009-08-27 | 1 | -12/+21 |
|
|
* | | Removed PBO texture upload from QGLContextPrivate::bindTexture(). | Samuel Rødal | 2009-08-21 | 1 | -1/+0 |
|
|
* | | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 1 | -1/+1 |
|
|
* | | Refactor texture_from_pixmap to not re-create the gl surface each bind | Tom Cooksey | 2009-07-29 | 1 | -4/+7 |
|
|
* | | Refactor QImage/QPixmap cleanup hooks into a seperate class | Tom Cooksey | 2009-07-28 | 1 | -1/+2 |
|
|
* | | Fix build on Mac | Tom Cooksey | 2009-07-22 | 1 | -0/+1 |
|
|
* | | Plug a texture leak when deleting QPixmaps without a current context | Tom Cooksey | 2009-07-22 | 1 | -3/+8 |
|
|
* | | Use texture_from_pixmap on X11 & avoid copies | Tom Cooksey | 2009-07-22 | 1 | -9/+71 |
|
|
* | | Fixed GL2 engine shader manager to work with more than one context. | Kim Motoyoshi Kalland | 2009-07-21 | 1 | -53/+42 |
|
|
* | | Fixed cleanup of glyph cache textures in the GL 2 engine. | Trond Kjernåsen | 2009-07-01 | 1 | -0/+4 |
|
|
* | | Merge license header changes from 4.5 | Volker Hilsheimer | 2009-06-16 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Update license headers as requested by the marketing department. | Jason McDonald | 2009-06-16 | 1 | -2/+2 |
|
|
| * | BT: Fix Cocoa bug w/OpenGL widgets in dock widgets would disappear. | Norwegian Rock Cat | 2009-04-15 | 1 | -0/+1 |
|
|
| * | Long live Qt 4.5! | Lars Knoll | 2009-03-23 | 1 | -0/+394 |
|
|
* | Make OpenGL/ES 1.1 work again for Qt/Embedded | Rhys Weatherley | 2009-06-09 | 1 | -2/+1 |
|
|
* | Made GL2 engine default for QGLWidget, and added GL2 sync() function | Samuel Rødal | 2009-05-29 | 1 | -1/+1 |
|
|