summaryrefslogtreecommitdiffstats
path: root/platform/windows/gl_manager_windows.cpp
Commit message (Expand)AuthorAgeFilesLines
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Set vsync on window creation when using GLES3.clayjohn2022-11-151-38/+21
* Add support for OpenGL to OpenXRDavid Snopek2022-11-081-0/+10
* Fix multiwindow support in GLES3 for X11, Windows, and MacOS.clayjohn2022-09-121-6/+1
* opengl3 driver now works on windows including multi windowderammo2022-05-111-56/+66
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-17/+22
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-2/+2
* Windows: Fix compilation warnings with GCC 11.2.1Rémi Verschelde2021-11-101-3/+0
* Use OpenGL 3.3 core profile instead of compatibility profileClay John2021-10-311-39/+35
* Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3Hugo Locurcio2021-10-301-2/+2
* Add GLES2 2D renderer + Linux display managerlawnjelly2021-10-301-0/+353