summaryrefslogtreecommitdiffstats
path: root/src/opengl
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Rhys Weatherley2009-09-101-2/+7
|\
| * Fixed crash on shutdown with GL when leaking QGLWidgetsGunnar Sletta2009-09-101-2/+7
* | Return the correct QGLFormat to the OpenGL1 paint engine for FBO'sRhys Weatherley2009-09-103-4/+18
|/
* Fix font glyph handling for QPF fonts in the OpenGL1 paint engine.Rhys Weatherley2009-09-101-1/+18
* Compile fix for OpenGL/ES 1.1 CommonLite systemsRhys Weatherley2009-09-091-0/+4
* Suppress warnings in QtOpenGL on OpenGL/ES 1.1 systemsRhys Weatherley2009-09-093-4/+10
* Compile fix for OpenGL/ES 1.1 systemsRhys Weatherley2009-09-091-0/+1
* Document why an FBO of 0 needs to be bound in QGLPaintBuffer sometimesRhys Weatherley2009-09-091-0/+6
* Make QtOpenGL link against EGL for OpenGL ESTom Cooksey2009-09-091-1/+9
* Fixed a bug in the GL1 engine when using a QBrush(Qt::NoBrush) as a pen.Trond Kjernåsen2009-09-091-1/+1
* Fix OpenGL ES 1.x after QGLPaintDevice refactorTom Cooksey2009-09-091-0/+7
* Made GL1 engine have proper y-rotation since qgldrawable refactorGunnar Sletta2009-09-092-10/+23
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-09-0963-1074/+1566
|\
| * Fix build breakage on Mac CarbonTom Cooksey2009-09-091-1/+1
| * Remove duplicate setFBO calls introduced by QGLPaintDevice mergeTom Cooksey2009-09-091-2/+0
| * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Rhys Weatherley2009-09-0962-248/+248
| |\
| | * Update license headers again.Jason McDonald2009-09-0962-248/+248
| * | Clean up shader programs properlyRhys Weatherley2009-09-094-191/+232
| |/
| * Clean up the gradient cache in the right contextRhys Weatherley2009-09-091-0/+1
| * Cleanup of QGLPaintDevice before it goes inTom Cooksey2009-09-089-430/+38
| * Make QGLPixmapData work with the new QGLPaintDevice APITom Cooksey2009-09-087-85/+152
| * Make QGLWindowSurface use new QGLPaintDevice APITom Cooksey2009-09-084-33/+64
| * Move buffer clear out of the paint engine and into the QGLPaintDevicesTom Cooksey2009-09-086-63/+58
| * Make QGLFramebufferObject work again using new QGLPaintDevice APITom Cooksey2009-09-0811-152/+257
| * Make QGLPixelBuffer work again using new QGLPaintDevice APITom Cooksey2009-09-084-1/+29
| * Replace QGLDrawable with a new QGLPaintDeviceTom Cooksey2009-09-0810-83/+481
| * Added a public function to enforce usage og the old GL engine.Trond Kjernåsen2009-09-083-9/+72
| * Add operator== and != to QGLFramebufferObjectFormatRhys Weatherley2009-09-083-6/+32
| * Texture format must be GL_RGB when pixel type is GL_UNSIGNED_SHORT_5_6_5Rhys Weatherley2009-09-081-0/+1
| * Make the matrix and viewport logic in renderText() a bit betterRhys Weatherley2009-09-081-50/+137
| * Convert QGLFramebufferObjectFormat to use implicit sharingRhys Weatherley2009-09-082-16/+59
| * Remove extra invalid semi-colonThiago Macieira2009-09-071-1/+1
| * Fixed compile failure on Mac OS X.Samuel Rødal2009-09-071-2/+1
| * Fixed crash in print preview dialog with graphicssystem OpenGL.Kim Motoyoshi Kalland2009-09-071-17/+18
* | Fixed y-inversion of pixmap drawing on gl graphics systemGunnar Sletta2009-09-095-12/+29
|/
* qdoc: improve the QGLFormat documentationRhys Weatherley2009-09-071-17/+20
* Performance: Convert QGLFormat to use implicit sharingRhys Weatherley2009-09-073-7/+56
* Update QGLFormat::operator== to include all fields.Rhys Weatherley2009-09-061-1/+6
* Code cleanup: remove friend declarations for non-existent functionsRhys Weatherley2009-09-061-4/+0
* Make QGraphicsShaderEffect private API for 4.6Rhys Weatherley2009-09-063-13/+24
* Make QGLFramebufferObject::isBound() check it is the bound fboTom Cooksey2009-09-041-5/+3
* Slightly improved QGLFramebufferObjectFormat API.Samuel Rødal2009-09-045-21/+22
* Modify QMatrix4x4 and QQuaternion to use qreal internallyRhys Weatherley2009-09-041-105/+92
* Fixed issues with using GLenum in public API on mac.Samuel Rødal2009-09-035-46/+50
* Fixed bindTexture() on bigendian and older implementationsGunnar Sletta2009-09-032-4/+37
* Fixed crash in tst_qgl.Samuel Rødal2009-09-031-3/+4
* Merge branch '4.5' into 4.6Thiago Macieira2009-09-031-0/+40
|\
| * Add missing license headersJason McDonald2009-09-031-0/+40
* | Fixed reparenting OpenGL widgets on Windows.Kim Motoyoshi Kalland2009-09-031-6/+1
* | Fixed bug where QGLContext::isSharing() returned false while sharing.Kim Motoyoshi Kalland2009-09-021-1/+3