summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl
Commit message (Expand)AuthorAgeFilesLines
* Update qopenglext.h to latest glext.h from Khronos.orgSean Harmer2013-02-221-99/+1016
* OpenGL: Refactor some defines and typedefs to a common locationSean Harmer2013-02-212-21/+17
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-181-20/+16
|\
| * Fixed error in QGLFramebufferObject and QOpenGLFramebufferObject docs.Samuel Rødal2013-02-151-2/+2
| * Fixed QOpenGLFramebufferObject docs to mention QOpenGLPaintDevice.Samuel Rødal2013-02-141-19/+15
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Giuseppe D'Angelo2013-02-171-0/+1
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-141-0/+1
| |\|
| | * Merge branch 'release' into stableSergio Ahumada2013-01-311-0/+1
| | |\
| | | * Prevent GL/gl.h from including system glext.hSean Harmer2013-01-271-0/+1
* | | | Remove duplicated code for handling OpenGL extensions in QtOpenGLTor Arne Vestbø2013-02-171-1/+1
|/ / /
* | | Add support for color glyphs (Emoji) on Mac OS X and iOSTor Arne Vestbø2013-02-133-30/+57
* | | Fixed QOpenGLFunctions feature/extension detection to check GL versionSamuel Rødal2013-02-091-2/+9
* | | Use QPaintEngineEx to decide if font is too big for using the glyph cacheTor Arne Vestbø2013-02-071-6/+2
* | | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-2913-52/+0
* | | QOpenGLTextureCache : make it possible to skip qgl_byteSwapImageElvis Lee2013-01-252-3/+7
* | | Don't assume m11/m22 represents the scale of a QTransformTor Arne Vestbø2013-01-241-1/+7
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-2237-37/+37
|\| |
| * | Update copyright year in Digia's license headersSergio Ahumada2013-01-1837-37/+37
* | | Add support for retina glyph-based text drawing in the GL paint-engineTor Arne Vestbø2013-01-212-9/+26
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-161-1/+1
|\| |
| * | Don't assume QSurfaceFormat's stencil buffer size is >= 0Tor Arne Vestbø2013-01-101-1/+1
| |/
* / Refactor paint/font-engine shouldDrawCachedGlyphs and supportsTransformationsTor Arne Vestbø2013-01-102-12/+14
|/
* Remove some dead code from qtriangulator.cppThiago Macieira2013-01-031-39/+0
* Some fixes to the OpenGL docs in GUIGunnar Sletta2012-12-121-4/+40
* properly syncqt-ize harfbuzz headersOswald Buddenhagen2012-12-041-2/+0
* Fixed memory leak in assign operator of QOpenGLBufferVadim Zakondyrin2012-11-191-1/+3
* Simplify and speed up OpenGL framebuffer grabbing.aavit2012-11-091-54/+13
* Fix native RGB text on OpenGL ES 2 without BGRA extensionEskil Abrahamsen Blomfeldt2012-11-062-3/+19
* Remove some dead code in switch statementsSergio Ahumada2012-10-291-1/+0
* Revert hacks in text rendering code pathEskil Abrahamsen Blomfeldt2012-10-251-1/+1
* Fix valgrind warning in QTriangulatingStroker.Friedemann Kleint2012-10-241-1/+4
* Make QPen default to 1-width non-cosmetic.Samuel Rødal2012-10-223-12/+13
* Ensure QOPENGLF_APIENTRY and QGLF_APIENTRY are set correctly.Jason Barron2012-10-161-0/+2
* Fix warnings from syncqt.Friedemann Kleint2012-10-133-2/+4
* Fixed text drawing in OpenGL 2 paint engine.Samuel Rødal2012-10-021-2/+2
* OpenGL: Remove API for stubbed Geometry shader support in gui/openglSean Harmer2012-09-242-145/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2237-888/+888
* gui/opengl: Fix missing or improper include guard in headersSergio Ahumada2012-09-152-3/+7
* Fix compilation on HarmattanSimon Hausmann2012-09-141-0/+9
* don't use QT_{BEGIN,END}_INCLUDE_NAMESPACE needlesslyOswald Buddenhagen2012-09-081-5/+1
* Check for C++ operators that should be 'const'Sergio Ahumada2012-09-081-1/+1
* Make gui/math3d classes use float rather than qrealSean Harmer2012-09-071-44/+9
* Remove custom sort implementation in QTriangulator in favour of std::sort.Robin Burchell2012-09-041-126/+3
* Doc: Fix some documentation issues.Kim Motoyoshi Kalland2012-08-313-8/+87
* MSVC/OpenGL: Fix warnings about macro redefinition..Friedemann Kleint2012-08-301-8/+0
* OpenGL: Use official glext.h and gl2ext.h headersSean Harmer2012-08-2010-1401/+13437
* Improve the QOpenGLExtensionMatcher classSean Harmer2012-08-072-50/+11
* OpenGL: Add finer-grained functionality checks for NPOT texturesSean Harmer2012-08-062-3/+5
* OpenGL: Fix typo in extension nameSean Harmer2012-08-011-1/+1
* Don't join between 2 same pointsCharles Yin2012-07-171-2/+4