summaryrefslogtreecommitdiffstats
path: root/src/opengl
Commit message (Expand)AuthorAgeFilesLines
* Compile the OpenGL2 paint engine after the QScopedPointer changesJason Barron2009-07-091-3/+3
* Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-3060-1663/+501
|\
| * Fixed some regressions in the OpenGL pixmap backend.Samuel Rødal2009-06-292-4/+13
| * Silence trivial warningsThiago Macieira2009-06-261-4/+4
| * Fixed missing restoration of state after a sync in the GL 2 engine.Samuel Rødal2009-06-252-2/+12
| * Fixed buggy clipping when using projective transforms in GL 2 engine.Samuel Rødal2009-06-251-14/+4
| * Reduced number of state changes/uniform location queries in GL2 engine.Samuel Rødal2009-06-244-49/+168
| * Merge commit 'origin/4.5'Oswald Buddenhagen2009-06-231-7/+13
| |\
| | * Fixed drawTiledPixmap() for the GL paint engine.Trond Kjernåsen2009-06-221-7/+13
| * | Integrate the OpenVG graphics system into Qt 4.6Rhys Weatherley2009-06-2211-1421/+72
| * | Use QTransform more efficiently.Bjørn Erik Nilsen2009-06-182-8/+4
| * | Prevented unnecessary depth clip updates in OpenGL paint engine.Samuel Rødal2009-06-182-1/+10
| * | Added save state detection in OpenGL engine to avoid dirtying state.Samuel Rødal2009-06-181-0/+13
| * | Speed up QPixmap::width(), height(), isNull() and depth().Andreas Aardal Hanssen2009-06-172-34/+33
| * | Prevented infinite recursion in GL graphics system.Samuel Rødal2009-06-173-8/+12
| * | Update license headers in files that are new in 4.6.Jason McDonald2009-06-175-10/+10
| * | Merge license header changes from 4.5Volker Hilsheimer2009-06-1654-108/+108
| |\ \ | | |/
| | * Update license headers as requested by the marketing department.Jason McDonald2009-06-1659-118/+118
| * | Disabled the use of VERSION_1_3 GLX functions on HPUX.Carlos Manuel Duclos Vergara2009-06-151-4/+8
| * | Enabled switching multisampling on/off in GL2 engine on desktop.Samuel Rødal2009-06-151-0/+14
| * | Re-enabled GL pixmap backend and window surface to work without GL2.Samuel Rødal2009-06-153-1/+15
* | | Merge commit 'qt/master-stable' into 4.6-stableJason Barron2009-06-2539-3351/+8131
|\ \ \ | |/ /
| * | Fixed bitmap drawing in GL 2 engine when not using GL pixmap backend.Samuel Rødal2009-06-122-3/+5
| * | Fixed off-by-one color bug in GL 2 paint engine.Samuel Rødal2009-06-121-5/+5
| * | Fixed incorrect rendering of bitmap/pattern brushes in GL 2 engine.Samuel Rødal2009-06-125-8/+56
| * | Made QPixmap autotest pass with -graphicssystem openglSamuel Rødal2009-06-124-15/+82
| * | Prevented pixmap FBOs from growing too big.Samuel Rødal2009-06-091-0/+5
| * | Optimized stencil buffer clearing in GL 2 paint engine.Samuel Rødal2009-06-092-42/+9
| * | Resolved FBO extensions as well when resolving GL 2 extensions.Samuel Rødal2009-06-091-0/+3
| * | Improved clipping in GL2 paint engine.Samuel Rødal2009-06-094-170/+246
| * | Another breakage in 1bbe23c5 - move qpaintengineex_opengl2_p.h include upRhys Weatherley2009-06-091-3/+6
| * | Fix build breakage from 1bbe23c5 - endif in the wrong placeRhys Weatherley2009-06-091-1/+1
| * | Make OpenGL/ES 1.1 work again for Qt/EmbeddedRhys Weatherley2009-06-094-4/+21
| * | Protect EGL property names that only exist in some versions with #ifdefsRhys Weatherley2009-06-091-1/+9
| * | Compile with Sun CC 5.5.jasplin2009-06-051-1/+1
| * | All of Qt's own code compiles with -pedantic now (but pcre and webkit don't s...David Faure2009-06-045-13/+13
| * | Fix compilation with gcc-4.3.3 (due to std::system)David Faure2009-06-041-0/+1
| * | Code cleanup - use constructor initializers in shader classes.Rhys Weatherley2009-06-041-14/+14
| * | Improvements to shader API in response to API reviewRhys Weatherley2009-06-043-94/+83
| * | Implemented QGLTextureGlyphCache to avoid wasting glyph cache memory.Samuel Rødal2009-06-035-29/+212
| * | Made GL2 engine default for QGLWidget, and added GL2 sync() functionSamuel Rødal2009-05-293-1/+39
| * | Added check in GL pixmap backend to fall back to raster if FBO fails.Samuel Rødal2009-05-291-32/+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-282-22/+11
| * | Compile fix with namespaces.hjk2009-05-287-3/+28
| * | Make WA_TranslucentBackground work for QGLWidgets on X11/EGLTom Cooksey2009-05-281-11/+15
| * | Print the error string when surface creation failsTom Cooksey2009-05-281-1/+4
| * | Fix build on X11/OpenGL ES 2.0Tom Cooksey2009-05-281-1/+1
| * | Moved QGL2PaintEngineExPrivate into GL2 paint engine header file.Samuel Rødal2009-05-284-93/+96
| * | improved string operations all over the placeThierry Bastian2009-05-285-31/+30