summaryrefslogtreecommitdiffstats
path: root/src/opengl
Commit message (Expand)AuthorAgeFilesLines
* Make QGLWidget::paintGL() call glClear().Morten Johan Sorvig2012-11-031-0/+1
* Remove some dead code in switch statementsSergio Ahumada2012-10-291-1/+0
* QGLTextureGlyphCache: Fix text rendering artifacts on NVIDIAJonathan Liu2012-10-261-2/+2
* Revert hacks in text rendering code pathEskil Abrahamsen Blomfeldt2012-10-251-1/+1
* Make QPen default to 1-width non-cosmetic.Samuel Rødal2012-10-221-5/+5
* remove explicit load(qt_build_config)s from the librariesOswald Buddenhagen2012-10-191-2/+0
* Change the default major version of QGLFormat to 2.Jason Barron2012-10-191-1/+1
* Ensure QOPENGLF_APIENTRY and QGLF_APIENTRY are set correctly.Jason Barron2012-10-161-0/+2
* OpenGL: Add missing WINAPI calling convention for QGL functionsSean Harmer2012-10-131-0/+3
* Modularize documenation buildTor Arne Vestbø2012-10-102-6/+4
* OpenGL: Don't request a context version higher than is supportedSean Harmer2012-10-031-0/+8
* OpenGL: Propagate version and profile from QSurfaceFormat to QGLFormatSean Harmer2012-10-021-0/+2
* Fixed text drawing in OpenGL 2 paint engine.Samuel Rødal2012-10-021-2/+2
* Added QGLPixelBuffer implementation using framebuffer objects.Samuel Rødal2012-09-274-99/+112
* OpenGL: Fix QGLFormat::openGLVersionFlags() on OS XSean Harmer2012-09-261-0/+9
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2247-1027/+1027
* Move opengl/wid/net example docs to proper folders.Frederik Gladhorn2012-09-211-4/+4
* Fixed potential use of uninitialized variable in qgl.cppSamuel Rødal2012-09-191-1/+1
* OpenGL: Make use of the requested version and profile in QGLWidgetSean Harmer2012-09-191-0/+3
* OpenGL: Add flags and logic for newer versions of OpenGL in QGLFormatSean Harmer2012-09-192-2/+29
* OpenGL: Request latest GL version when using QGLTemporaryContextSean Harmer2012-09-191-0/+7
* gui/opengl: Fix missing or improper include guard in headersSergio Ahumada2012-09-152-3/+7
* Mark (non-public API's) ctor's as explicitSergio Ahumada2012-09-141-2/+2
* Documented QtOpenGL classes that have better replacements as obsolete.Samuel Rødal2012-09-146-0/+19
* Do not include /examples in qdocconfs.Frederik Gladhorn2012-09-111-1/+1
* Doc: Centralize more common settings in 1 global qdocconf.Casper van Donderen2012-09-111-36/+1
* Removing duplicate includesSergio Ahumada2012-09-091-1/+0
* don't use QT_{BEGIN,END}_INCLUDE_NAMESPACE needlesslyOswald Buddenhagen2012-09-083-13/+4
* Make gui/math3d classes use float rather than qrealSean Harmer2012-09-071-67/+9
* Doc: Fix docbuild when not using -developer-build.Casper van Donderen2012-09-011-2/+2
* Doc: Simplify qtbase qdocconfs.Casper van Donderen2012-08-311-15/+2
* MSVC/OpenGL: Fix warnings about macro redefinition..Friedemann Kleint2012-08-301-8/+0
* Exclude the examples/widgets/doc dir for all but widgets.Frederik Gladhorn2012-08-291-0/+2
* Fix doc: qglcolormap is not the opengl moduleFrederik Gladhorn2012-08-241-1/+1
* OpenGL: Use official glext.h and gl2ext.h headersSean Harmer2012-08-207-344/+149
* rename qt_module_config.prf => qt_module.prfOswald Buddenhagen2012-08-081-1/+1
* QtOpenGL: use nullary version of qRegisterMetaType<T>("T")Marc Mutz2012-07-251-1/+5
* Fix some spelling errorsSergio Ahumada2012-07-111-1/+1
* Remove duplicate triangulating stroker implementation.Kim Motoyoshi Kalland2012-07-064-745/+0
* Clean up the EXPORT macros in qglobal.h.Thiago Macieira2012-06-294-1/+68
* Fix setMouseTracking on QGLWidgetLaszlo Agocs2012-06-232-7/+0
* fix misnomer: qt_module.prf => qt_build_config.prfOswald Buddenhagen2012-06-191-1/+1
* automatically add QT_BUILD_FOO_LIB to DEFINESOswald Buddenhagen2012-06-191-1/+0
* clean up projects from QPRO_PWD nonsense, etc.Oswald Buddenhagen2012-06-191-1/+0
* auto-generate QMAKE_PKGCONFIG_REQUIRES and QMAKE_PKGCONFIG_DESCRIPTIONOswald Buddenhagen2012-06-191-2/+0
* auto-generate module prisOswald Buddenhagen2012-06-191-2/+0
* automatically add the version header to HEADERSOswald Buddenhagen2012-06-191-2/+0
* make qt_module_config.prf install the module pri fileOswald Buddenhagen2012-06-191-1/+0
* Remove unused isGLWidget variable.Kim Motoyoshi Kalland2012-06-011-1/+0
* Windows: Add ANGLE support.Friedemann Kleint2012-05-311-1/+2