summaryrefslogtreecommitdiffstats
path: root/src/opengl
Commit message (Expand)AuthorAgeFilesLines
...
| * Compilation fix for OpenGL/ES 2.0Rhys Weatherley2009-09-151-0/+2
| * Increased performance of blurpicker example with GL 2 engine.Samuel Rødal2009-09-151-8/+8
* | Fixed glsl warnings on mac and stop using texturecoords when not neededGunnar Sletta2009-09-163-26/+20
* | Silenced GLSL compiler warning on Mac OS XGunnar Sletta2009-09-152-1/+5
|/
* Removed GL1 pixmap filters and ported colorize filter to GL2 engine.Samuel Rødal2009-09-153-61/+22
* Fixed rendering errors in blurpicker with -graphicssystem openglSamuel Rødal2009-09-152-1/+16
* Don't round-trip to GL server for glGetError() in release mode.Rhys Weatherley2009-09-151-1/+10
* qdoc: Shift snippets in QGLShaderProgram out into doc/src/snippetsRhys Weatherley2009-09-151-49/+3
* Really fixed clipping bug in portedcanvas with -graphicssystem opengl.Samuel Rødal2009-09-141-1/+1
* Fixed clipping bug in GL 2 engine.Samuel Rødal2009-09-141-0/+1
* Fixed clipping bug in portedcanvas with -graphicssystem openglSamuel Rødal2009-09-141-0/+3
* Ensured that we use GL 1 engine when -graphicssystem opengl1 is used.Samuel Rødal2009-09-141-1/+1
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-09-141-0/+12
|\
| * Fix drawTiledPixmap for NPOT pixmaps on OpenGL ES 2.0Tom Cooksey2009-09-141-0/+12
* | Some small optimizations to gl2 engine.Gunnar Sletta2009-09-142-30/+11
* | Fixed crash in gl when stroking with a Qt::NoBrush penGunnar Sletta2009-09-141-1/+3
|/
* Performance: reduce TLS overhead of QGLContext::currentContext()Rhys Weatherley2009-09-148-64/+42
* qdoc: QGLWidget::colormap() returns a QGLColormap, not a QColormapRhys Weatherley2009-09-141-2/+2
* Use redF(), etc when setting GL colorsRhys Weatherley2009-09-141-5/+3
* qdoc: size of a QGLColormap is 256 on all platforms, not just WindowsRhys Weatherley2009-09-141-1/+1
* qdoc: QGLFormat documentation improvementsRhys Weatherley2009-09-141-5/+9
* qdoc: QGLWidgets -> QGLWidget, etc, for proper doc linking.Rhys Weatherley2009-09-132-12/+12
* qdoc: document default values for QGLFramebufferObject propertiesRhys Weatherley2009-09-131-9/+17
* QGLWidget::fontDisplayListBase() is not supported under OpenGL/ESRhys Weatherley2009-09-132-2/+10
* qdoc: qglColor() doesn't work under OpenGL/ES 2.0Rhys Weatherley2009-09-131-0/+4
* Make QGLWidget::renderText() desktop onlyRhys Weatherley2009-09-131-175/+72
* Merge branch '4.5' into 4.6Thiago Macieira2009-09-122-4/+57
|\
| * Make opengl fragment program generator output license header.Jason McDonald2009-09-102-4/+57
| * Update license headers again.Jason McDonald2009-09-0860-240/+240
* | Made GL window surface work better with native child widgets.Samuel Rødal2009-09-112-18/+64
* | Do not use FBO as backend for window surface in opengl engineEskil Abrahamsen Blomfeldt2009-09-111-1/+2
* | Fixed clipping bugs in GL2 graphics system with oxygen style.Samuel Rødal2009-09-111-1/+3
* | Make mipmaps work on OpenGL/ES 2.0Rhys Weatherley2009-09-111-0/+12
* | Dump texture formats in hex, not decimalRhys Weatherley2009-09-111-2/+2
* | Recognize the OES_packed_depth_stencil extensionRhys Weatherley2009-09-111-0/+4
* | Resolve GL buffer functions in a better wayRhys Weatherley2009-09-111-6/+6
* | Resolve ARB_framebuffer_object and OES_framebuffer_object extensionsRhys Weatherley2009-09-102-18/+75
* | Make an EGL context current when initializing GL extensionsRhys Weatherley2009-09-103-0/+37
* | Re-order begin() so everything needing a current context has oneTom Cooksey2009-09-102-18/+14
* | Fixed rendering of text with gradient pen in GL 2 engine.Samuel Rødal2009-09-101-5/+4
* | Upload texturedata in matching internal format..Gunnar Sletta2009-09-101-12/+26
* | Don't yinvert pixmaps on eglx11Gunnar Sletta2009-09-101-3/+0
* | Fix crash in gl2 paint engine on WindowsEskil Abrahamsen Blomfeldt2009-09-101-1/+3
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Rhys Weatherley2009-09-101-2/+7
|\ \
| * | Fixed crash on shutdown with GL when leaking QGLWidgetsGunnar Sletta2009-09-101-2/+7
* | | Return the correct QGLFormat to the OpenGL1 paint engine for FBO'sRhys Weatherley2009-09-103-4/+18
|/ /
* | Fix font glyph handling for QPF fonts in the OpenGL1 paint engine.Rhys Weatherley2009-09-101-1/+18
* | Compile fix for OpenGL/ES 1.1 CommonLite systemsRhys Weatherley2009-09-091-0/+4
* | Suppress warnings in QtOpenGL on OpenGL/ES 1.1 systemsRhys Weatherley2009-09-093-4/+10
* | Compile fix for OpenGL/ES 1.1 systemsRhys Weatherley2009-09-091-0/+1