summaryrefslogtreecommitdiffstats
path: root/src/opengl
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6Gunnar Sletta2009-11-026-31/+403
|\
| * Minor doc fixes for QGLContext::BindOption.Samuel Rødal2009-11-021-1/+3
| * Fixed compiler warning on GCC about empty while statement.Samuel Rødal2009-11-021-1/+1
| * Optimized animated blur radii in the GL 2 paint engine.Samuel Rødal2009-11-023-12/+369
| * Moved Qt::RenderHint back into QGraphicsBlurEffect and added a hint.Samuel Rødal2009-11-021-14/+14
| * Added strict size parameter to QGLFramebufferObject pool.Samuel Rødal2009-11-022-4/+17
* | Better cosmetic pen scaling for beziers in tristroker.Gunnar Sletta2009-11-021-1/+1
* | Safeguard isNull() pixmaps in bindTexture and remove a compile warningGunnar Sletta2009-11-022-1/+40
|/
* Remove partial shader support from QGLShader/QGLShaderProgramRhys Weatherley2009-11-012-185/+6
* Implement a simple caching algorithm for shader programs.Tom Cooksey2009-10-302-31/+53
* Rename qglEngineShaderSourceCode to qShaderSnippetsTom Cooksey2009-10-302-71/+93
* Refactor of shader manager to not use partial shadersTom Cooksey2009-10-304-217/+211
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6Gunnar Sletta2009-10-303-4/+6
|\
| * Added QImagePixmapCleanupHooks functions for enabling hooks.Samuel Rødal2009-10-293-4/+6
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-10-304-222/+6
|\ \ | |/ |/|
| * Remove shader/program binary support for nowRhys Weatherley2009-10-282-222/+0
| * Fix namespace buildRichard Moe Gustavsen2009-10-282-0/+6
* | Made internal FBOs snap to power-of-two when not wasting too much space.Samuel Rødal2009-10-291-2/+15
* | Got rid of redundant texture parameter settings in GL pixmap filters.Samuel Rødal2009-10-291-16/+0
* | Added some optimizations to the blur and drop shadow GL filters.Samuel Rødal2009-10-294-181/+281
* | Fix bug for message error "Texture updload failed, error code 0x500"Stefano Pironato2009-10-281-1/+0
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-graphics-team into 4.6Gunnar Sletta2009-10-271-2/+2
|\ \
| * | Made blur and drop shadow APIs use qreal instead of int for blur radius.Samuel Rødal2009-10-271-2/+2
| |/
* | Merge branch 'vectorpath' into 4.6Gunnar Sletta2009-10-271-3/+1
|\ \
| * | Make use of QVectorPath::isConvex() to speed up rounded rect fillingGunnar Sletta2009-10-271-3/+1
* | | Reset the GL error stack prior to checking for errors in bindTexture()Gunnar Sletta2009-10-271-0/+5
|/ /
* | Kill a tiny few sin/cos/sqrt calls in the new strokerGunnar Sletta2009-10-262-3/+12
|/
* Suppress warnings in QtOpenGL codeRhys Weatherley2009-10-263-1/+5
* Suppress warnings under OpenGL/ES 2.0 in QGLShaderProgramRhys Weatherley2009-10-261-0/+55
* Fix OpenGL/ES 2.0 bug in previous QGLShaderProgram check-inRhys Weatherley2009-10-261-1/+1
* Use QObjectPrivate within QGLShaderPrivate and QGLShaderProgramPrivateRhys Weatherley2009-10-262-47/+134
* Optimize concatenation of partial shadersRhys Weatherley2009-10-262-30/+95
* Issue a warning if bindAttributeLocation() is used after shaders linkedRhys Weatherley2009-10-251-3/+8
* Added license headers to new filesGunnar Sletta2009-10-222-0/+82
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-10-221-1/+1
|\
| * Fix dangling shader manager pointersJulian de Bhal2009-10-201-1/+1
* | Fixed an assert when running the composition demo on Mac.Trond Kjernåsen2009-10-201-16/+19
* | Make sure QGLTextureCache exists when creating surfaces for pixmapsTom Cooksey2009-10-202-2/+8
* | Add a new window surface which utilises QX11GLPixmapDataTom Cooksey2009-10-205-4/+239
* | Fixed a stencil clearing bug in the GL 1 engine.Trond Kjernaasen2009-10-201-19/+21
* | Fix build on desktop X11Tom Cooksey2009-10-202-3/+1
* | Use different GL contexts for ARGB & RGB pixmapsTom Cooksey2009-10-191-31/+100
* | Add a new QX11GLPixmapData which renders to X pixmaps using GLTom Cooksey2009-10-197-5/+302
* | Separate modification & destruction pixmap cleanup hooksTom Cooksey2009-10-192-5/+22
* | Integrated new triangulating stroker into QtGunnar Sletta2009-10-195-54/+730
|/
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-10-1914-234/+34
|\
| * Recognize transformed screens when looking for a QGLScreenRhys Weatherley2009-10-161-1/+2
| * Remove unnecessary QWSGLPaintDevice now that we have QGLPaintDeviceRhys Weatherley2009-10-157-178/+2
| * qt_paint_device_metric() for fetching metricsRhys Weatherley2009-10-152-9/+2
| * Centralize all GL paint engine creations into qt_qgl_paint_engine()Rhys Weatherley2009-10-154-32/+10