summaryrefslogtreecommitdiffstats
path: root/examples/opengl
Commit message (Expand)AuthorAgeFilesLines
* New Qt logoAlessandro Portale2014-11-052-0/+0
* Further restrict the threaded opengl exampleLaszlo Agocs2014-10-231-14/+19
* Remove unused variable in opengl examplesLaszlo Agocs2014-10-201-2/+0
* Improve threadedqopenglwidget example.Friedemann Kleint2014-10-103-11/+39
* Doc: Use title case in section1 titlesNico Vertriest2014-09-301-3/+3
* Make qopenglwidget example functional without timers tooLaszlo Agocs2014-09-303-1/+34
* hellowindow: Set all the state for each frameLaszlo Agocs2014-09-041-12/+15
* Use QMenuBar::addMenu in the qopenglwidget exampleLaszlo Agocs2014-08-251-6/+3
* Set a size in qopenglwindow exampleLaszlo Agocs2014-08-241-1/+1
* Avoid transparency in qopenglwindow exampleLaszlo Agocs2014-08-142-2/+3
* Fix composition for windows with alphaLaszlo Agocs2014-08-132-0/+7
* Modernize the OpenGL examplesLaszlo Agocs2014-08-12103-1163/+1595
* Clean up the QOpenGLWindow exampleLaszlo Agocs2014-08-073-82/+116
* Add missing precision qualifiers in qopenglwindow exampleLaszlo Agocs2014-08-071-6/+6
* Introduce QOpenGLWindowLaszlo Agocs2014-08-057-2/+486
* Make QOpenGLWidget publicLaszlo Agocs2014-08-0119-184/+941
* Make hellogl work properly regardless of vsyncLaszlo Agocs2014-07-312-7/+21
* Examples: Add Q_DECL_OVERRIDE to overridden functionsOlivier Goffart2014-07-1513-55/+55
* Fix up examples for dynamic opengl buildsLaszlo Agocs2014-05-124-8/+15
* purge vestiges of opengl es 1 supportOswald Buddenhagen2014-04-047-479/+5
* contextinfo: Make it more responsive and improve error handlingLaszlo Agocs2014-03-141-2/+7
* contextinfo example: Print the format() both for context and surfaceLaszlo Agocs2014-03-142-15/+30
* Remove calls to setlocale in QtOpenGL cube example.Friedemann Kleint2014-03-141-7/+0
* Build the cube opengl example both for desktop and ESLaszlo Agocs2014-03-071-2/+2
* Do not attempt to open multiple windows in hellowindow on embeddedLaszlo Agocs2014-03-061-2/+3
* Extend QOpenGLFunctions with GL1 functionsLaszlo Agocs2014-03-045-21/+27
* Dynamic GL: remove exporting symbolsLaszlo Agocs2014-03-041-2/+2
* Add an example for creating OpenGL contextsLaszlo Agocs2014-02-287-1/+800
* Fix division by zero in hellogl_es2 example.Friedemann Kleint2014-02-241-6/+6
* Dynamic GL switch on WindowsLaszlo Agocs2014-02-142-37/+1
* Fix MSVC-warnings about double to float truncation.Friedemann Kleint2014-01-241-24/+24
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-135-25/+25
* Make OpenGL examples work on retina displays.Morten Johan Sørvig2013-11-294-5/+5
* Remove warnings about examples not running in the Qt SimulatorTor Arne Vestbø2013-10-0911-28/+0
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-09-162-5/+0
|\
| * examples: remove unused static const variablesMarc Mutz2013-09-142-5/+0
* | hellowindow: Request multisampling only when told soLaszlo Agocs2013-09-101-1/+2
|/
* QGLWidget: Support retina framebuffer grabbingGabriel de Dietrich2013-05-231-1/+1
* Update opengl/overpainting example for high-dpiGabriel de Dietrich2013-05-231-2/+4
* Avoid harmless warning in paintedwindow exampleGunnar Sletta2013-05-142-7/+2
* Improved robustness of threaded rendering in hellowindow example.Samuel Rødal2013-04-252-26/+55
* PaintedWindow example: Use standard window flags.Friedemann Kleint2013-03-181-1/+1
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-169-10/+10
* 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