]> git.tdb.fi Git - libs/gl.git/history - source
Remove support for array size specialization from the engine as well
[libs/gl.git] / source /
2021-11-07 Mikko RasaRemove support for array size specialization from the...
2021-11-07 Mikko RasaAlways set uniform array size to at least one
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 RasaFix reflection of vector and matrix types from SPIR-V
2021-11-07 Mikko RasaFix GLSL matrix construction from individual elements
2021-11-07 Mikko RasaGenerate correct OpPhi instructions for nested ternary...
2021-11-07 Mikko RasaDon't try to access parameters with a pointer access...
2021-11-07 Mikko RasaPadding is required at the end of certain SPIR-V struct...
2021-11-07 Mikko RasaChange max_lights to a fixed constant
2021-11-07 Mikko RasaDisallow specialization constants in certain contexts
2021-11-07 Mikko RasaFix size calculation for GLSL arrays
2021-11-07 Mikko RasaApply implicit conversion to return expressions in...
2021-11-07 Mikko RasaAdd unsigned integer types to Program reflection and...
2021-11-07 Mikko RasaDisallow bool variables in shader interface blocks
2021-11-07 Mikko RasaHide the allow_gl_calls member of Mesh::Loader
2021-11-07 Mikko RasaRemove the deprecated srgb_conversion flag from Resources
2021-11-02 Mikko RasaAvoid incorrect access to VertexSetup while async loadi...
2021-11-02 Mikko RasaDon't use resource manager for builtin data
2021-11-02 Mikko RasaExplicitly cast regex match to boolean
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-11-01 Mikko RasaMove the whole-texture image call and raw data loading...
2021-11-01 Mikko RasaCombine the external_image functions in Texture::Loader
2021-10-30 Mikko RasaReorder functions in Sampler
2021-10-30 Mikko RasaFix the type of a location variable
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 missing implementation of RenderMethod::set_image_b...
2021-10-30 Mikko RasaImprove material handling in RenderMethod
2021-10-30 Mikko RasaAdd uint vector types to DataType
2021-10-30 Mikko RasaRename "renderable" to "content" in Effects and Scenes
2021-10-30 Mikko RasaClean up some more unused things
2021-10-30 Mikko RasaUpdate and improve documentation
2021-10-30 Mikko RasaUse size_t to store sizes of buffers and such
2021-10-30 Mikko RasaUse a sorted vector in place of set for small data
2021-10-30 Mikko RasaRemove the exclusion mechanism from Renderer
2021-10-29 Mikko RasaMove sigc::trackable base from View to WindowView
2021-10-29 Mikko RasaExplicitly specify enum values which are relied upon
2021-10-29 Mikko RasaUse default member initializers in some more classes
2021-10-29 Mikko RasaMove Bufferable::refresh_async's definition to the...
2021-10-29 Mikko RasaRemove some unused and unnecessary things
2021-10-29 Mikko RasaMake it an error to try to refresh a Bufferable without...
2021-10-20 Mikko RasaAdd functions to retrieve steps and postprocessors...
2021-10-19 Mikko RasaSupport effects and subordinate sequences inside sequen...
2021-10-19 Mikko RasaRearrange postprocessor creation code in SequenceBuilder
2021-10-19 Mikko RasaRequire all renderables to be present when building...
2021-10-19 Mikko RasaUse shared actions in SequenceTemplate loaders
2021-10-19 Mikko RasaRefactor the structure of sequence template files
2021-10-19 Mikko RasaAdd Renderable as base class for relevant types in...
2021-10-17 Mikko RasaRestore missing private access specifier
2021-10-17 Mikko RasaRefactor owned postprocessors in Sequence into a more...
2021-10-16 Mikko RasaSet a sane default value for ground albedo in Sky:...
2021-10-16 Mikko RasaDon't record references to null declarations
2021-10-16 Mikko RasaSave possible outer reference when entering subscript
2021-10-16 Mikko RasaMove blend state from Sequence::Step to RenderMethod
2021-10-14 Mikko RasaSupport inline scenes within other scenes
2021-10-14 Mikko RasaAdjust naming of instances in Scene loader
2021-10-13 Mikko RasaRespect enabled_methods in the Sky effect
2021-10-13 Mikko RasaRename Effect::enabled_passes to enabled_methods
2021-10-11 Mikko RasaChange default binding ranges to match lowest OpenGL...
2021-10-11 Mikko RasaAdjust GLSL features factory function names
2021-10-11 Mikko RasaFix incorrect exception messages
2021-10-11 Mikko RasaMinor cleanups and tweaks
2021-10-11 Mikko RasaClear reflect data before adding shader stages
2021-10-11 Mikko RasaAdd tetrahedron shadow maps for point lights
2021-10-11 Mikko RasaApply shadow depth bias in a different way
2021-10-11 Mikko RasaRefactor ShadowMap to allow different types of lights
2021-10-11 Mikko RasaSuppoer per-light shadow casters in ShadowMap
2021-10-11 Mikko RasaAllow suppressing clear in a sequence by passing in...
2021-10-10 Mikko RasaAllow redeclaring entire builtin interface blocks
2021-10-10 Mikko RasaRemove generic clipping state
2021-10-10 Mikko RasaReflect builtin decorators from SPIR-V modules
2021-10-10 Mikko RasaRefactor the builtin occluder shader
2021-10-10 Mikko RasaDecorate builtin variables in the global scope
2021-10-10 Mikko RasaRemove output variables which are not referenced
2021-10-10 Mikko RasaSupport redeclaring builtins defined in an interface...
2021-10-10 Mikko RasaRemove support for redeclaring user-defined variables
2021-10-10 Mikko RasaRemove some unused code from UnusedVariableRemover
2021-10-10 Mikko RasaOnly remove load IDs of variables actually assigned...
2021-10-10 Mikko RasaFix the type of a loop variable
2021-10-10 Mikko RasaDon't dismantle aggregates which are function parameters
2021-10-10 Mikko RasaDetermine the default uniform block size regardless...
2021-10-09 Mikko RasaChange various generated texture names to use the unifi...
2021-10-09 Mikko RasaAdd attenuation calculations and related export code...
2021-10-09 Mikko RasaAlso break up arrays which are only indexed by constants
2021-10-09 Mikko RasaRecognize unknown index as matching any index
2021-10-09 Mikko RasaBreak up struct variables if they're not used as a...
2021-10-09 Mikko RasaUse default member initializers for simple types
2021-10-09 Mikko RasaMake Light's constructor protected and add a virtual...
2021-10-09 Mikko RasaAdd an option to use a fixed position in EnvironmentMap
2021-10-08 Mikko RasaConsider expressions in array sizes when comparing...
2021-10-07 Mikko RasaUse the shadow camera's projection matrix to form the...
2021-10-07 Mikko RasaLoad textures in a type-generic way
2021-10-07 Mikko RasaAdd keywords for light and material to Resources::Loader
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-06 Mikko RasaFix loading of inline materials and lights
next