summaryrefslogtreecommitdiffstats
path: root/src/opengl
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-274-46/+51
|\ \ | |/
| * qdoc: Added some missing qdoc comments.Martin Smith2009-05-254-46/+51
* | Make QGLWidgets have the same background colour as QWidgetsTom Cooksey2009-05-274-17/+22
* | Make WA_TranslucentBackground work on QGLWidget for X11Tom Cooksey2009-05-274-6/+124
* | Avoided expensive image upload for GL pixmap backend for QPixmap::fill.Samuel Rødal2009-05-274-11/+59
* | Fixed bugs in GL2 paint engine when several engines are active.Samuel Rødal2009-05-274-33/+41
* | Use GLInt and not uint because of Apple's old header swapMartin Smith2009-05-271-1/+1
* | some cleanups on private exported symbolsThierry Bastian2009-05-261-1/+0
* | A GLint is converted to int for passing to qBound().Martin Smith2009-05-261-1/+1
* | Fix build failure on MacOS 10.4Tom Cooksey2009-05-261-3/+3
* | Introduced preserved swap buffer path in GL window surface.Samuel Rødal2009-05-251-50/+64
* | Fixed bug in uninitialized GL pixmaps.Samuel Rødal2009-05-251-0/+2
* | Fixed broken system clip handling in GL2 paint engine.Samuel Rødal2009-05-252-2/+11
* | Made PixelBuffer/FramebufferObject report correct DPI based metrics.Samuel Rødal2009-05-252-14/+16
* | If EGL fails to provide a valid Visual ID, try XRender for ARGBsTom Cooksey2009-05-221-9/+55
* | Try to use the X11 visual ID provided by EGLTom Cooksey2009-05-221-30/+74
* | Fix changed behaviour after QEglProperties::value() patchTom Cooksey2009-05-222-14/+14
* | Merge commit 'qt/master'Samuel Rødal2009-05-202-20/+4
|\ \
| * \ Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-191-1/+1
| |\ \ | | |/
| | * Fix some typos in the documentation.Frederik Schwarzer2009-05-181-1/+1
| * | Optimize rendering in the GL engineZack Rusin2009-05-111-19/+3
* | | Make QEglProperties::value() return the EGL default if not setTom Cooksey2009-05-201-1/+48
* | | Fix GLSL for OMAP3 and error checkingTom Cooksey2009-05-202-3/+3
* | | Fix GL2 paint engine builds on Big-endian machinesTom Cooksey2009-05-151-11/+8
* | | Make QtOpenGL compile on OpenGL ES 1.1 againTom Cooksey2009-05-148-45/+116