]> git.tdb.fi Git - libs/gl.git/history
libs/gl.git
2022-10-06 Mikko RasaCheck the flat qualifier from the correct member master
2022-10-06 Mikko RasaAdd an internal error for invalid equality comparison...
2022-10-06 Mikko RasaUse a splat material for the terrain in forest pond
2022-10-06 Mikko RasaRename VulkanFramebuffer::prepare_image_layouts to...
2022-10-06 Mikko RasaDon't apply primitive restart to list primitives
2022-10-06 Mikko RasaSynchronize sampled images in addition to storage images
2022-10-06 Mikko RasaShader fixes in the forest pond demo
2022-10-05 Mikko RasaSet a default value for the tint property in PbrMaterial
2022-10-05 Mikko RasaSupport exporting splat materials from Blender
2022-10-05 Mikko RasaImplement a splat material type
2022-10-05 Mikko RasaRearrange some things in the shader library
2022-10-04 Mikko RasaChange the vertex group attribute to uvec4
2022-10-04 Mikko RasaFix some errors in the Phong shader
2022-10-03 Mikko RasaRefactor handling some material parameters in cooktorra...
2022-10-03 Mikko RasaHandle OpPhi when specializing SPIR-V modules
2022-10-01 Mikko RasaHack to work around an issue with the flat interpolatio...
2022-09-25 Mikko RasaAn assortment of minor fixes
2022-09-25 Mikko RasaOnly apply ambient occlusion to the ambient lighting...
2022-09-25 Mikko RasaRecreate ProgramData buffer when needed even if no...
2022-09-25 Mikko RasaUse forward references for entry point interfaces in...
2022-09-25 Mikko RasaAdd a tint property for PBR materials
2022-09-25 Mikko RasaFix exporting of single objects
2022-09-25 Mikko RasaRefactor handling of texture storage properties in...
2022-09-25 Mikko RasaAdd flat interpolation qualifier for integer inputs...
2022-09-25 Mikko RasaFix validation checks for interpolation and sampling...
2022-09-25 Mikko RasaPrint warnings if a required resource is not bound...
2022-09-11 Mikko RasaRestore limits.max_storage_texture_bindings in Vulkan...
2022-09-11 Mikko RasaRemove the separate clamping step from forest pond...
2022-09-11 Mikko RasaImplement water simulation and surface shader for fores...
2022-09-11 Mikko RasaRe-export forest pond data to enable alpha to coverage
2022-09-06 Mikko RasaDeclare capability for extended storage image formats...
2022-09-06 Mikko RasaPass a non-sampled image to OP_IMAGE_FETCH
2022-09-04 Mikko RasaFix exporting of resource-only scenes
2022-09-03 Mikko RasaCompare constructor calls in TypeComparer
2022-09-03 Mikko RasaSupport exporting meshes from Blender using patch primi...
2022-09-03 Mikko RasaAdd tessellation shader support to the engine
2022-09-03 Mikko RasaRefactor batch setup in Renderer to a helper function
2022-09-03 Mikko RasaClear load ID when assigning to a component
2022-09-03 Mikko RasaImplement tessellation shaders in the shader compiler
2022-09-03 Mikko RasaHandle the flat and centroid qualifiers in SPIR-V output
2022-09-03 Mikko RasaValidate that compute shaders specify a workgroup size
2022-09-03 Mikko RasaValidate the presence of in/out layout qualifiers for...
2022-09-01 Mikko RasaFix incorrect check for end of string when processing...
2022-09-01 Mikko RasaMake VulkanFramebuffer::is_format_supported const
2022-09-01 Mikko RasaUse correct to_present flag when creating framebuffers...
2022-09-01 Mikko RasaMake it possible to query if a framebuffer can be presented
2022-08-13 Mikko RasaRefactor creation of batches in the Blender exporter
2022-04-23 Mikko RasaUse alpha to coverage when exporting materials with...
2022-04-23 Mikko RasaAdd support for alpha to coverage
2022-04-19 Mikko RasaUpdate pipeline handle if framebuffer changes
2022-04-19 Mikko RasaImplement multisample resolve for Vulkan
2022-04-19 Mikko RasaDon't set the storage bit in usage flags of multisample...
2022-04-19 Mikko RasaSet mip levels of multisample textures to 1
2022-04-19 Mikko RasaRework multisample resolve to use resolve attachments
2022-04-19 Mikko RasaRemove unused parameter from VulkanPipelineState::synch...
2022-04-15 Mikko RasaSupport compute shaders and compute operations
2022-04-15 Mikko RasaAdd support for storage images in Renderer and Pipeline...
2022-04-15 Mikko RasaAdd a separate limit for storage texture binding range
2022-04-15 Mikko RasaFix the version statement in the ARB_explicit_attrib_lo...
2022-04-11 Mikko RasaSupport compute shaders in the shader compiler
2022-04-11 Mikko RasaAdd support for storage images in shaders
2022-04-11 Mikko RasaPreparatory refactoring of the texelFetch implementation
2022-04-11 Mikko RasaUse the sampled image type for OpImageQueryLod
2022-04-11 Mikko RasaDon't resolve function call arguments with incorrect...
2022-04-11 Mikko RasaRefactor function call argument type resolving logic...
2022-04-10 Mikko RasaAdd multisampled texture types to the shader compiler
2022-04-09 Mikko RasaParse array sizes for interface blocks
2022-04-09 Mikko RasaUse VariableDeclaration in Assignment::Target
2022-04-09 Mikko RasaDon't add depth range conversion if an assignment to...
2022-04-09 Mikko RasaFix GLSL test cases so they pass the basic tests
2022-04-09 Mikko RasaMake it possible to specify a target API for GLSL test...
2022-04-09 Mikko RasaRemove Vulkan checks from feature converters
2022-04-09 Mikko RasaRefactor SL::Features::from_api_version to take the...
2022-04-09 Mikko RasaFix incorrect version for ARB_explicit_attrib_location
2022-04-09 Mikko RasaRefactor Renderer's texture management to make it more...
2022-04-09 Mikko RasaUnify handling of shader resources in PipelineState
2022-04-07 Mikko RasaFix an incorrect variable name
2022-04-07 Mikko RasaRefresh target framebuffer before blitting
2022-04-07 Mikko RasaUse a default sampler in Renderer if null was passed in
2022-03-22 Mikko RasaRefactor render pass operations into a helper struct
2022-03-22 Mikko RasaSome adjustments to includes
2022-03-21 Mikko RasaFix issues from the command recorder refactoring
2022-03-19 Mikko RasaMake StructureBuilder return const references to the...
2022-03-19 Mikko RasaAdd a wrapper class for recording Vulkan commands
2022-03-19 Mikko RasaMove environment map handling to its own shader file
2022-03-19 Mikko RasaFix a copy-paste error
2022-03-18 Mikko RasaAdd files which were forgotten earlier
2022-03-18 Mikko RasaBegin creating a new demo program
2022-03-17 Mikko RasaMostly cosmetic changes
2022-03-17 Mikko RasaMake it possible to export instance arrays from Blender
2022-03-17 Mikko RasaAdd a loader to InstanceArray and make them loadable...
2022-03-17 Mikko RasaAdd instancing support to standard shaders and RenderMethod
2022-03-17 Mikko RasaCall set_matrix from ObjectInstance's transform loader
2022-03-17 Mikko RasaFix instance attribute description updates in VertexSet...
2022-03-17 Mikko RasaSort shader program input attributes by name
2022-03-17 Mikko RasaRedesign InstanceArray
2022-03-17 Mikko RasaRebind all descriptor sets if push constant layout...
2022-03-17 Mikko RasaFurther refactoring of instance handling in the Blender...
2022-03-17 Mikko RasaMove the utility functions in export_material into...
2022-03-17 Mikko RasaRemove support for material atlases from the Blender...
next