]> git.tdb.fi Git - libs/gl.git/history - source
Use the changes member directly in PipelineState backends
[libs/gl.git] / source /
2022-01-13 Mikko RasaUse the changes member directly in PipelineState backends
2022-01-12 Mikko RasaStore simpler states by value in PipelineState
2022-01-12 Mikko RasaCreate a function for applying framebuffer state in...
2022-01-12 Mikko RasaMake various enums use uint8_t as their underlying...
2022-01-09 Mikko RasaOnly set pipeline resources as used when the resource...
2022-01-02 Mikko RasaUse a placeholder texture when a texture has not been...
2021-12-29 Mikko RasaUse low-level handles when computing descriptor set...
2021-12-28 Mikko RasaConvert pixel components if necessary when async loadin...
2021-12-28 Mikko RasaMove Texture2D::AsyncLoader back to the common part
2021-12-28 Mikko RasaRefactor Texture2D::AsyncLoader to use sub_image_async
2021-12-28 Mikko RasaAdd an asynchronous version of Texture2D::sub_image
2021-12-27 Mikko RasaRequire buffer to have storage for mapping
2021-12-27 Mikko RasaMake Buffer::AsyncTransfer default-constructible and...
2021-12-24 Mikko RasaRedesign asynchronous buffer uploads
2021-12-20 Mikko RasaReset staging buffers in TransferQueue once the transfe...
2021-12-20 Mikko RasaImprove state setting in Sky
2021-12-20 Mikko RasaUse a streaming buffer for ProgramData only when needed
2021-12-20 Mikko RasaRefactor ProgramData buffer (re)creation into a function
2021-12-20 Mikko RasaMultiplex streaming buffer contents on Vulkan
2021-12-19 Mikko RasaInstanceArray doesn't need to refresh the vertex arrays
2021-12-19 Mikko RasaAdd a flag to obtain an aligned size requirement from...
2021-12-19 Mikko RasaUse a member function to set the dirty flag in Bufferable
2021-12-18 Mikko RasaKeep track of the buffers of bound uniform blocks
2021-12-18 Mikko RasaIncrement frame after destroying objects instead of...
2021-12-14 Mikko RasaDefer transfer and barriers until the entire render...
2021-12-14 Mikko RasaUse secondary command buffers to record render pass...
2021-12-14 Mikko RasaCorrectly set framebuffer layers when cube map attachme...
2021-12-14 Mikko RasaRefactor projection matrix handling
2021-12-12 Mikko RasaFix incorrect lookup of GLSL interface variables
2021-12-12 Mikko RasaRefactor handling of viewport Y axis
2021-12-12 Mikko RasaEnable geometry shaders by default
2021-12-12 Mikko RasaFix render area Y coordinate calculation
2021-12-12 Mikko RasaDiscard render target contents only if the entire mip...
2021-12-11 Mikko RasaRefactor TransferQueue to require explicit finalization...
2021-12-11 Mikko RasaUse const void * for the object pointers in TransferQueue
2021-12-11 Mikko RasaBind only the first mipmap level when prefiltering...
2021-12-11 Mikko RasaEmit a max invocations exec mode for geometry shaders
2021-12-10 Mikko RasaCreate image views in VulkanFramebuffer if necessary
2021-12-10 Mikko RasaSupport binding individual mipmap levels of textures
2021-12-09 Mikko RasaTrack the number of layers in Framebuffer
2021-12-09 Mikko RasaDon't remove individual mipmap levels from Synchronizer
2021-12-09 Mikko RasaTrack different kinds of bindings separately
2021-12-09 Mikko RasaPopulate used bindings in ReflectData
2021-12-09 Mikko RasaDon't try to bind descriptor sets if there aren't any
2021-12-09 Mikko RasaRefresh vertex setup in VulkanPipelineState::update
2021-12-09 Mikko RasaInitialize members of VulkanVertexSetup
2021-12-04 Mikko RasaStore the number of mipmap levels in the Texture base...
2021-12-04 Mikko RasaUse default member initializers in Texture
2021-12-04 Mikko RasaAvoid collisions with members of nameless interface...
2021-12-01 Mikko RasaUse RGBA as the default format for effect render targets
2021-12-01 Mikko RasaConvert RGB pixel data to RGBA when staging
2021-12-01 Mikko RasaUse the correct aspect mask for uploading texture data
2021-12-01 Mikko RasaSubmit commands for isolated offscreen rendering
2021-12-01 Mikko RasaClear the begin semaphore if Renderer::begin() is calle...
2021-12-01 Mikko RasaRemove the exception from Texture2DMultisample constructor
2021-12-01 Mikko RasaImplement mipmap generation for the Vulkan backend
2021-12-01 Mikko RasaSupport transfers with no staged data
2021-12-01 Mikko RasaTrack the order of transfers involving the same objects
2021-11-30 Mikko RasaUse another callback for pre-transfer synchronization
2021-11-30 Mikko RasaTweaks and fixes to OpNames in SPIR-V
2021-11-30 Mikko RasaRefactor Synchronizer to deal with individual mipmap...
2021-11-30 Mikko RasaDon't create no-op barriers
2021-11-28 Mikko RasaApply implicit conversions to function arguments
2021-11-28 Mikko RasaAutomatically determine array sizes in GLSL if possible
2021-11-27 Mikko RasaVulkan doesn't support uniform locations
2021-11-27 Mikko RasaUnify handling of variables and interface blocks in...
2021-11-27 Mikko RasaFixes for handling extended alignment in GLSL
2021-11-27 Mikko RasaUse correct variable to access values
2021-11-27 Mikko RasaConsider arrays to have matching size if both are unsized
2021-11-27 Mikko RasaRefactor adding types in SL::Parser
2021-11-24 Mikko RasaAdd missing includes
2021-11-22 Mikko RasaReuse previously allocated command buffers
2021-11-22 Mikko RasaSet push constants only for enabled shader stages
2021-11-22 Mikko RasaImplement textures and samplers for Vulkan
2021-11-21 Mikko RasaMove PipelineState refresh to just before draw call
2021-11-21 Mikko RasaAlways apply push constants
2021-11-21 Mikko RasaTrack the in-use state of resource bindings in Pipeline...
2021-11-21 Mikko RasaUpdate all descriptor sets when the used shader changes
2021-11-21 Mikko RasaSet color write mask if no blending is used
2021-11-21 Mikko RasaAdd a subpass dependency to ensure the rendering result...
2021-11-21 Mikko RasaOnly do layout transitions in render pass for swapchain...
2021-11-21 Mikko RasaMake framebuffer attachment accessors public
2021-11-21 Mikko RasaAdd a synchronization helper class to the Vulkan backend
2021-11-20 Mikko RasaUse PRESENT_SRC as the initial layout for swapchain...
2021-11-20 Mikko RasaConvert some constructors to default member initializers
2021-11-20 Mikko RasaUse RGBA format render target for Bloom
2021-11-20 Mikko RasaDon't generate warnings about internal types with dupli...
2021-11-20 Mikko RasaUse extended alignment in SPIR-V struct layout when...
2021-11-20 Mikko RasaDo discard-clears in individual postprocessors, not...
2021-11-19 Mikko RasaCache framebuffer and viewport in VulkanCommands
2021-11-19 Mikko RasaCheck if render target is swapchain and set to_present...
2021-11-19 Mikko RasaTreat clear() with null parameter as invalidate
2021-11-19 Mikko RasaCreate specialized copies of SPIR-V modules
2021-11-18 Mikko RasaInitial implementation of Vulkan backend
2021-11-18 Mikko RasaAdd checks for invalid state in OpenGLCommands
2021-11-18 Mikko RasaRefactor low-level state management
2021-11-18 Mikko RasaColorize the debug output of the GLSL compiler
2021-11-18 Mikko RasaStore primitive type in PipelineState
2021-11-17 Mikko RasaCreate default context options in the device backend
2021-11-17 Mikko RasaUse emplace_back when a new object is being constructed
next