summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl/qopenglprogrambinarycache_p.h
Commit message (Expand)AuthorAgeFilesLines
* rhi: Make it a QPA-style private but semi-public APILaszlo Agocs2023-05-211-1/+1
* Add a way to declare _exported_ logging categoriesGiuseppe D'Angelo2022-06-271-1/+1
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-38/+2
* gl: Try the local CacheLocation when the shared one failsLaszlo Agocs2021-10-081-1/+3
* Use QList instead of QVector in guiJarek Kobus2020-06-291-1/+1
* Get rid of QT_OPENGL_ES*Eskil Abrahamsen Blomfeldt2020-04-171-1/+1
* Move QOpenGLShaderProgram from QtGui to QtOpenGLJohan Klokkhammer Helsing2020-02-201-4/+7
* Share and enable shader disk cache in QRhi OpenGL backendLaszlo Agocs2019-09-301-4/+39
* Move cache key calculation to QOpenGLProgramBinaryCacheLaszlo Agocs2019-09-261-0/+1
* Guard with a mutex in QOpenGLProgramBinaryCache where neededLaszlo Agocs2019-08-171-0/+2
* Enable shader cache for ES2 when GL_OES_get_program_binary is presentMichael Brasser2019-07-251-0/+6
* qopenglprogrambinarycache_p.h: Add "We mean it" commentFriedemann Kleint2016-11-251-0/+11
* Add an OpenGL program binary disk cacheLaszlo Agocs2016-11-241-0/+89