summaryrefslogtreecommitdiffstats
path: root/src/opengl/gl2paintengineex/qglengineshadermanager_p.h
Commit message (Expand)AuthorAgeFilesLines
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Added support for six-parameter radial gradients.Samuel Rødal2011-04-131-0/+2
* Export QGLEngineSharedShadersJørgen Lind2011-02-091-1/+1
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\
| * Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-121-1/+1
|\ \ | |/
| * Doc: Fixing typoSergio Ahumada2010-11-091-1/+1
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-251-1/+1
|\ \ | |/
| * Fixed many spelling errors.Rohan McGovern2010-10-251-1/+1
* | Redesigned how GL resource management works.Trond Kjernåsen2010-07-021-4/+0
* | More work on GL threading.Trond Kjernåsen2010-07-021-7/+6
|/
* Fix OpenGL2 paint engine compilation issueRhys Weatherley2010-03-161-1/+1
* Implement a special case, simplified vertex shader for complex geometryEskil Abrahamsen Blomfeldt2010-03-161-0/+12
* Use an attribute value for the PMV matrix rather than a uniformTom Cooksey2010-01-211-1/+4
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-071-1/+1
|\
| * Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* | fix a memory leak in QGLEngineSharedShadersjianliang792009-12-301-0/+1
* | Track which vertex attrib arrays are enabled in QGLContextPrivateTom Cooksey2009-12-301-0/+3
|/
* Remove pointless const's from functions (internal API)Tom Cooksey2009-12-291-2/+2
* Lots of mostly cosmetic cleanups to GL2 paint engineTom Cooksey2009-12-281-2/+2
* Safeguard isNull() pixmaps in bindTexture and remove a compile warningGunnar Sletta2009-11-021-1/+1
* Implement a simple caching algorithm for shader programs.Tom Cooksey2009-10-301-2/+11
* Rename qglEngineShaderSourceCode to qShaderSnippetsTom Cooksey2009-10-301-33/+45
* Refactor of shader manager to not use partial shadersTom Cooksey2009-10-301-32/+32
* Added support for drawing a pixmap multiple times in one call.Kim Motoyoshi Kalland2009-10-021-2/+12
* Use QGLSharedResourceGuard to track contexts in the shader managerRhys Weatherley2009-10-011-1/+1
* Resubmit support for subpixel antialiasing on text in the GL2 engine.Kim Motoyoshi Kalland2009-09-221-3/+5
* Revert "Resubmit support for subpixel antialiasing on text in the GL2 engine."Rhys Weatherley2009-09-211-5/+3
* Resubmit support for subpixel antialiasing on text in the GL2 engine.Kim Motoyoshi Kalland2009-09-211-3/+5
* Revert "Added support for subpixel antialiasing on text in the GL2 engine."Rhys Weatherley2009-09-171-5/+3
* Added support for subpixel antialiasing on text in the GL2 engine.Kim Motoyoshi Kalland2009-09-161-3/+5
* Fixed glsl warnings on mac and stop using texturecoords when not neededGunnar Sletta2009-09-161-2/+0
* Silenced GLSL compiler warning on Mac OS XGunnar Sletta2009-09-151-0/+2
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Split QGLEngineShaderManager into a shared and a per engine part.Kim Motoyoshi Kalland2009-09-021-69/+90
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
* Added missing precision specifiers to custom shader effect.Samuel Rødal2009-08-261-1/+1
* Removed warnings / debug output in the GL 2 engine / pixmap filter code.Samuel Rødal2009-08-251-1/+0
* Merge commit 'qt/master' into kinetic-graphicseffectBjørn Erik Nilsen2009-08-171-1/+1
|\
| * Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | Fixed various valgrind-reported issues in GL 2 engine.Samuel Rødal2009-07-291-2/+1
* | Improve GL filter performance by caching custom shader programs.Samuel Rødal2009-07-281-0/+3
* | Merge commit 'qt-graphics-team/pixmapfilters-redux' into kinetic-graphicseffectSamuel Rødal2009-07-281-11/+11
|\ \
| * | Added caching of custom shader programs as well in GL 2 shader manager.Samuel Rødal2009-07-011-1/+4
| * | Added custom shader hook to the GL 2 paint engine.Samuel Rødal2009-06-301-9/+32
* | | Make it easier to change custom shaders.Rhys Weatherley2009-07-241-0/+1
* | | Initial stab at a custom shader stage APITom Cooksey2009-07-231-5/+25
| |/ |/|
* | Fixed GL2 engine shader manager to work with more than one context.Kim Motoyoshi Kalland2009-07-211-0/+3
* | Moved uniform enum to QGLEngineShaderManager.Kim Motoyoshi Kalland2009-07-031-4/+22
|/