]> git.tdb.fi Git - libs/gl.git/history - source/core/pipelinestate.cpp
Check the flat qualifier from the correct member
[libs/gl.git] / source / core / pipelinestate.cpp
2022-09-25 Mikko RasaPrint warnings if a required resource is not bound...
2022-09-03 Mikko RasaAdd tessellation shader support to the engine
2022-04-15 Mikko RasaAdd support for storage images in Renderer and Pipeline...
2022-04-09 Mikko RasaUnify handling of shader resources in PipelineState
2022-01-12 Mikko RasaStore simpler states by value in PipelineState
2022-01-09 Mikko RasaOnly set pipeline resources as used when the resource...
2021-12-18 Mikko RasaKeep track of the buffers of bound uniform blocks
2021-12-10 Mikko RasaSupport binding individual mipmap levels of textures
2021-11-21 Mikko RasaTrack the in-use state of resource bindings in Pipeline...
2021-11-20 Mikko RasaConvert some constructors to default member initializers
2021-11-18 Mikko RasaStore primitive type in PipelineState
2021-11-12 Mikko RasaReorder members of Renderer and PipelineState
2021-10-10 Mikko RasaRemove generic clipping state
2021-10-09 Mikko RasaUse default member initializers for simple types
2021-10-01 Mikko RasaMove all OpenGL-specific code to a separate directory
2021-10-01 Mikko RasaTweak handling flags in PipelineState::set_framebuffer
2021-10-01 Mikko RasaAdd color write mask to blend state
2021-09-30 Mikko RasaWrap Limits into a DeviceInfo struct
2021-09-30 Mikko RasaCompletely hide OpenGL from the public headers
2021-09-28 Mikko RasaStore default-block uniform data in a memory block
2021-09-25 Mikko RasaRestore sampler refresh call
2021-09-18 Mikko RasaUse friend declarations to access OpenGL IDs of objects
2021-09-18 Mikko RasaRemove remaining deprecated things from the core classes
2021-09-17 Mikko RasaUse C++11 features with containers
2021-09-16 Mikko RasaUse a scratch binding to modify textures and buffers
2021-09-14 Mikko RasaFix valgrind warnings
2021-09-13 Mikko RasaSimplify pipeline state management
2021-09-11 Mikko RasaCreate a class for issuing drawing commands
2021-08-27 Mikko RasaConvert framebuffers and related functionality to new...
2021-08-18 Mikko RasaRedesign depth and stencil test and blend state management
2021-08-18 Mikko RasaSome fixes to applying pipeline state
2021-08-18 Mikko RasaAdd a helper function to set variables and flags in...
2021-08-17 Mikko RasaRefactor winding-based culling
2021-08-16 Mikko RasaRewrite state management