summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/qwindowsglcontext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-301-31/+31
|\
| * Fix robustness detection for windowsAllan Sandfeld Jensen2019-09-271-31/+31
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-161-4/+7
|\|
| * Avoid querying unknown RESET_NOTIFICATION_STRATEGY value on GL < 4.0Laszlo Agocs2019-08-141-4/+7
* | Windows QPA: Fix clang warnings about repetitive type namesFriedemann Kleint2019-06-131-5/+5
* | Windows QPA: Replace Q_DISABLE_COPY by Q_DISABLE_COPY_MOVEFriedemann Kleint2019-05-241-1/+1
* | Prefix textstream operators with Qt::Lars Knoll2019-05-021-4/+4
|/
* Windows/Direct2d QPA: Use nullptrFriedemann Kleint2019-01-281-23/+23
* Windows: Set opengl swap interval whenever we make a new window currentUlf Hermann2019-01-221-2/+2
* Windows QPA: Fix some clang-tidy-warningsFriedemann Kleint2018-08-061-8/+2
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-021-14/+26
|\
| * Windows QPA/GL: Fix build with MinGW/g++ 8.1 x64Friedemann Kleint2018-06-261-14/+26
* | Windows QPA: Fix Qt include statementsFriedemann Kleint2018-05-231-4/+4
|/
* Windows QPA: GL: Fix setting the color depths for the GDI fallbackFriedemann Kleint2018-03-101-0/+9
* Windows QPA: Clean up code checking for the OS versionFriedemann Kleint2017-10-181-3/+1
* Add sRGB capable default framebuffer support for WGLLaszlo Agocs2017-02-261-18/+54
* Windows QPA plugin: Use member initializationFriedemann Kleint2016-11-301-7/+0
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-211-5/+5
|\
| * Fix ICC warning about comparing pointers of different typesThiago Macieira2016-06-191-8/+8
* | Windows QPA: Remove Windows CE.Friedemann Kleint2016-03-291-8/+2
|/
* Clean up resolving of OpenGL functions on WindowsLars Knoll2016-03-021-114/+12
* 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-3/+3
|\
| * Windows QPA: Fix warnings as shown by Qt Creator's Clang based code model.Friedemann Kleint2016-02-191-3/+3
* | QWindowsGLContext: replace homebrew Array with std::vectorMarc Mutz2016-02-201-10/+9
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* QtBase: remove explicit function info from qWarning() etcMarc Mutz2015-11-281-2/+2
* Windows QPA: Fix debug operators.Friedemann Kleint2015-10-271-25/+27
* Fix GL_VERSION parsing when using WGLLaszlo Agocs2015-10-201-9/+4
* Windows QPA plugin: Fix debug formatting.Friedemann Kleint2015-04-301-34/+37
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-151-0/+8
|\
| * Windows: Fallback to 0 samples if ARB::choosePixelFormat() fails with 1Andy Shaw2015-03-311-0/+8
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-101-0/+1
|\|
| * Windows: make TranslucentBackground functional alwaysLaszlo Agocs2015-01-191-0/+1
* | WGL: support reset notifications via GL_ARB_robustnessLaszlo Agocs2015-02-031-1/+48
|/
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Change fallback OpenGL library nameLaszlo Agocs2014-09-241-1/+1
* windows: Fix dynamic opengl buildLaszlo Agocs2014-09-031-2/+2
* Prevent current context from becoming inconsistent upon create()Laszlo Agocs2014-09-011-1/+4
* Do not show warning on null result in getProcAddressLaszlo Agocs2014-07-291-1/+1
* Add context adoption support for WGLLaszlo Agocs2014-07-071-12/+70
* Load winsys and gl dynamically in the windows pluginLaszlo Agocs2014-05-221-44/+263
* QWindowsOpenGLContextFormat: Default to version 2.Friedemann Kleint2014-04-091-0/+2
* QOpenGLContext: Use color depth information from QSurfaceFormatKurt Pattyn2014-03-191-1/+6
* Avoid asserting with QQuickWidget on WindowsLaszlo Agocs2014-03-071-1/+1
* Windows: Fix broken debug statement in qwindowsglcontext.cpp.Friedemann Kleint2014-02-071-1/+1
* Port Windows QPA plugin to new logger API.Friedemann Kleint2014-01-221-35/+28
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-161-6/+8
|\
| * Correct debug bit setting with WGLLaszlo Agocs2013-12-131-6/+8