index
:
delta/qt4-tools.git
4.5
4.6
4.6-digia
4.7
4.7-digia
4.8
4.8-bb10
4.8.0-symbian
4.8.1-symbian
baserock/morph
history/qtquick2
history/qtquick2-v8
code.qt.io: qt/qt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
opengl
/
gl2paintengineex
/
qglengineshadermanager.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year in Digia's license headers
Sergio Ahumada
2013-01-13
1
-1
/
+1
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-29
1
-24
/
+24
*
Update contact information in license headers.
Sergio Ahumada
2012-08-01
1
-2
/
+2
*
Update year in Nokia copyright messages.
Jason McDonald
2012-01-11
1
-1
/
+1
*
Update licenseheader text in source files for qt4.8
Jyri Tahtela
2011-05-13
1
-17
/
+17
*
Added support for six-parameter radial gradients.
Samuel Rødal
2011-04-13
1
-0
/
+2
*
Merge remote branch 'origin/4.7' into qt-master-from-4.7
Olivier Goffart
2011-01-17
1
-1
/
+1
|
\
|
*
Update copyright year to 2011.
Jason McDonald
2011-01-11
1
-1
/
+1
*
|
Add inter-process binary shader cache for MeeGo
Harald Fernengel
2010-12-21
1
-136
/
+158
*
|
Merge remote branch 'origin/4.7' into master-from-4.7
Rohan McGovern
2010-10-04
1
-4
/
+13
|
\
\
|
|
/
|
*
Only set maskTexture sampler uniform once
Aaron Kennedy
2010-09-28
1
-4
/
+13
*
|
Clean up debug output.
Trond Kjernåsen
2010-07-02
1
-4
/
+9
*
|
Rework the internal GL resource system yet again.
Trond Kjernåsen
2010-07-02
1
-43
/
+6
*
|
Redesigned how GL resource management works.
Trond Kjernåsen
2010-07-02
1
-50
/
+30
*
|
Don't use the QGLSignalProxy to clean up the thread-local shaders.
Trond Kjernåsen
2010-07-02
1
-17
/
+32
*
|
Simplify how the QGLEngineSharedShaders object is cleaned up.
Trond Kjernåsen
2010-07-02
1
-35
/
+32
*
|
More work on GL threading.
Trond Kjernåsen
2010-07-02
1
-18
/
+76
|
/
*
Merge remote branch 'origin/4.6' into qt-4.7-from-4.6
Olivier Goffart
2010-05-17
1
-4
/
+6
|
\
|
*
Workaround for ATI driver bug when using QGraphicsEffect with GL.
Kim Motoyoshi Kalland
2010-05-12
1
-4
/
+6
*
|
Avoid using uncompatible vertex shader for non-solid brushes
Eskil Abrahamsen Blomfeldt
2010-03-16
1
-3
/
+10
*
|
Implement a special case, simplified vertex shader for complex geometry
Eskil Abrahamsen Blomfeldt
2010-03-16
1
-1
/
+6
|
/
*
Fix rendering with simple shader in GL2 engine
Tom Cooksey
2010-01-22
1
-0
/
+3
*
Use an attribute value for the PMV matrix rather than a uniform
Tom Cooksey
2010-01-21
1
-1
/
+6
*
Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...
Qt Continuous Integration System
2010-01-07
1
-1
/
+1
|
\
|
*
Update copyright year to 2010
Jason McDonald
2010-01-07
1
-1
/
+1
*
|
Also delete blitShader & simpleShader in ~QGLEngineSharedShaders
Tom Cooksey
2009-12-30
1
-0
/
+10
*
|
fix a memory leak in QGLEngineSharedShaders
jianliang79
2009-12-30
1
-0
/
+7
*
|
Track which vertex attrib arrays are enabled in QGLContextPrivate
Tom Cooksey
2009-12-30
1
-1
/
+28
|
/
*
Remove pointless const's from functions (internal API)
Tom Cooksey
2009-12-29
1
-2
/
+2
*
Lots of mostly cosmetic cleanups to GL2 paint engine
Tom Cooksey
2009-12-28
1
-3
/
+3
*
Handle broken shaders better in the GL2 engine's shader manager
Tom Cooksey
2009-12-22
1
-77
/
+114
*
GL2Engine: Don't mark brush as dirty if it hasn't changed
Tom Cooksey
2009-12-17
1
-0
/
+1
*
Modify QGLShader and QGLShaderProgram in response to API review
Rhys Weatherley
2009-11-05
1
-13
/
+13
*
Fixed some compiler warnings.
Samuel Rødal
2009-11-03
1
-7
/
+2
*
Implement a simple caching algorithm for shader programs.
Tom Cooksey
2009-10-30
1
-29
/
+42
*
Rename qglEngineShaderSourceCode to qShaderSnippets
Tom Cooksey
2009-10-30
1
-38
/
+48
*
Refactor of shader manager to not use partial shaders
Tom Cooksey
2009-10-30
1
-180
/
+160
*
Added some optimizations to the blur and drop shadow GL filters.
Samuel Rødal
2009-10-29
1
-1
/
+1
*
Consistently use QGLShareContextScope for context switching
Rhys Weatherley
2009-10-05
1
-5
/
+1
*
Added support for drawing a pixmap multiple times in one call.
Kim Motoyoshi Kalland
2009-10-02
1
-22
/
+37
*
Use QGLSharedResourceGuard to track contexts in the shader manager
Rhys Weatherley
2009-10-01
1
-4
/
+4
*
Resubmit support for subpixel antialiasing on text in the GL2 engine.
Kim Motoyoshi Kalland
2009-09-22
1
-3
/
+9
*
Revert "Resubmit support for subpixel antialiasing on text in the GL2 engine."
Rhys Weatherley
2009-09-22
1
-9
/
+3
*
Resubmit support for subpixel antialiasing on text in the GL2 engine.
Kim Motoyoshi Kalland
2009-09-21
1
-3
/
+9
*
Revert "Added support for subpixel antialiasing on text in the GL2 engine."
Rhys Weatherley
2009-09-17
1
-9
/
+3
*
Added support for subpixel antialiasing on text in the GL2 engine.
Kim Motoyoshi Kalland
2009-09-16
1
-3
/
+9
*
Fixed glsl warnings on mac and stop using texturecoords when not needed
Gunnar Sletta
2009-09-16
1
-22
/
+20
*
Silenced GLSL compiler warning on Mac OS X
Gunnar Sletta
2009-09-15
1
-1
/
+3
*
Some small optimizations to gl2 engine.
Gunnar Sletta
2009-09-14
1
-1
/
+3
*
Update license headers again.
Jason McDonald
2009-09-09
1
-4
/
+4
[next]