summaryrefslogtreecommitdiffstats
path: root/src/opengl
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'qt/master'Jason Barron2009-08-201-0/+1
|\
| * Fixed an assert in debug mode when drawing text with theTrond Kjernåsen2009-08-201-0/+1
* | Merge commit 'qt/master'Jason Barron2009-08-188-25/+54
|\|
| * Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-175-9/+11
| * Removed unused member variable from QGLFramebufferObjectPrivate.Kim Motoyoshi Kalland2009-08-171-2/+0
| * Fixed text rendering on GL ES 2 implementations.Trond Kjernåsen2009-08-172-12/+31
| * Use LIBS_PRIVATE on Mac and X11.Thiago Macieira2009-08-171-2/+12
* | Merge commit 'qt/master'Jason Barron2009-08-1354-59/+69
|\|
| * Update contact URL in license headers.Jason McDonald2009-08-1254-54/+54
| * Fixed uploading of glyphs to the glyph cache in the GL2 engine.Kim Motoyoshi Kalland2009-08-111-5/+15
* | Rename Q_DECLARE_SCOPED_PRIVATE back to Q_DECLARE_PRIVATEHarald Fernengel2009-08-068-9/+9
* | Merge commit 'qt/master-stable'Jason Barron2009-08-061-2/+3
|\|
| * fix warnings on mingw (gcc4.4)Thierry Bastian2009-08-041-2/+3
* | Merge commit 'origin/master'Jason Barron2009-08-048-9/+9
|\ \
| * | Squashed commit of the topic/exceptions branch.Harald Fernengel2009-08-038-9/+9
* | | Merge commit 'qt/master-stable'Jason Barron2009-08-049-121/+448
|\ \ \ | | |/ | |/|
| * | Fix build on X11/EGL without XRenderTom Cooksey2009-08-031-2/+4
| * | Add qglpixelbuffer_p.h to opengl.pro so Creator finds itTom Cooksey2009-08-031-0/+1
| * | Merge branch 'texture_from_pixmap'Tom Cooksey2009-07-304-93/+330
| |\ \
| | * | Fix build on Solaris x86 with old Mesa glx headersTom Cooksey2009-07-291-5/+8
| | * | Support EGL_NOKIA_texture_from_pixmap on HarmattanTom Cooksey2009-07-291-8/+163
| | * | Refactor texture_from_pixmap to not re-create the gl surface each bindTom Cooksey2009-07-294-88/+151
| | * | Refactor QImage/QPixmap cleanup hooks into a seperate classTom Cooksey2009-07-282-6/+22
| * | | Unit tests and bug fixes for QGLColormapRhys Weatherley2009-07-301-7/+17
| * | | qdoc fix: stencil buffer is enabled by default, not disabledRhys Weatherley2009-07-301-2/+2
| * | | Optimized single-rect clip case in OpenGL 2 paint engine.Samuel Rødal2009-07-292-17/+80
| * | | Port of Qt to VxWorksRobert Griebl2009-07-292-0/+14
* | | | Merge commit 'qt/master-stable'Jason Barron2009-07-301-1/+4
|\| | |
| * | | Fixed incorrect QGLFramebufferObject documentation.Samuel Rødal2009-07-281-1/+4
| |/ /
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-291-3/+11
|\| |
| * | Disable Texture-From-Pixmap on everything other than LinuxTom Cooksey2009-07-281-1/+6
| * | Fix build on SolarisTom Cooksey2009-07-271-2/+5
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-282-3/+22
|\| |
| * | Really, really fix HPUX this timeTom Cooksey2009-07-271-1/+1
| * | Add an ARGB check for EGL-provided X visualsTom Cooksey2009-07-241-3/+20
| * | Fix build on HPUXTom Cooksey2009-07-241-0/+2
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-2720-397/+846
|\| | | |/ |/|
| * Fix build on HarmattanTom Cooksey2009-07-231-1/+1
| * Add texture_from_pixmap defines for systems without themTom Cooksey2009-07-231-0/+19
| * Fix build on MacTom Cooksey2009-07-222-8/+28
| * Plug a texture leak when deleting QPixmaps without a current contextTom Cooksey2009-07-222-16/+9
| * Use texture_from_pixmap on X11 & avoid copiesTom Cooksey2009-07-228-174/+422
| * Fixed compile with -qtnamespace and MSVC.Rohan McGovern2009-07-221-1/+2
| * Fixed opacity bug in the GL2 paint engine.Kim Motoyoshi Kalland2009-07-211-0/+1
| * Fixed gradient bug in the GL2 paint engine.Kim Motoyoshi Kalland2009-07-211-3/+3
| * Corrected the value of GL_MAX_SAMPLES_EXT.Kim Motoyoshi Kalland2009-07-211-1/+1
| * Fixed crash in the GL2 engine's texture glyph cache.Kim Motoyoshi Kalland2009-07-211-4/+12
| * Used QGLContextResource for the gradient cache in the GL2 paint engine.Kim Motoyoshi Kalland2009-07-213-30/+31
| * Fixed GL2 engine shader manager to work with more than one context.Kim Motoyoshi Kalland2009-07-216-63/+228
| * Merge commit 'origin/4.5'Oswald Buddenhagen2009-07-201-1/+1
| |\