summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl
Commit message (Expand)AuthorAgeFilesLines
* Don't include windows.h in the public qopengl.h headerVolker Hilsheimer2024-01-161-11/+30
* QOpenGLWidget: use (and prefer) InvalidateFramebufferGiuseppe D'Angelo2023-07-252-10/+22
* rhi: Introduce multiview starting with OpenGL (ES)Laszlo Agocs2023-06-222-1/+7
* rhi: Make it a QPA-style private but semi-public APILaszlo Agocs2023-05-211-1/+1
* Misc.: Fix some narrowing integral conversion warningsAhmad Samir2023-04-252-5/+6
* Default NVidia EGL to GLES2Allan Sandfeld Jensen2023-04-121-2/+6
* rhi: Add support for half precision vertex atttributesBen Fletcher2023-02-272-2/+6
* Add QEGLContext::invalidateContextThomas Senyk2023-01-121-1/+5
* Doc: Fix qt_attribution.json files using Path for filesKai Köhne2023-01-101-2/+2
* OpenGL: add support for Win11 detectionYuhang Zhao2022-10-301-12/+5
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-211-1/+1
* OpenGL: Remove pre-Win10 leftoversYuhang Zhao2022-09-301-9/+0
* qputenv: port to QByteArrayViewMarc Mutz2022-08-061-1/+1
* Make EGL use Qt X connection without xcb_xlib with EGL_EXT_platform_xcbIlya Fedin2022-07-051-0/+4
* Add a way to declare _exported_ logging categoriesGiuseppe D'Angelo2022-06-271-1/+1
* Port QXlibEglIntegration::getCompatibleVisualId to xcbIlya Fedin2022-06-202-163/+0
* Use SPDX license identifiersLucie Gérard2022-05-1622-836/+44
* QtGui: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-04-281-1/+1
* QtGui: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-283-28/+32
* egl: Remove the disabling of surfaceless contexts for MesaLaszlo Agocs2022-04-271-9/+0
* QtGui: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-131-1/+1
* Make sure all qtbase private headers include at least one otherThiago Macieira2022-02-242-0/+2
* qopengl.h: Move C header #include(s) out of the QT_NAMESPACEPatrick Stewart2022-01-221-2/+1
* rhi: gl: Do not just rely on GL_COMPRESSED_TEXTURE_FORMATSLaszlo Agocs2022-01-062-1/+11
* Revert "Add support for EGL_EXT_platform_xcb"Paul Olav Tvete2021-11-021-4/+0
* gui: Fix typos in source code commentsJonas Kvinge2021-10-121-1/+1
* gl: Try the local CacheLocation when the shared one failsLaszlo Agocs2021-10-082-20/+45
* Add support for EGL_EXT_platform_xcbIlya Fedin2021-10-061-0/+4
* Cater for upstream changes in eglplatform.hLaszlo Agocs2021-09-211-1/+5
* Remove conditioning on Android embeddedEdward Welbourne2021-09-172-4/+4
* Expose the config and display for EGL-based QOpenGLContextsLaszlo Agocs2021-09-131-0/+2
* Support EGL protected content extensionElvis Lee2021-03-091-0/+11
* egl: Add debug option to print all EGLConfigsLaszlo Agocs2021-02-081-0/+15
* Remove the qmake project filesJoerg Bornemann2021-01-074-62/+0
* Fix links to OpenGL documentationAndreas Buhr2020-12-081-199/+199
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-1/+1
* Rename the new platform APIs from QPlatformInterface to QNativeInterfaceTor Arne Vestbø2020-10-071-1/+1
* Switch QSurfaceFormat::colorSpace to a QColorSpaceAllan Sandfeld Jensen2020-09-151-8/+15
* Do not expose xlib as public dependency of QtGuiJoerg Bornemann2020-09-111-1/+1
* Remove deprecated method QOpenGLFunctions::initializeGLFunctions()Marcel Krems2020-09-082-11/+0
* Move eglconvenience to QtGuiFriedemann Kleint2020-07-1313-0/+2667
* Move glxconvenience into QtGuiFriedemann Kleint2020-07-105-0/+569
* Fix define indentation in qopengl.hTor Arne Vestbø2020-07-011-5/+5
* Use QList instead of QVector in guiJarek Kobus2020-06-291-1/+1
* Add RHI feature check for screen space derivativesEskil Abrahamsen Blomfeldt2020-06-122-1/+8
* Never include windows.h directly in Qt codeLars Knoll2020-05-271-1/+1
* Get rid of QT_OPENGL_ES*Eskil Abrahamsen Blomfeldt2020-04-176-160/+160
* Move versioned OpenGL functions from QtGui to QtOpenGLJohan Klokkhammer Helsing2020-04-1661-105288/+0
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-093-4/+4
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-1/+1
|\