summaryrefslogtreecommitdiff
path: root/drivers/gles3/storage/config.h
AgeCommit message (Expand)Author
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-15Use instanced array buffer instead of UBO for canvas item batchingclayjohn
2022-10-28Add 2D shadows and canvas SDF to OpenGL3 rendererclayjohn
2022-10-27Merge pull request #64710 from MinusKube/window-size-crashClay John
2022-10-21Add multiview to the opengl3 driverDavid Snopek
2022-10-06Use a giant UBO to optimize performance in 2Dclayjohn
2022-09-04Prevent windows from having a size greater than device limitMinusKube
2022-07-25Code quality: Fix header guards consistencyRémi Verschelde
2022-05-24Add clipping, backbuffer, and CanvasGroups to 2D GLES3 rendererclayjohn
2022-05-20Add a new HashSet templatereduz
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-12Basic 3D renderingclayjohn
2022-05-02Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde
2022-04-26Overhaul GLES3: Add basis for 3D renderer, overhaul materials and texturesclayjohn
2022-04-19Initialize OpenGL before rasterizers in GLES3clayjohn
2022-03-16Split dummy renderer classes into separate filesBastiaan Olij