]> git.tdb.fi Git - libs/gl.git/history - source/backends/opengl/commands_backend.cpp
Support compute shaders and compute operations
[libs/gl.git] / source / backends / opengl / commands_backend.cpp
2022-04-15 Mikko RasaSupport compute shaders and compute operations
2022-04-07 Mikko RasaRefresh target framebuffer before blitting
2021-11-19 Mikko RasaTreat clear() with null parameter as invalidate
2021-11-18 Mikko RasaInitial implementation of Vulkan backend
2021-11-18 Mikko RasaAdd checks for invalid state in OpenGLCommands
2021-10-09 Mikko RasaUse default member initializers for simple types
2021-10-03 Mikko RasaSet viewport and scissor before clear commands
2021-10-01 Mikko RasaMove all OpenGL-specific code to a separate directory