| Commit message (Expand) | Author | Age | Files | Lines |
| * | Logging: Introduce a macro to declare an exported Qt logging category | Ulf Hermann | 2024-06-07 | 1 | -1/+1 |
| * | rhi: Make it a QPA-style private but semi-public API | Laszlo Agocs | 2023-05-21 | 1 | -1/+1 |
| * | Add a way to declare _exported_ logging categories | Giuseppe D'Angelo | 2022-06-27 | 1 | -1/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -38/+2 |
| * | gl: Try the local CacheLocation when the shared one fails | Laszlo Agocs | 2021-10-08 | 1 | -1/+3 |
| * | Use QList instead of QVector in gui | Jarek Kobus | 2020-06-29 | 1 | -1/+1 |
| * | Get rid of QT_OPENGL_ES* | Eskil Abrahamsen Blomfeldt | 2020-04-17 | 1 | -1/+1 |
| * | Move QOpenGLShaderProgram from QtGui to QtOpenGL | Johan Klokkhammer Helsing | 2020-02-20 | 1 | -4/+7 |
| * | Share and enable shader disk cache in QRhi OpenGL backend | Laszlo Agocs | 2019-09-30 | 1 | -4/+39 |
| * | Move cache key calculation to QOpenGLProgramBinaryCache | Laszlo Agocs | 2019-09-26 | 1 | -0/+1 |
| * | Guard with a mutex in QOpenGLProgramBinaryCache where needed | Laszlo Agocs | 2019-08-17 | 1 | -0/+2 |
| * | Enable shader cache for ES2 when GL_OES_get_program_binary is present | Michael Brasser | 2019-07-25 | 1 | -0/+6 |
| * | qopenglprogrambinarycache_p.h: Add "We mean it" comment | Friedemann Kleint | 2016-11-25 | 1 | -0/+11 |
| * | Add an OpenGL program binary disk cache | Laszlo Agocs | 2016-11-24 | 1 | -0/+89 |