| Commit message (Expand) | Author | Age | Files | Lines |
* | Functions that are externally defined to QtOpenGL needs to be imported. | Jani Hautakangas | 2010-10-21 | 1 | -2/+2 |
|
|
* | Some optimizations to the GL pixmap data. | Samuel Rødal | 2010-09-09 | 1 | -5/+35 |
|
|
* | Made GL pixmap backend respect Qt::NoOpaqueDetection flag.. | Samuel Rødal | 2010-08-19 | 1 | -2/+4 |
|
|
* | Moved 'hasAlpha' property from GL2 engine to GL paint device. | Kim Motoyoshi Kalland | 2010-02-12 | 1 | -0/+5 |
|
|
* | Fix y-inverted pixmaps properly. | Gunnar Sletta | 2010-01-22 | 1 | -9/+5 |
|
|
* | Fixed y-inverted pixmaps on N900. | Gunnar Sletta | 2010-01-19 | 1 | -4/+8 |
|
|
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
|
|
* | Align GL_RGB lines on a 4-byte boundary when uploading pixmap textures | Rhys Weatherley | 2009-12-18 | 1 | -13/+2 |
|
|
* | Make sure a context is current when loading compressed textures. | Rhys Weatherley | 2009-12-08 | 1 | -0/+2 |
|
|
* | Compressed texture binding for QtOpenGL: ETC1 and PVRTC | Rhys Weatherley | 2009-12-06 | 1 | -0/+57 |
|
|
* | Fixed OpenGL graphicssystem issues for OpenGL ES 2.0 platforms. | Samuel Rødal | 2009-12-04 | 1 | -8/+30 |
|
|
* | API review: Rename functions numColors(), setNumColors() and numBytes() | Marius Storm-Olsen | 2009-11-06 | 1 | -1/+1 |
|
|
* | Added strict size parameter to QGLFramebufferObject pool. | Samuel Rødal | 2009-11-02 | 1 | -3/+16 |
|
|
* | Made internal FBOs snap to power-of-two when not wasting too much space. | Samuel Rødal | 2009-10-29 | 1 | -2/+15 |
|
|
* | Optimized QPixmap::fill for GL backend when pixmap is used as is. | Samuel Rødal | 2009-10-15 | 1 | -6/+16 |
|
|
* | Fixed tst_QPixmap test failures with GL pixmap backend. | Samuel Rødal | 2009-10-15 | 1 | -0/+4 |
|
|
* | Added QPixmapData::createCompatiblePixmapData() used by QPixmap::copy(). | Samuel Rødal | 2009-10-14 | 1 | -0/+5 |
|
|
* | Fixing some GCC warnings | João Abecasis | 2009-10-07 | 1 | -1/+1 |
|
|
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Gunnar Sletta | 2009-10-02 | 1 | -1/+1 |
|\ |
|
| * | QGLContext::areSharing() to check for GL share relationships | Rhys Weatherley | 2009-10-01 | 1 | -1/+1 |
|
|
* | | Explicitely check for alpha pixels before creating an alpha GL pixnmap | Gunnar Sletta | 2009-10-02 | 1 | -6/+15 |
|/ |
|
* | Fixed crash with QPixmap::fill() when pixmap is painted to using opengl1 | Gunnar Sletta | 2009-09-25 | 1 | -9/+17 |
|
|
* | 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 |
|\ \
| |/ |
|