summaryrefslogtreecommitdiffstats
path: root/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implemented QGLTextureGlyphCache to avoid wasting glyph cache memory.Samuel Rødal2009-06-031-27/+171
* Made GL2 engine default for QGLWidget, and added GL2 sync() functionSamuel Rødal2009-05-291-0/+37
* Fixed bug in GL graphics system when painting to pixmaps.Samuel Rødal2009-05-281-0/+3
* Fixed incorrect handling of composition modes in GL2 paint engine.Samuel Rødal2009-05-281-21/+10
* Compile fix with namespaces.hjk2009-05-281-1/+6
* Moved QGL2PaintEngineExPrivate into GL2 paint engine header file.Samuel Rødal2009-05-281-91/+0
* Make QGLWidgets have the same background colour as QWidgetsTom Cooksey2009-05-271-15/+8
* Make WA_TranslucentBackground work on QGLWidget for X11Tom Cooksey2009-05-271-0/+10
* Avoided expensive image upload for GL pixmap backend for QPixmap::fill.Samuel Rødal2009-05-271-1/+7
* Fixed bugs in GL2 paint engine when several engines are active.Samuel Rødal2009-05-271-29/+17
* Fixed broken system clip handling in GL2 paint engine.Samuel Rødal2009-05-251-0/+11
* Make QtOpenGL compile on OpenGL ES 1.1 againTom Cooksey2009-05-141-2/+2
* Enabled compilation of both GL and GL2 paint engine.Samuel Rødal2009-05-131-11/+11
* Big GL Extension CleanupTom Cooksey2009-05-061-2/+3
* Make useCorrectShaderProg() return a bool againTom Cooksey2009-04-221-3/+1
* Merge branch 'master' into gl2engine-new-shadersSamuel Rødal2009-04-221-43/+135
|\
| * Prevent copy back from FBO when initializing render FBO from texture.Samuel Rødal2009-04-201-1/+1
| * Smudgy text in GL2 paint engine when drawing on non-integer offsets.Samuel Rødal2009-04-171-21/+39
| * Correctly handle using GL pixmaps that still have an active engine.Samuel Rødal2009-04-171-2/+45
| * Use FBOs as pixmap backend in GL graphics system.Samuel Rødal2009-04-161-1/+37
| * GL2: Avoid expensive updateDepthClip() every time setState() is calledSamuel Rødal2009-04-161-16/+14
* | Make text rendering work again on the GL2 engineTom Cooksey2009-04-211-41/+44
* | Refactor opacity handling & make drawImage/drawPixmap work againTom Cooksey2009-04-201-70/+69
* | Make fillRect() with a QBrush(Qt::NoBrush) a noopTom Cooksey2009-04-161-0/+3
* | Adapt GL2 Paint Engine to new math3d, shader & shader manager APIsTom Cooksey2009-04-161-43/+43
* | Re-write the shader manager & completely break everything ;-)Tom Cooksey2009-04-161-2/+2
|/
* Fixes: Make FBO window surface work with GL 2 paint engine.Samuel Rødal2009-04-011-0/+3
* Fixes: Respect the SmoothPixmapTransform render hint in the GL2 paint engine.Samuel Rødal2009-04-011-1/+1
* Fixes: Get rid of GL 2 paint engine debug message...Samuel Rødal2009-04-011-2/+0
* Fixes: Small optimizations in GL 2 paint engine...Samuel Rødal2009-04-011-3/+3
* Fixes: Clipping bug in GL 2 paint engine (embeddeddialogs demo).Samuel Rødal2009-04-011-0/+1
* Fixes: Introduce mode transfer functions in the GL 2 paint engine.Samuel Rødal2009-04-011-51/+92
* Fixes: GL 2 paint engine text rendering optimization.Samuel Rødal2009-04-011-56/+45
* Fixes: Improve text rendering in GL 2 paint engine.Samuel Rødal2009-04-011-2/+2
* Get rid of warning introduced in the last commit.Samuel Rødal2009-04-011-1/+1
* Fixes: Move QGLDrawable into qgl_p.h so that we can use it in the GL 2 pai...Samuel Rødal2009-04-011-9/+10
* Merge branch 'gl2text' of ..\qt-mainKim Motoyoshi Kalland2009-04-011-0/+6
* Long live Qt!Lars Knoll2009-03-231-0/+1278