]> git.tdb.fi Git - libs/gl.git/history - source/core/sampler.cpp
Check the flat qualifier from the correct member
[libs/gl.git] / source / core / sampler.cpp
2021-11-09 Mikko RasaMove backend information into Device
2021-10-30 Mikko RasaReorder functions in Sampler
2021-10-30 Mikko RasaAdd some checks for invalid arguments
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 RasaAlways require EXT_texture3D and ARB_shadow for samplers
2021-09-30 Mikko RasaClean up includes and forward declarations for the...
2021-09-30 Mikko RasaCompletely hide OpenGL from the public headers
2021-09-18 Mikko RasaMake the sampler-related enums independent of OpenGL...
2021-08-18 Mikko RasaDecouple the Predicate enum from OpenGL constants
2021-08-16 Mikko RasaRewrite state management
2021-08-12 Mikko RasaRemove default sampler from Texture
2021-04-25 Mikko RasaSet OpenGL debug labels on various objects loaded from...
2021-03-28 Mikko RasaAdd CLAMP_TO_BORDER and border color to Sampler
2021-02-21 Mikko RasaAdd missing keyword to set sampler compare mode from...
2021-02-14 Mikko RasaRearrange soucre files into subdirectories