summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/qwindowseglcontext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Windows QPA: Fix clang warnings about repetitive type namesFriedemann Kleint2019-06-131-4/+4
* windows: Support OpenGL ES versions > 3.0 with ANGLEOliver Wolff2019-02-081-2/+8
* Windows/Direct2d QPA: Use nullptrFriedemann Kleint2019-01-281-15/+15
* Windows QPA: Fix some clang-tidy-warningsFriedemann Kleint2018-08-061-6/+6
* Windows QPA: Fix Qt include statementsFriedemann Kleint2018-05-231-2/+2
* Windows QPA plugin: Use member initializationFriedemann Kleint2016-11-301-2/+0
* Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-191-1/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-041-1/+1
| |\
| | * Fix URL to ANGLEFriedemann Kleint2016-06-301-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-24/+43
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-24/+43
| |\|
| | * windows: Fall back to D3D9 when 11 failsLaszlo Agocs2016-05-231-24/+43
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-121-1/+1
|\| |
| * | compile fix for static qt with dynamic openglTim Blechmann2016-05-061-1/+1
* | | Windows QPA: Remove Windows CE.Friedemann Kleint2016-03-291-8/+4
|/ /
* | Restore multisampled FBOs on ANGLELaszlo Agocs2016-03-021-1/+17
* | Clean up resolving of OpenGL functions on WindowsLars Knoll2016-03-021-309/+167
* | Avoid repeated QByteArray creation when resolving opengl functionsLars Knoll2016-03-011-4/+4
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-241-6/+6
|\|
| * Windows QPA: Fix warnings as shown by Qt Creator's Clang based code model.Friedemann Kleint2016-02-191-6/+6
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-181-1/+1
|\|
| * Windows QPA: Prefer const-versions of API where applicable.Friedemann Kleint2016-02-121-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-111-3/+3
|\|
| * Windows QPA: Remove dead code as detected by Clang.Friedemann Kleint2016-02-051-3/+3
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Rename ANGLE libs in order to not conflict with other ANGLE libsJan Arve Saether2015-12-011-8/+9
* QWindowsEGLContext: Fix overly specific EGL include path.Friedemann Kleint2015-11-051-1/+1
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-1/+1
|\
| * windows: Avoid __eglMustCast... in EGLLaszlo Agocs2015-08-271-1/+1
* | windows: Improve error handling with EGLLaszlo Agocs2015-09-231-12/+31
* | Revert "Handle context loss in window surface creation too"Laszlo Agocs2015-06-231-2/+1
* | Handle context loss in window surface creation tooLaszlo Agocs2015-06-221-1/+2
|/
* windows: Use EGL extensions as they ought to be usedLaszlo Agocs2015-05-281-5/+11
* windows: Fix platform plugin compilation with new angleAndrew Knight2015-04-091-1/+2
* Enhance EGL_CONTEXT_LOST checksLaszlo Agocs2015-03-111-8/+25
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-101-19/+24
|\
| * Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-01-291-14/+18
| |\
| | * Windows/ANGLE: Fix initialization of contexts.Friedemann Kleint2015-01-281-4/+9
| | * Windows: Add infrastructure to be able to a GL renderer based on GPU.Friedemann Kleint2015-01-151-10/+9
| * | Make -static -opengl dynamic builds succeedLaszlo Agocs2015-01-191-5/+5
| * | Windows: make TranslucentBackground functional alwaysLaszlo Agocs2015-01-191-0/+1
| |/
* / Expose context lossLaszlo Agocs2015-01-221-1/+11
|/
* windows: fix platform compilation after ANGLE upgradeAndrew Knight2014-11-141-2/+2
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Define EGL_EGLEXT_PROTOTYPES for ANGLEv5.4.0-alpha1Laszlo Agocs2014-09-061-0/+1
* windows: Fix dynamic opengl buildLaszlo Agocs2014-09-031-4/+4
* Enable QT_ANGLE_PLATFORM selection in dynamic buildsLaszlo Agocs2014-09-031-1/+1
* windows: Allow selection of ANGLE's rendererAndrew Knight2014-09-021-1/+30
* Prevent current context from becoming inconsistent upon create()Laszlo Agocs2014-09-011-1/+8