]> git.tdb.fi Git - libs/gl.git/shortlog
libs/gl.git
2021-11-13 Mikko RasaFix a name conflict in certain inlining scenarios
2021-11-12 Mikko RasaMove the bloom shader's delta uniform into a block
2021-11-12 Mikko RasaMove a few bits of Renderer into a backend class
2021-11-12 Mikko RasaRemove the transform function from Renderer
2021-11-12 Mikko RasaRequire explicit begin() and end() calls in Renderer
2021-11-12 Mikko RasaReorder members of Renderer and PipelineState
2021-11-12 Mikko RasaRemove deprecated functions from Renderer
2021-11-12 Mikko RasaAlways use RGBA color format when building Sequences
2021-11-12 Mikko RasaAdd a swizzle mode for presenting an RGBA texture as RGB
2021-11-12 Mikko RasaAllow BGR format in FrameAttachment, but disallow swizz...
2021-11-12 Mikko RasaMove swizzling modes to pixelformat.h
2021-11-11 Mikko RasaFix an incorrect check for existence of value
2021-11-11 Mikko RasaDon't check the address of an inline array
2021-11-11 Mikko RasaSome more default member initializers
2021-11-11 Mikko RasaRemove default uniform block if it has no uniforms
2021-11-11 Mikko RasaRecognize push constant blocks when reflecting SPIR...
2021-11-11 Mikko RasaStore descriptor set in program reflection data
2021-11-11 Mikko RasaHandle descriptor sets when allocating uniform locations
2021-11-11 Mikko RasaPropagate locations from existing variables before...
2021-11-11 Mikko RasaImprove layout qualifier handling with some more utilit...
2021-11-10 Mikko RasaAdd a utility function for following a chain of base...
2021-11-10 Mikko RasaRefactor a common part in LocationAllocator into a...
2021-11-10 Mikko RasaAssign the same specialization constant IDs in all...
2021-11-10 Mikko RasaEmit descriptor set decorations for interface blocks
2021-11-10 Mikko RasaAdd basic Vulkan support to the shader compiler
2021-11-10 Mikko RasaAdd a constant for Vulkan backend
2021-11-10 Mikko RasaAccount for mipmap levels when computing texture data...
2021-11-10 Mikko RasaPerform range checks in UniformBlock in debug builds
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 RasaCheck for empty attachments array instead of zero id...
2021-11-09 Mikko RasaDon't store a View's target framebuffer in the base...
2021-11-09 Mikko RasaMove backend information into Device
2021-11-09 Mikko RasaRemove obsolete includes
2021-11-09 Mikko RasaCreate a Device class to hold the graphics context
2021-11-08 Mikko RasaAlways apply feature conversion in the GLSL compiler
2021-11-08 Mikko RasaUse specially created features when compiling modules...
2021-11-08 Mikko RasaRequire passing features to SL::Compiler constructor
2021-11-08 Mikko RasaMake the SL::Features factory functions more flexible
2021-11-08 Mikko RasaSplit FeatureConverter into two parts
2021-11-08 Mikko RasaRename LegacyConverter to FeatureConverter
2021-11-08 Mikko RasaStore object transform in a push constant block
2021-11-08 Mikko RasaAllow a push constant block to be specified, but flatte...
2021-11-08 Mikko RasaFix flattening of GLSL interface blocks
2021-11-08 Mikko RasaCopy layout of InterfaceBlock
2021-11-08 Mikko RasaTweak eye position calculation in shaders
2021-11-08 Mikko RasaActually call the collect_builtins function in Program
2021-11-08 Mikko RasaWrite access can't get into an unary operator from...
2021-11-08 Mikko RasaCache texture bindings when the shader program does...
2021-11-08 Mikko RasaRestore variable load IDs for the else branch of a...
2021-11-08 Mikko RasaIsolate expressions from surrounding composite access
2021-11-08 Mikko RasaRecognize increment/decrement operators as modifying...
2021-11-08 Mikko RasaBlock further inlining of a variable after component...
2021-11-08 Mikko RasaRefactor assignment target overlap check into a function
2021-11-08 Mikko RasaProcess loop initialization outside the body in UnusedV...
2021-11-07 Mikko RasaMark the start of a SPIR-V function as reachable
2021-11-07 Mikko RasaCompute correct size for SPIR-V structs if the last...
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-07 Mikko RasaUse asynchronous resource loading in desertpillars
2021-11-07 Mikko RasaRe-export desertpillars textures using external data...
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 RasaExport texture's mipmap levels as 1 if mipmaps are...
2021-11-02 Mikko RasaExport raw texture data to a separate file
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
next