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
/
qgl_p.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rework how Qt handles GL extensions.
Trond Kjernåsen
2010-01-13
1
-36
/
+59
*
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
*
|
Remove QGLShareRegister and transfer its functionality to QGLContextGroup
Rhys Weatherley
2010-01-05
1
-16
/
+9
*
|
Track which vertex attrib arrays are enabled in QGLContextPrivate
Tom Cooksey
2009-12-30
1
-0
/
+9
|
/
*
Fix EGL surface leaks when re-parenting QGLWidget on X11/EGL
Tom Cooksey
2009-12-15
1
-0
/
+1
*
Optimize our GL extension checks to avoid mallocs.
Trond Kjernåsen
2009-12-10
1
-0
/
+43
*
GLES 2 should *not* use a multisampled format by default.
Trond Kjernåsen
2009-12-09
1
-3
/
+0
*
Export QGLShareRegister because qgl_share_reg() is exported
Rhys Weatherley
2009-12-09
1
-1
/
+1
*
Detect GL2 paint engine based on fragment shaders, not programs
Rhys Weatherley
2009-12-07
1
-1
/
+2
*
Compressed texture binding for QtOpenGL: ETC1 and PVRTC
Rhys Weatherley
2009-12-07
1
-1
/
+15
*
Fixed OpenGL graphicssystem issues for OpenGL ES 2.0 platforms.
Samuel Rødal
2009-12-04
1
-1
/
+2
*
Rebind window surface fbo after native GL rendering
Rhys Weatherley
2009-12-04
1
-0
/
+1
*
Fixed extension checks and usage of the GL 2 engine on old X11 systems.
Trond Kjernåsen
2009-11-16
1
-1
/
+2
*
Make isSharing() reset to false when context no longer sharing
Rhys Weatherley
2009-11-16
1
-0
/
+1
*
Separate modification & destruction pixmap cleanup hooks
Tom Cooksey
2009-10-19
1
-1
/
+5
*
Centralize all GL paint engine creations into qt_qgl_paint_engine()
Rhys Weatherley
2009-10-15
1
-3
/
+1
*
Consistently use QGLShareContextScope for context switching
Rhys Weatherley
2009-10-05
1
-48
/
+42
*
Merge QGLContextReference into QGLContextGroup
Rhys Weatherley
2009-10-05
1
-51
/
+20
*
Move QGLContextResource management into QGLContextGroup
Rhys Weatherley
2009-10-05
1
-10
/
+12
*
Add unit tests for QGLContextResource
Rhys Weatherley
2009-10-05
1
-1
/
+1
*
Remove QHash overhead from QGLShareRegister
Rhys Weatherley
2009-10-02
1
-6
/
+2
*
Remove unnecessary reference to QGLContextGroup::extensionFuncs()
Rhys Weatherley
2009-10-02
1
-2
/
+0
*
Remove unnecessary function definition: qt_qgl_egl_display()
Rhys Weatherley
2009-10-02
1
-2
/
+0
*
QGLContext::areSharing() to check for GL share relationships
Rhys Weatherley
2009-10-01
1
-3
/
+2
*
Add unit tests for QGLShareRegister
Rhys Weatherley
2009-10-01
1
-1
/
+1
*
Start to separate the EGLSurface from QEglContext in QtOpenGL
Rhys Weatherley
2009-09-25
1
-0
/
+1
*
Reduce overhead of paint engine-specific pixmap filters
Rhys Weatherley
2009-09-16
1
-2
/
+0
*
Performance: reduce TLS overhead of QGLContext::currentContext()
Rhys Weatherley
2009-09-14
1
-5
/
+2
*
QGLWidget::fontDisplayListBase() is not supported under OpenGL/ES
Rhys Weatherley
2009-09-14
1
-0
/
+2
*
Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6
Rhys Weatherley
2009-09-09
1
-4
/
+4
|
\
|
*
Update license headers again.
Jason McDonald
2009-09-09
1
-4
/
+4
*
|
Clean up shader programs properly
Rhys Weatherley
2009-09-09
1
-1
/
+85
|
/
*
Cleanup of QGLPaintDevice before it goes in
Tom Cooksey
2009-09-08
1
-55
/
+1
*
Move buffer clear out of the paint engine and into the QGLPaintDevices
Tom Cooksey
2009-09-08
1
-1
/
+3
*
Replace QGLDrawable with a new QGLPaintDevice
Tom Cooksey
2009-09-08
1
-1
/
+6
*
Added a public function to enforce usage og the old GL engine.
Trond Kjernåsen
2009-09-08
1
-9
/
+1
*
Performance: Convert QGLFormat to use implicit sharing
Rhys Weatherley
2009-09-07
1
-1
/
+20
*
Split QGLEngineShaderManager into a shared and a per engine part.
Kim Motoyoshi Kalland
2009-09-02
1
-2
/
+2
*
Fixed initialization order in QGLContextGroup constructor.
Kim Motoyoshi Kalland
2009-08-31
1
-1
/
+1
*
Remove unused variable in GL2 engine.
Kim Motoyoshi Kalland
2009-08-31
1
-1
/
+1
*
Added context pointer to QGLContextGroupResources.
Kim Motoyoshi Kalland
2009-08-31
1
-14
/
+27
*
Fixed crash when sharing OpenGL contexts in the GL2 paint engine.
Kim Motoyoshi Kalland
2009-08-31
1
-0
/
+4
*
Merge branch '4.5' into 4.6
Thiago Macieira
2009-08-31
1
-13
/
+13
|
\
|
*
Update tech preview license header.
Jason McDonald
2009-08-31
1
-13
/
+13
|
*
Update license headers.
Jason McDonald
2009-08-11
1
-1
/
+1
*
|
Move QGLShareContextScope to qgl_p.h so other things can use it.
Rhys Weatherley
2009-08-31
1
-0
/
+40
*
|
New variant of QGLContext::bindTexture that does not require mipmap generation
Gunnar Sletta
2009-08-27
1
-12
/
+21
*
|
Removed PBO texture upload from QGLContextPrivate::bindTexture().
Samuel Rødal
2009-08-21
1
-1
/
+0
*
|
Update contact URL in license headers.
Jason McDonald
2009-08-12
1
-1
/
+1
[next]