]> git.tdb.fi Git - libs/gl.git/history - source/backends/opengl
Add support for padding in vertex formats
[libs/gl.git] / source / backends / opengl /
2021-11-17 Mikko RasaAdd support for padding in vertex formats
2021-11-17 Mikko RasaAdd a backend for SpirVModule and make it non-copyable
2021-11-17 Mikko RasaAdd validation for mapping buffers
2021-11-17 Mikko RasaAdd a usage parameter to Buffer
2021-11-14 Mikko RasaMake WindowView override the parameterless render function
2021-11-14 Mikko RasaAdd correct copy and move semantics to most classes
2021-11-13 Mikko RasaAdd missing destructor to OpenGLSampler
2021-11-12 Mikko RasaMove a few bits of Renderer into a backend class
2021-11-12 Mikko RasaReorder members of Renderer and PipelineState
2021-11-12 Mikko RasaAdd a swizzle mode for presenting an RGBA texture as RGB
2021-11-12 Mikko RasaMove swizzling modes to pixelformat.h
2021-11-11 Mikko RasaSome more default member initializers
2021-11-10 Mikko RasaAccount for mipmap levels when computing texture data...
2021-11-10 Mikko RasaMove the Resource function override of Texture classes...
2021-11-10 Mikko RasaMove WindowView::render to the backend
2021-11-10 Mikko RasaRemove the LINE_LOOP primitive type
2021-11-10 Mikko RasaMinor tweaks
2021-11-10 Mikko RasaRemove some stray includes and add a missing one
2021-11-10 Mikko RasaEnsure that creating the system framebuffer doesn't...
2021-11-10 Mikko RasaRestructure system framebuffer and make WindowView...
2021-11-09 Mikko RasaMove backend information into Device
2021-11-09 Mikko RasaCreate a Device class to hold the graphics context
2021-11-08 Mikko RasaRequire passing features to SL::Compiler constructor
2021-11-07 Mikko RasaRemove support for array size specialization from the...
2021-11-07 Mikko RasaMove default uniform block sizing to OpenGL backend
2021-11-07 Mikko RasaBuild the list of glUniform* calls even for SPIR-V...
2021-11-07 Mikko RasaRearrange shader reflection calls
2021-11-07 Mikko RasaAdd unsigned integer types to Program reflection and...
2021-11-02 Mikko RasaSupport loading raw texture data from an external file
2021-11-02 Mikko RasaUse default member initializers in async loaders
2021-10-30 Mikko RasaAdd some checks for invalid arguments
2021-10-30 Mikko RasaMake the Limits struct more robust
2021-10-30 Mikko RasaAdd uint vector types to DataType
2021-10-30 Mikko RasaUse size_t to store sizes of buffers and such
2021-10-11 Mikko RasaFix incorrect exception messages
2021-10-10 Mikko RasaRemove generic clipping state
2021-10-10 Mikko RasaDetermine the default uniform block size regardless...
2021-10-09 Mikko RasaUse default member initializers for simple types
2021-10-07 Mikko RasaUse set_manager instead of passing the manager to the...
2021-10-07 Mikko RasaRename OpenGLTexture::generate_id to create
2021-10-07 Mikko RasaAlways delay texture creation until it is allocated
2021-10-03 Mikko RasaSet viewport and scissor before clear commands
2021-10-01 Mikko RasaStore query pool size separately, in the common part...
2021-10-01 Mikko RasaMove all OpenGL-specific code to a separate directory