summaryrefslogtreecommitdiffstats
path: root/src/opengl/qpixmapdata_gl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Put all the declarations of qt_defaultDpi{,X,Y}() in one placeJiang Jiang2011-04-051-3/+1
* Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-03-011-1/+1
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-02-261-57/+102
| |\
| | * Fix extern usage in qpixmapdata_gl.cppJani Hautakangas2011-02-251-1/+1
| | * Fix for loading QPixmaps from file in GL graphics systemJani Hautakangas2011-02-251-22/+22
| | * Use the 'convertInPlace' versions of QImage in QGLPixmapData load.Jani Hautakangas2011-02-251-34/+79
* | | Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration...Qt Continuous Integration System2011-02-101-0/+6
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-101-0/+6
| |\ \ \ | | |/ /
| | * | Fixed tst_qpixmap::toImageDeepCopy autotest for GL graphicssystem.Samuel Rødal2011-02-091-0/+6
| | |/
* | | Fix for loading QPixmaps from file in GL graphics systemJani Hautakangas2011-02-091-22/+22
* | | Use the 'convertInPlace' versions of QImage in QGLPixmapData load.Jani Hautakangas2011-02-081-34/+79
|/ /
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-251-2/+2
|\ \ | |/
| * Fix static build on Windows with MinGW.Mark Brand2011-01-171-2/+2
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\ \ | |/
| * Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* | Make QtOpenGL use shared contextexts on LighthouseJørgen Lind2010-11-261-15/+15
|/
* Functions that are externally defined to QtOpenGL needs to be imported.Jani Hautakangas2010-10-211-2/+2
* Some optimizations to the GL pixmap data.Samuel Rødal2010-09-091-5/+35
* Made GL pixmap backend respect Qt::NoOpaqueDetection flag..Samuel Rødal2010-08-191-2/+4
* Moved 'hasAlpha' property from GL2 engine to GL paint device.Kim Motoyoshi Kalland2010-02-121-0/+5
* Fix y-inverted pixmaps properly.Gunnar Sletta2010-01-221-9/+5
* Fixed y-inverted pixmaps on N900.Gunnar Sletta2010-01-191-4/+8
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* Align GL_RGB lines on a 4-byte boundary when uploading pixmap texturesRhys Weatherley2009-12-181-13/+2
* Make sure a context is current when loading compressed textures.Rhys Weatherley2009-12-081-0/+2
* Compressed texture binding for QtOpenGL: ETC1 and PVRTCRhys Weatherley2009-12-061-0/+57
* Fixed OpenGL graphicssystem issues for OpenGL ES 2.0 platforms.Samuel Rødal2009-12-041-8/+30
* API review: Rename functions numColors(), setNumColors() and numBytes()Marius Storm-Olsen2009-11-061-1/+1
* Added strict size parameter to QGLFramebufferObject pool.Samuel Rødal2009-11-021-3/+16
* Made internal FBOs snap to power-of-two when not wasting too much space.Samuel Rødal2009-10-291-2/+15
* Optimized QPixmap::fill for GL backend when pixmap is used as is.Samuel Rødal2009-10-151-6/+16
* Fixed tst_QPixmap test failures with GL pixmap backend.Samuel Rødal2009-10-151-0/+4
* Added QPixmapData::createCompatiblePixmapData() used by QPixmap::copy().Samuel Rødal2009-10-141-0/+5
* Fixing some GCC warningsJoão Abecasis2009-10-071-1/+1
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-10-021-1/+1
|\
| * QGLContext::areSharing() to check for GL share relationshipsRhys Weatherley2009-10-011-1/+1
* | Explicitely check for alpha pixels before creating an alpha GL pixnmapGunnar Sletta2009-10-021-6/+15
|/
* Fixed crash with QPixmap::fill() when pixmap is painted to using opengl1Gunnar Sletta2009-09-251-9/+17
* Fixed bug in GL pixmap backend (causing missing rendering in lance).Samuel Rødal2009-09-181-1/+5
* Fix glMatrixMode() arguments for desktop OpenGLRhys Weatherley2009-09-151-2/+2
* 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 rendering errors in blurpicker with -graphicssystem openglSamuel Rødal2009-09-151-1/+15
* Re-order begin() so everything needing a current context has oneTom Cooksey2009-09-101-6/+2
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Make QGLPixmapData work with the new QGLPaintDevice APITom Cooksey2009-09-081-36/+80
* Add operator== and != to QGLFramebufferObjectFormatRhys Weatherley2009-09-081-6/+1
* Slightly improved QGLFramebufferObjectFormat API.Samuel Rødal2009-09-041-2/+2
* Fixed issues with using GLenum in public API on mac.Samuel Rødal2009-09-031-1/+1
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\