summaryrefslogtreecommitdiffstats
path: root/examples/opengl/hellowindow
Commit message (Expand)AuthorAgeFilesLines
* Use requestUpdate instead of timer in a few GL examplesTor Arne Vestbø2019-01-222-5/+13
* Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-081-3/+4
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-061-4/+23
|\
| * OpenGL examples: Introduce QCommandLineParserFriedemann Kleint2017-09-051-4/+23
* | Don’t flicker on startup: render on exposeMorten Johan Sørvig2017-06-272-1/+3
* | Be (somewhat more) consistent about the value of piEdward Welbourne2017-06-201-13/+12
|/
* Examples: Replace 'Q_DECL_OVERRIDE' by 'override'hjk2016-06-151-2/+2
* Unify license header usage.Jani Heikkinen2016-03-293-9/+39
* Port examples/opengl to new connection syntax.Friedemann Kleint2015-09-022-4/+4
* Updated BSD licensed file headersJani Heikkinen2015-02-153-9/+9
* Update copyright headersJani Heikkinen2015-02-113-15/+15
* Make hellowindow multi display capable on embeddedLaszlo Agocs2014-10-163-8/+30
* hellowindow: Set all the state for each frameLaszlo Agocs2014-09-041-12/+15
* Modernize the OpenGL examplesLaszlo Agocs2014-08-123-33/+29
* Examples: Add Q_DECL_OVERRIDE to overridden functionsOlivier Goffart2014-07-151-2/+2
* Fix up examples for dynamic opengl buildsLaszlo Agocs2014-05-121-1/+1
* Do not attempt to open multiple windows in hellowindow on embeddedLaszlo Agocs2014-03-061-2/+3
* Extend QOpenGLFunctions with GL1 functionsLaszlo Agocs2014-03-041-11/+11
* Make OpenGL examples work on retina displays.Morten Johan Sørvig2013-11-291-1/+1
* hellowindow: Request multisampling only when told soLaszlo Agocs2013-09-101-1/+2
* Improved robustness of threaded rendering in hellowindow example.Samuel Rødal2013-04-252-26/+55
* Update copyright year in Digia's license headersSergio Ahumada2013-01-183-3/+3
* Fix crash in hellowindow example when minimizing.Friedemann Kleint2013-01-151-1/+2
* Polish code of some opengl exampleshjk2012-12-283-51/+38
* centralize and fixup example sources install targetsOswald Buddenhagen2012-11-291-3/+1
* Examples: Install to $$[QT_INSTALL_EXAMPLES]/$submodule/$examplehjk2012-11-261-2/+2
* Rename all QWindow properties that have "window" in themShawn Rutledge2012-11-072-5/+5
* Fix hellowindow example generating excess timersMiikka Heikkinen2012-11-052-5/+8
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-223-18/+18
* examples: Mark ctor's as explicitSergio Ahumada2012-09-171-1/+1
* 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
* clean up qmake-generated projectsOswald Buddenhagen2012-02-241-8/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-303-3/+3
* Update contact information in license headers.Jason McDonald2012-01-233-3/+3
* Update copyright year in license headers.Jason McDonald2012-01-053-3/+3
* Added multi-screen support to hellowindow example.Samuel Rødal2011-12-063-9/+36
* 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
* Make examples build with Qt-in-namespaceKent Hansen2011-09-281-0/+2
* Add missing license headersJason McDonald2011-09-153-0/+120
* 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-293-29/+28
* 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
* Added workable QScreen API on top of QPlatformScreen.Samuel Rødal2011-07-251-1/+3
* Reintroduce QWindow::SurfaceTypeMorten Sorvig2011-06-221-0/+1
* OpenGL API refactor.Samuel Rødal2011-06-212-10/+9