]> git.tdb.fi Git - libs/gui.git/history - source/graphics/wgl/glcontext.cpp
Update .gitignore to include build products on Windows
[libs/gui.git] / source / graphics / wgl / glcontext.cpp
2022-11-27 Mikko RasaAdd a missing scope qualifier to Windows GLContext
2022-11-27 Mikko RasaUse nullptr in place of 0 or NULL
2022-11-27 Mikko RasaUse default member initializers and defaulted default...
2022-11-27 Mikko RasaInclude the matching header first in .cpp files
2021-01-25 Mikko RasaAdd support for using the latest available OpenGL version
2021-01-25 Mikko RasaFix compile errors from function casts in wgl
2019-06-09 Mikko RasaAdd a core profile flag to OpenGL context options
2016-11-05 Mikko RasaCreate a temporary context for calling wglGetProcAddress
2016-11-05 Mikko RasaAdd a missing include for GLContext on Windows
2016-11-02 Mikko RasaUse the name of the function for the SwapInterval funct...
2016-11-02 Mikko RasaSupport forward-compatible OpenGL contexts
2016-10-02 Mikko RasaAdd support for swap interval control
2016-09-16 Mikko RasaRemove names from unused parameters
2016-09-15 Mikko RasaRemove glViewport calls from GLContext
2014-10-12 Mikko RasaCreate GLContext::priv later to avoid memory leaks
2013-06-05 Mikko RasaFix a missing parameter in wgl version of GLContext
2013-05-24 Mikko RasaSplit platform-specific parts into separate directories