summaryrefslogtreecommitdiffstats
path: root/src/opengl/qgl_p.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed crash when sharing OpenGL contexts in the GL2 paint engine.Kim Motoyoshi Kalland2009-08-311-0/+4
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | Move QGLShareContextScope to qgl_p.h so other things can use it.Rhys Weatherley2009-08-311-0/+40
* | New variant of QGLContext::bindTexture that does not require mipmap generationGunnar Sletta2009-08-271-12/+21
* | Removed PBO texture upload from QGLContextPrivate::bindTexture().Samuel Rødal2009-08-211-1/+0
* | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | Refactor texture_from_pixmap to not re-create the gl surface each bindTom Cooksey2009-07-291-4/+7
* | Refactor QImage/QPixmap cleanup hooks into a seperate classTom Cooksey2009-07-281-1/+2
* | Fix build on MacTom Cooksey2009-07-221-0/+1
* | Plug a texture leak when deleting QPixmaps without a current contextTom Cooksey2009-07-221-3/+8
* | Use texture_from_pixmap on X11 & avoid copiesTom Cooksey2009-07-221-9/+71
* | Fixed GL2 engine shader manager to work with more than one context.Kim Motoyoshi Kalland2009-07-211-53/+42
* | Fixed cleanup of glyph cache textures in the GL 2 engine.Trond Kjernåsen2009-07-011-0/+4
* | Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
|\ \ | |/
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
| * BT: Fix Cocoa bug w/OpenGL widgets in dock widgets would disappear.Norwegian Rock Cat2009-04-151-0/+1
| * Long live Qt 4.5!Lars Knoll2009-03-231-0/+394
* Make OpenGL/ES 1.1 work again for Qt/EmbeddedRhys Weatherley2009-06-091-2/+1
* Made GL2 engine default for QGLWidget, and added GL2 sync() functionSamuel Rødal2009-05-291-1/+1
* Make QGLWidgets have the same background colour as QWidgetsTom Cooksey2009-05-271-0/+1
* Fixed bugs in GL2 paint engine when several engines are active.Samuel Rødal2009-05-271-0/+1
* Make QtOpenGL compile on OpenGL ES 1.1 againTom Cooksey2009-05-141-2/+15
* Reverted use of GL 2 engine as default on desktop.Samuel Rødal2009-05-131-3/+2
* Enabled compilation of both GL and GL2 paint engine.Samuel Rødal2009-05-131-2/+13
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-graphics-teamGunnar Sletta2009-04-171-1/+7
|\
| * Use FBOs as pixmap backend in GL graphics system.Samuel Rødal2009-04-161-1/+7
* | Merge branch 'qt/main'Gunnar Sletta2009-04-171-0/+1
|\ \ | |/ |/|
| * BT: Fix Cocoa bug w/OpenGL widgets in dock widgets would disappear.Norwegian Rock Cat2009-04-151-0/+1
* | Fixes: Add blitting and multisample API to QGLFramebufferObject.Samuel Rødal2009-04-011-1/+2
* | Fixes: Enable use of the GL pixmap backend in the GL 2 paint engine.Samuel Rødal2009-04-011-0/+4
* | Fixes: Move QGLDrawable into qgl_p.h so that we can use it in the GL 2 pai...Samuel Rødal2009-04-011-0/+33
|/
* Long live Qt!Lars Knoll2009-03-231-0/+396