summaryrefslogtreecommitdiffstats
path: root/examples/opengl
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release' into stableSergio Ahumada2013-01-311-0/+2
|\
| * push feature conditionals down to subdirectoriesOswald Buddenhagen2013-01-311-0/+2
* | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-01-221-1/+1
|\|
| * fix a typo in cube exampleJing Bai2013-01-181-1/+1
* | Update copyright year in Digia's license headersSergio Ahumada2013-01-1876-76/+76
* | Fix crash in hellowindow example when minimizing.Friedemann Kleint2013-01-151-1/+2
|/
* Polish code of some opengl exampleshjk2012-12-2829-255/+182
* add and use qtHaveModule() functionOswald Buddenhagen2012-12-211-1/+1
* Fix compilation of Open GL ES 2 examples when using a Qt-namespace.Friedemann Kleint2012-12-193-5/+2
* remove QT+=widgets from SUBDIRS projectsOswald Buddenhagen2012-12-171-2/+0
* OpenGL examples: Add error message about ANGLE on WindowsThomas Hartmann2012-12-177-0/+42
* Removed requestOrientation() API from QWindow.Samuel Rødal2012-12-061-9/+7
* Fix example documentation for OpenGL module and (widget) Tools.Gunnar Sletta2012-11-3011-129/+10
* centralize and fixup example sources install targetsOswald Buddenhagen2012-11-2915-63/+15
* Add \brief to the examples.Eike Ziller2012-11-2911-11/+11
* delete .desktop files of examplesOswald Buddenhagen2012-11-2813-143/+0
* Examples: Install to $$[QT_INSTALL_EXAMPLES]/$submodule/$examplehjk2012-11-2615-30/+30
* Remove warnings from qtbase.Mitch Curtis2012-11-211-1/+1
* Rename all QWindow properties that have "window" in themShawn Rutledge2012-11-073-14/+14
* Fix hellowindow example generating excess timersMiikka Heikkinen2012-11-052-5/+8
* Fixed cube opengl exampleOliver Wolff2012-10-171-1/+2
* Fix missing return in QtOpenGl/paintedwindow example.Friedemann Kleint2012-10-131-1/+1
* Made cube example not use glActiveTexture.Samuel Rødal2012-10-021-2/+1
* Added QGLPixelBuffer implementation using framebuffer objects.Samuel Rødal2012-09-273-7/+7
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2277-567/+553
* Move opengl/wid/net example docs to proper folders.Frederik Gladhorn2012-09-2123-0/+1282
* examples: Mark ctor's as explicitSergio Ahumada2012-09-174-5/+5
* Make gui/math3d classes use float rather than qrealSean Harmer2012-09-072-38/+2
* qtbase: Add missing example installs and files.Friedemann Kleint2012-07-101-0/+5
* OpenGL/HelloWindow example: Fix resource leaks.Friedemann Kleint2012-05-253-10/+21
* Fixed unused parameter warning in hellowindow example.Mitch Curtis2012-05-181-0/+2
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-071-1/+1
* Made hellowindow example respect the expose event.Samuel Rødal2012-04-202-4/+11
* Cleaned up examples/opengl/cube/cube.pro, removed message()Rohan McGovern2012-02-291-9/+0
* clean up qmake-generated projectsOswald Buddenhagen2012-02-245-44/+3
* Improve QSurface / QWindow API a bit and use that to avoid errorsGunnar Sletta2012-02-021-0/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3066-66/+66
* Made window orientation API more flexible.Samuel Rødal2012-01-242-31/+26
* Update contact information in license headers.Jason McDonald2012-01-2366-66/+66
* Update copyright year in license headers.Jason McDonald2012-01-0566-66/+66
* Added multi-screen support to hellowindow example.Samuel Rødal2011-12-063-9/+36
* Added rotation animation to paintedwindow example.Samuel Rødal2011-12-013-23/+141
* Polish the HelloWindow example.Friedemann Kleint2011-11-283-3/+7
* Added command line argument to make hellowindow example single window.Samuel Rødal2011-11-211-19/+25
* Compile fix for Mac OS X 10.7 with 10.6 sdkAndy Shaw2011-11-181-2/+2
* Re-added hellogl_es and ES 1 support for QOpenGLContext.Samuel Rødal2011-10-317-0/+482
* Examples, plugins: Remove remains of qpa in profiles.Friedemann Kleint2011-10-281-4/+2
* Get rid of legacy glTexParameterf calls.Samuel Rødal2011-10-282-8/+8
* QtBase examples: Remove Maemo/Symbian-specific code.Friedemann Kleint2011-10-1813-43/+0
* Added Orientation API to QScreen and QWindow.Samuel Rødal2011-10-072-4/+44