]> git.tdb.fi Git - libs/gl.git/history - source
Check the flat qualifier from the correct member
[libs/gl.git] / source /
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 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-05 Mikko RasaSet a default value for the tint property in PbrMaterial
2022-10-05 Mikko RasaImplement a splat material type
2022-10-05 Mikko RasaRearrange some things in the shader library
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 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 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-06 Mikko RasaDeclare capability for extended storage image formats...
2022-09-06 Mikko RasaPass a non-sampled image to OP_IMAGE_FETCH
2022-09-03 Mikko RasaCompare constructor calls in TypeComparer
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-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-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 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-18 Mikko RasaAdd files which were forgotten earlier
2022-03-17 Mikko RasaMostly cosmetic changes
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-16 Mikko RasaSet debug names for pipeline and descriptor set layouts...
2022-03-16 Mikko RasaFix handling of descriptor set bindings when shader...
2022-03-16 Mikko RasaFix binding of descriptor sets of the new pipeline...
2022-03-16 Mikko RasaInitialize pipeline handle
2022-03-16 Mikko RasaSkip binding of low-numbered descriptor sets if they...
2022-03-16 Mikko RasaMask out the descriptor set part of bind point when...
2022-03-16 Mikko RasaRemove set layout qualifiers on OpenGL
2022-03-16 Mikko RasaReplace some local pointers with references in VulkanCo...
2022-03-16 Mikko RasaOnly mark Result as checked if that specific value...
2022-03-16 Mikko RasaRewrite descriptor set management
2022-03-15 Mikko RasaMake use of the sorted nature of PipelineState resource...
2022-03-14 Mikko RasaSome tweaks to vector component handling
2022-03-14 Mikko RasaUse default member initializers for ZSortedScene::Sorte...
2022-03-14 Mikko RasaUse a per-camera cache in ZSortedScene
2022-03-14 Mikko RasaUse is_ortographic in Camera instead of checking fov...
2022-03-14 Mikko RasaAdapt to changes in mspmath
2022-03-13 Mikko RasaMove frustum culling from Scene to Camera
2022-03-13 Mikko RasaMake it possible to disable Vulkan validation
2022-03-13 Mikko RasaUse persistent tags for the model matrix uniforms in...
2022-03-13 Mikko RasaTreat standard and camera shader data specially in...
2022-03-11 Mikko RasaSet debug names for shader modules on Vulkan
2022-03-11 Mikko RasaRemove unused stages from shader programs
2022-03-11 Mikko RasaRefactor face cull settings in Blender
2022-03-11 Mikko RasaChange front face logic on Vulkan to match the OpenGL...
2022-03-11 Mikko RasaImplement alpha cutoff for materials
2022-03-11 Mikko RasaSupport specifying enabled methods in effect templates
next