summaryrefslogtreecommitdiffstats
path: root/src/opengl
Commit message (Expand)AuthorAgeFilesLines
* The group pointer should no longer be a part of the 64 bit int.Trond Kjernåsen2010-07-021-2/+2
* Clean up debug output.Trond Kjernåsen2010-07-024-13/+33
* Rework the internal GL resource system yet again.Trond Kjernåsen2010-07-028-108/+161
* Unnecessary alloc + remove unused headers.Trond Kjernåsen2010-07-021-6/+2
* QGLPixelBuffer should manage its own paint engines.Trond Kjernåsen2010-07-022-3/+0
* Remove the DDS texture cache.Trond Kjernåsen2010-07-022-29/+0
* Make the GL texture cache share textures between shared contexts.Trond Kjernåsen2010-07-021-2/+3
* Redesigned how GL resource management works.Trond Kjernåsen2010-07-0211-185/+116
* Don't use the QGLSignalProxy to clean up the thread-local shaders.Trond Kjernåsen2010-07-023-17/+43
* Simplify how the QGLEngineSharedShaders object is cleaned up.Trond Kjernåsen2010-07-021-35/+32
* Only use the texture_from_pixmap extension in the main thread.Trond Kjernåsen2010-07-021-1/+2
* More work on GL threading.Trond Kjernåsen2010-07-024-32/+90
* Make qt_gl_paint_engine() thread-safe.Trond Kjernåsen2010-07-021-7/+36
* Enablers for external use of QGLTextureGlyphCacheEskil Abrahamsen Blomfeldt2010-06-232-7/+8
* Refactor QTextureGlyphCacheEskil Abrahamsen Blomfeldt2010-06-213-15/+61
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-06-083-0/+9
|\
| * Fix the bindTexture() filters on X11 to not rely on mipmap generation.Trond Kjernåsen2010-06-031-0/+3
| * Fix antialiasing with transformed text in OpenGL2 paint engineEskil Abrahamsen Blomfeldt2010-05-313-1/+8
* | Added OpenGL 3.3 and 4.0 recognition to QGLFormatSebastian Hartte2010-06-032-3/+23
* | Added static version of QGLFramebufferObject::release().Kim Motoyoshi Kalland2010-06-022-0/+32
* | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Eskil Abrahamsen Blomfeldt2010-06-012-20/+67
|\ \
| * | Fixed a problem where QPixmaps where re-bound in non-sharing contexts.Trond Kjernåsen2010-06-012-20/+67
* | | Speed up QStaticText with affine transformation on GL2 engineEskil Abrahamsen Blomfeldt2010-06-012-22/+14
|/ /
* | Make QGLBuffer copiableRhys Weatherley2010-05-282-11/+90
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-272-2/+2
|\ \
| * | Fixed compilation of QtOpenGL.Samuel Rødal2010-05-272-2/+2
* | | fix irix buildOswald Buddenhagen2010-05-201-0/+1
|/ /
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-05-174-9/+16
|\ \ | |/
| * Workaround for ATI driver bug when using QGraphicsEffect with GL.Kim Motoyoshi Kalland2010-05-122-5/+6
| * Fixed QGLPixmapDropShadowFilter on Nvidia hardware.Trond Kjernaasen2010-05-111-4/+5
| * Fixed an issue with pixmaps not being released correctly in the GL 1 engine.Trond Kjernåsen2010-05-101-0/+5
* | Limit the lower glyph texture cache size to 16x16 in GL.Trond Kjernåsen2010-05-141-0/+12
* | Added workarounds for two MBX/SGX specific GL ES bugs/problems.Trond Kjernåsen2010-05-147-18/+39
* | Compile fix on Windows.Kim Motoyoshi Kalland2010-05-121-1/+1
* | Remove an unnecessary assert.Trond Kjernåsen2010-05-121-2/+1
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-113-59/+105
|\ \
| * | Made paint engine texture drawing work in GL ES 2 and updated docs.Samuel Rødal2010-05-101-27/+46
| * | Fix textdrawing under GL on N900.Gunnar Sletta2010-05-072-32/+59
* | | Avoid many unnecessary allocations, so so that paint engines attached to pixmapsWarwick Allison2010-05-076-7/+19
|/ /
* | Fixed OpenGL version flags for versions > 3.2.Kim Motoyoshi Kalland2010-05-031-1/+14
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-025-19/+29
|\ \
| * | Return the correct library name in qt_gl_library_name for GLES*Tom Cooksey2010-04-301-4/+10
| * | Fix crash in styles example when running with opengl graphicssystemTom Cooksey2010-04-281-8/+8
| * | Revert "Try to use multisampled opengl graphicssystem on all platforms"Eskil Abrahamsen Blomfeldt2010-04-281-1/+0
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-04-273-6/+11
| |\ \
| | * | Fix crash when using opengl graphicssystem on desktopTom Cooksey2010-04-273-6/+11
* | | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-291-2/+10
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Fixed QGLWidget::grabFrameBuffer() to honor the 'withAlpha' value.Trond Kjernåsen2010-04-271-2/+10
* | | Correctly inherit extension propertiesAaron Kennedy2010-04-271-1/+1
| |/ |/|
* | Remove stray qDebugTom Cooksey2010-04-261-1/+0