BearishSun 10523f6750 Vulkan: Fixing an issue where waiting on a queue didn't necessarily guarantee fences of submitted command buffers were signaled 9 年 前
..
Win32 56ed650df4 Final set of refactors to rename core thread objects 9 年 前
BsVulkanCommandBuffer.h 10523f6750 Vulkan: Fixing an issue where waiting on a queue didn't necessarily guarantee fences of submitted command buffers were signaled 9 年 前
BsVulkanCommandBufferManager.h 10523f6750 Vulkan: Fixing an issue where waiting on a queue didn't necessarily guarantee fences of submitted command buffers were signaled 9 年 前
BsVulkanDescriptorLayout.h 4e57b50514 Massive refactor: Moving all the core thread objects into their own namespace, so I can rename them into something neater and get rid of the Core suffix 9 年 前
BsVulkanDescriptorManager.h 4e57b50514 Massive refactor: Moving all the core thread objects into their own namespace, so I can rename them into something neater and get rid of the Core suffix 9 年 前
BsVulkanDescriptorPool.h 4e57b50514 Massive refactor: Moving all the core thread objects into their own namespace, so I can rename them into something neater and get rid of the Core suffix 9 年 前
BsVulkanDescriptorSet.h 4e57b50514 Massive refactor: Moving all the core thread objects into their own namespace, so I can rename them into something neater and get rid of the Core suffix 9 年 前
BsVulkanDevice.h 4e57b50514 Massive refactor: Moving all the core thread objects into their own namespace, so I can rename them into something neater and get rid of the Core suffix 9 年 前
BsVulkanEventQuery.h 4e57b50514 Massive refactor: Moving all the core thread objects into their own namespace, so I can rename them into something neater and get rid of the Core suffix 9 年 前
BsVulkanFramebuffer.h 2e94779fc6 Vulkan: Now tracking image layouts on a per-resource basis. This way individual faces & mip-levels can be bound for rendering, particularily useful for cubemaps and texture arrays in general. 9 年 前
BsVulkanGLSLProgramFactory.h 56ed650df4 Final set of refactors to rename core thread objects 9 年 前
BsVulkanGpuBuffer.h 56ed650df4 Final set of refactors to rename core thread objects 9 年 前
BsVulkanGpuParamBlockBuffer.h 56ed650df4 Final set of refactors to rename core thread objects 9 年 前
BsVulkanGpuParams.h c41585f7af Vulkan: Fixing a few issues related to binding sampled buffers and non-sampled buffers in the same shader 9 年 前
BsVulkanGpuPipelineParamInfo.h 56ed650df4 Final set of refactors to rename core thread objects 9 年 前
BsVulkanGpuPipelineState.h 56ed650df4 Final set of refactors to rename core thread objects 9 年 前
BsVulkanGpuProgram.h 56ed650df4 Final set of refactors to rename core thread objects 9 年 前
BsVulkanHardwareBuffer.h 6732f7076a Vulkan: Added support for shared storage buffer objects 9 年 前
BsVulkanHardwareBufferManager.h 6732f7076a Vulkan: Added support for shared storage buffer objects 9 年 前
BsVulkanIndexBuffer.h 56ed650df4 Final set of refactors to rename core thread objects 9 年 前
BsVulkanOcclusionQuery.h 4e57b50514 Massive refactor: Moving all the core thread objects into their own namespace, so I can rename them into something neater and get rid of the Core suffix 9 年 前
BsVulkanPrerequisites.h 2cc3ea7900 Cleanup: Getting rid of the Core suffix on core thread objects since they're now in their own namespace (Contd.) 9 年 前
BsVulkanQueryManager.h 4e57b50514 Massive refactor: Moving all the core thread objects into their own namespace, so I can rename them into something neater and get rid of the Core suffix 9 年 前
BsVulkanQueue.h 10523f6750 Vulkan: Fixing an issue where waiting on a queue didn't necessarily guarantee fences of submitted command buffers were signaled 9 年 前
BsVulkanRenderAPI.h 56ed650df4 Final set of refactors to rename core thread objects 9 年 前
BsVulkanRenderAPIFactory.h 4e57b50514 Massive refactor: Moving all the core thread objects into their own namespace, so I can rename them into something neater and get rid of the Core suffix 9 年 前
BsVulkanRenderStateManager.h 56ed650df4 Final set of refactors to rename core thread objects 9 年 前
BsVulkanRenderTexture.h 56ed650df4 Final set of refactors to rename core thread objects 9 年 前
BsVulkanRenderWindowManager.h 56ed650df4 Final set of refactors to rename core thread objects 9 年 前
BsVulkanResource.h 4e57b50514 Massive refactor: Moving all the core thread objects into their own namespace, so I can rename them into something neater and get rid of the Core suffix 9 年 前
BsVulkanSamplerState.h 56ed650df4 Final set of refactors to rename core thread objects 9 年 前
BsVulkanSwapChain.h 2e94779fc6 Vulkan: Now tracking image layouts on a per-resource basis. This way individual faces & mip-levels can be bound for rendering, particularily useful for cubemaps and texture arrays in general. 9 年 前
BsVulkanTexture.h eec99bff10 Moving light pass in a compute shader in preparation for tiled deferred rendering 9 年 前
BsVulkanTextureManager.h 56ed650df4 Final set of refactors to rename core thread objects 9 年 前
BsVulkanTimerQuery.h 4e57b50514 Massive refactor: Moving all the core thread objects into their own namespace, so I can rename them into something neater and get rid of the Core suffix 9 年 前
BsVulkanUtility.h 2e94779fc6 Vulkan: Now tracking image layouts on a per-resource basis. This way individual faces & mip-levels can be bound for rendering, particularily useful for cubemaps and texture arrays in general. 9 年 前
BsVulkanVertexBuffer.h 56ed650df4 Final set of refactors to rename core thread objects 9 年 前
BsVulkanVertexInputManager.h 56ed650df4 Final set of refactors to rename core thread objects 9 年 前