| Commit message (Expand) | Author | Age | Files | Lines |
| * | QQOpenGLProgramBinaryCache: split FdWrapper to fix a Coverity UNINIT warning | Marc Mutz | 2025-03-11 | 1 | -12/+27 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -38/+2 |
| * | QtGui: use _L1 for for creating Latin-1 string literals | Sona Kurazyan | 2022-04-28 | 1 | -1/+3 |
| * | QtGui: stop using QLatin1Char constructor for creating char literals | Sona Kurazyan | 2022-04-13 | 1 | -1/+1 |
| * | gl: Try the local CacheLocation when the shared one fails | Laszlo Agocs | 2021-10-08 | 1 | -19/+42 |
| * | Get rid of QT_OPENGL_ES* | Eskil Abrahamsen Blomfeldt | 2020-04-17 | 1 | -3/+3 |
| * | Move QOpenGLShaderProgram from QtGui to QtOpenGL | Johan Klokkhammer Helsing | 2020-02-20 | 1 | -1/+0 |
| * | Share and enable shader disk cache in QRhi OpenGL backend | Laszlo Agocs | 2019-09-30 | 1 | -17/+63 |
| * | Move cache key calculation to QOpenGLProgramBinaryCache | Laszlo Agocs | 2019-09-26 | 1 | -0/+10 |
| * | Merge remote-tracking branch 'origin/5.13' into 5.14 | Liang Qi | 2019-09-04 | 1 | -3/+3 |
| |\ |
|
| | * | Avoid double QCache lookup in QOpenGLProgramBinaryCache | Laszlo Agocs | 2019-08-22 | 1 | -3/+1 |
| | * | Guard with a mutex in QOpenGLProgramBinaryCache where needed | Laszlo Agocs | 2019-08-17 | 1 | -0/+2 |
| * | | Merge remote-tracking branch 'origin/5.13' into dev | Qt Forward Merge Bot | 2019-08-16 | 1 | -1/+2 |
| |\| |
|
| | * | Include buildAbi() in the shader cache directory name | Laszlo Agocs | 2019-08-14 | 1 | -1/+2 |
| * | | Merge remote-tracking branch 'origin/5.13' into dev | Qt Forward Merge Bot | 2019-07-27 | 1 | -2/+29 |
| |\| |
|
| | * | Enable shader cache for ES2 when GL_OES_get_program_binary is present | Michael Brasser | 2019-07-25 | 1 | -2/+29 |
| * | | Fix build without feature.temporaryfile | Tasuku Suzuki | 2019-07-11 | 1 | -0/+6 |
| |/ |
|
| * | Drop cached shaders when arch is different | Laszlo Agocs | 2018-10-16 | 1 | -2/+7 |
| * | More fixups for GL_CONTEXT_LOST | Allan Sandfeld Jensen | 2018-09-25 | 1 | -2/+14 |
| * | Make local symbols of some leaked names | Thiago Macieira | 2018-08-03 | 1 | -0/+2 |
| * | opengl: Bail if cached shader fails to load | Antonio Larrosa | 2018-02-21 | 1 | -2/+18 |
| * | Align blob start in program binary disk cache | Laszlo Agocs | 2017-01-24 | 1 | -48/+88 |
| * | Use QSaveFile for more robust shader disk cache | Laszlo Agocs | 2016-11-25 | 1 | -4/+8 |
| * | Add an OpenGL program binary disk cache | Laszlo Agocs | 2016-11-24 | 1 | -0/+332 |