summaryrefslogtreecommitdiffstats
path: root/examples/opengl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make examples build with Qt-in-namespaceKent Hansen2011-09-282-0/+4
* Add missing license headersJason McDonald2011-09-156-0/+240
* Fix compilationLars Knoll2011-09-121-2/+2
* Improved and made public the QOpenGLPaintDevice API.Samuel Rødal2011-09-083-92/+13
* Fixed hellowindow making context current in wrong thread.Samuel Rødal2011-08-311-1/+1
* Copy core GL functionality to QtGui with QGL -> QOpenGL naming.Samuel Rødal2011-08-298-29/+228
* Merge branch 'master' into refactorGunnar Sletta2011-08-251-0/+2
|\
| * Support -qtnamespace and -qtlibinfix in qtbase examplesLiang Qi2011-08-081-0/+2
* | make 'make install' installPaul Olav Tvete2011-08-231-1/+7
* | Make the hellowindow example multi-threaded to stress the GL backend.Samuel Rødal2011-08-193-28/+63
* | Get rid of OpenGL 1.x engine and platform code from QtOpenGL.Samuel Rødal2011-08-1611-1022/+0
* | Added workable QScreen API on top of QPlatformScreen.Samuel Rødal2011-07-251-1/+3
* | Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-07-215-0/+200
|\|
| * Doc: Added missing license headers for documentation and examples.David Boddie2011-07-205-0/+200
* | Merge remote branch 'gerrit/master' into refactorLars Knoll2011-07-061-32/+1
|\|
| * Remove references to demos from docs.Casper van Donderen2011-07-051-32/+1
* | Reintroduce QWindow::SurfaceTypeMorten Sorvig2011-06-221-0/+1
* | OpenGL API refactor.Samuel Rødal2011-06-212-10/+9
* | Make glx wayland backends working.Laszlo Agocs2011-06-201-2/+1
* | Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-103-6/+6
|\|
| * Fix usage of QT_SOURCE_TREEMarius Storm-Olsen2011-06-073-6/+6
* | QWindowContext / QWindowFormat refactor.Samuel Rødal2011-06-103-52/+85
* | Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-013-1/+6
|\|
| * Fix for compiling and running cube example on Windows.Kim Motoyoshi Kalland2011-05-253-1/+6
* | Examples: Fix compilation.Friedemann Kleint2011-05-252-2/+2
* | Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-2436-3/+723
|\|