]> git.tdb.fi Git - libs/gl.git/history - source/core/batch.cpp
Check the flat qualifier from the correct member
[libs/gl.git] / source / core / batch.cpp
2022-09-25 Mikko RasaAn assortment of minor fixes
2022-09-03 Mikko RasaAdd tessellation shader support to the engine
2021-12-19 Mikko RasaUse a member function to set the dirty flag in Bufferable
2021-11-18 Mikko RasaInitial implementation of Vulkan backend
2021-11-14 Mikko RasaAdd correct copy and move semantics to most classes
2021-11-10 Mikko RasaRemove the LINE_LOOP primitive type
2021-10-30 Mikko RasaUse size_t to store sizes of buffers and such
2021-10-01 Mikko RasaMove all OpenGL-specific code to a separate directory
2021-09-30 Mikko RasaClean up includes and forward declarations for the...
2021-09-18 Mikko RasaUse standard fixed-size integer types
2021-09-17 Mikko RasaUse C++11 features with containers
2021-09-16 Mikko RasaRemove some obsolete things
2021-09-11 Mikko RasaDisconnect the PrimitiveType enum from OpenGL constants
2021-09-11 Mikko RasaCreate a class for issuing drawing commands
2021-09-05 Mikko RasaUse the same index type for all of a Mesh's batches
2021-08-28 Mikko RasaRemove the Bindable class
2021-08-16 Mikko RasaRewrite state management
2021-03-20 Mikko RasaDecouple DataType from the OpenGL constants
2021-02-14 Mikko RasaRearrange soucre files into subdirectories