| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed bug in GL pixmap backend (causing missing rendering in lance). | Samuel Rødal | 2009-09-18 | 1 | -1/+5 |
|
|
* | Fix glMatrixMode() arguments for desktop OpenGL | Rhys Weatherley | 2009-09-15 | 1 | -2/+2 |
|
|
* | Compilation fix for OpenGL/ES 2.0 | Rhys Weatherley | 2009-09-15 | 1 | -0/+2 |
|
|
* | Increased performance of blurpicker example with GL 2 engine. | Samuel Rødal | 2009-09-15 | 1 | -8/+8 |
|
|
* | Fixed rendering errors in blurpicker with -graphicssystem opengl | Samuel Rødal | 2009-09-15 | 1 | -1/+15 |
|
|
* | Re-order begin() so everything needing a current context has one | Tom Cooksey | 2009-09-10 | 1 | -6/+2 |
|
|
* | Update license headers again. | Jason McDonald | 2009-09-09 | 1 | -4/+4 |
|
|
* | Make QGLPixmapData work with the new QGLPaintDevice API | Tom Cooksey | 2009-09-08 | 1 | -36/+80 |
|
|
* | Add operator== and != to QGLFramebufferObjectFormat | Rhys Weatherley | 2009-09-08 | 1 | -6/+1 |
|
|
* | Slightly improved QGLFramebufferObjectFormat API. | Samuel Rødal | 2009-09-04 | 1 | -2/+2 |
|
|
* | Fixed issues with using GLenum in public API on mac. | Samuel Rødal | 2009-09-03 | 1 | -1/+1 |
|
|
* | 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 | -37/+0 |
|
|
* | | New variant of QGLContext::bindTexture that does not require mipmap generation | Gunnar Sletta | 2009-08-27 | 1 | -1/+1 |
|
|
* | | Removed warnings / debug output in the GL 2 engine / pixmap filter code. | Samuel Rødal | 2009-08-25 | 1 | -2/+0 |
|
|
* | | Merge commit 'qt/master' into kinetic-graphicseffect | Bjørn Erik Nilsen | 2009-08-17 | 1 | -1/+1 |
|\ \ |
|
| * | | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 1 | -1/+1 |
|
|
* | | | Fixed various valgrind-reported issues in GL 2 engine. | Samuel Rødal | 2009-07-29 | 1 | -4/+5 |
|
|
* | | | Merge commit 'qt-graphics-team/pixmapfilters-redux' into kinetic-graphicseffect | Samuel Rødal | 2009-07-28 | 1 | -41/+93 |
|\ \ \
| |/ /
|/| | |
|
| * | | Refactored the GL QPixmap backend to use an FBO pool class. | Samuel Rødal | 2009-07-02 | 1 | -41/+93 |
|
|
* | | | Use texture_from_pixmap on X11 & avoid copies | Tom Cooksey | 2009-07-22 | 1 | -20/+26 |
|
|
* | | | Fixed compile with -qtnamespace and MSVC. | Rohan McGovern | 2009-07-22 | 1 | -1/+2 |
|/ / |
|
* | | Fixed some regressions in the OpenGL pixmap backend. | Samuel Rødal | 2009-06-29 | 1 | -1/+8 |
|
|
* | | Speed up QPixmap::width(), height(), isNull() and depth(). | Andreas Aardal Hanssen | 2009-06-17 | 1 | -28/+32 |
|
|
* | | Prevented infinite recursion in GL graphics system. | Samuel Rødal | 2009-06-17 | 1 | -2/+5 |
|
|
* | | Merge license header changes from 4.5 | Volker Hilsheimer | 2009-06-16 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Update license headers as requested by the marketing department. | Jason McDonald | 2009-06-16 | 1 | -2/+2 |
|
|
| * | Long live Qt 4.5! | Lars Knoll | 2009-03-23 | 1 | -0/+313 |
|
|
* | Re-enabled GL pixmap backend and window surface to work without GL2. | Samuel Rødal | 2009-06-15 | 1 | -1/+2 |
|
|
* | Fixed bitmap drawing in GL 2 engine when not using GL pixmap backend. | Samuel Rødal | 2009-06-12 | 1 | -1/+1 |
|
|
* | Made QPixmap autotest pass with -graphicssystem opengl | Samuel Rødal | 2009-06-12 | 1 | -14/+53 |
|
|
* | Prevented pixmap FBOs from growing too big. | Samuel Rødal | 2009-06-09 | 1 | -0/+5 |
|
|
* | Added check in GL pixmap backend to fall back to raster if FBO fails. | Samuel Rødal | 2009-05-29 | 1 | -32/+37 |
|
|
* | Avoided expensive image upload for GL pixmap backend for QPixmap::fill. | Samuel Rødal | 2009-05-27 | 1 | -9/+37 |
|
|
* | Fixed bug in uninitialized GL pixmaps. | Samuel Rødal | 2009-05-25 | 1 | -0/+2 |
|
|
* | Reverted use of GL 2 engine as default on desktop. | Samuel Rødal | 2009-05-13 | 1 | -4/+4 |
|
|
* | Enabled compilation of both GL and GL2 paint engine. | Samuel Rødal | 2009-05-13 | 1 | -4/+0 |
|
|
* | Big GL Extension Cleanup | Tom Cooksey | 2009-05-06 | 1 | -5/+5 |
|
|
* | Prevent copy back from FBO when initializing render FBO from texture. | Samuel Rødal | 2009-04-20 | 1 | -3/+3 |
|
|
* | Correctly handle using GL pixmaps that still have an active engine. | Samuel Rødal | 2009-04-17 | 1 | -13/+30 |
|
|
* | Use FBOs as pixmap backend in GL graphics system. | Samuel Rødal | 2009-04-16 | 1 | -68/+168 |
|
|
* | Fixes: Enable use of the GL pixmap backend in the GL 2 paint engine. | Samuel Rødal | 2009-04-01 | 1 | -3/+10 |
|
|
* | Long live Qt! | Lars Knoll | 2009-03-23 | 1 | -0/+321 |
|
|