summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineVulkan (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Vk backend: added validation of GlobalExtensionCount parameterEgor Yusov2019-09-151-0/+6
* Check for nullChristoffer Green2019-09-141-2/+5
* Added IRenderDevice::IdleGPU() method (updated API version to 240029)Egor Yusov2019-09-091-1/+2
* Added IDeviceContext::WaitForIdle() method (updated API version to 240028)Egor Yusov2019-09-093-3/+11
* Renamed IDeviceContext::Wait to IDeviceContext::WaitForFence (updated API ver...Egor Yusov2019-09-092-3/+4
* Added IDeviceContext::Wait() method (updated API version to 240026)Egor Yusov2019-09-085-7/+24
* Vulkan backend: enabled multiple swap chain support (closed https://github.co...Egor Yusov2019-08-132-25/+41
* Fixed issue with reflecting Uniform Texel Buffers in Vulkan backendEgor Yusov2019-08-111-1/+1
* Fixed issue with logical vs storage texture size for block-compressed formatsEgor Yusov2019-08-072-19/+21
* Fixed output name of GraphicsEngineVk on non-windows platformsEgor Yusov2019-06-091-1/+1
* Added 'Diligent-' prefix to project names to avoid name conflicts (https://gi...Egor Yusov2019-06-091-42/+42
* Minor update to GenerateMipsVkHelper to properly define shader macrosEgor Yusov2019-05-061-3/+3
* Minor changeEgor Yusov2019-05-051-1/+1
* Added safe check that same PSO is being boundEgor Yusov2019-05-051-3/+6
* Few minor updatesEgor Yusov2019-04-261-1/+1
* Added IShaderResourceVariable::IsBound method (updated API version to 240024)Egor Yusov2019-04-251-0/+5
* Fixed issues with multi-mip level staging resource in Vk and D3D12 back-endsEgor Yusov2019-04-193-48/+11
* Fixed handling compressed textures in TextureUploaderGL; fixed non-compressed...Egor Yusov2019-04-181-7/+4
* Fixed copying compressed textures in Vulkan back-endEgor Yusov2019-04-182-27/+38
* Fixed issue with FenceVkImpl not waiting for Vulkan fences to signal when bei...Egor Yusov2019-04-161-4/+9
* Fixed grammatic error plus few minor updatesEgor Yusov2019-04-163-3/+3
* Fixed issue with buffer usage flagsEgor Yusov2019-04-141-4/+4
* Couple of minor updatesEgor Yusov2019-04-141-2/+6
* Improved handling of read-only storage buffers (aka buffer SRVs) in Vulkan ba...Egor Yusov2019-04-143-20/+45
* Added comments about Fence thread safety; minor code improvementsEgor Yusov2019-04-141-0/+5
* Implemented generate PSO cache warmup when texture view is createdEgor Yusov2019-04-144-11/+19
* Fixed issue with layout transition when generating mipmapsEgor Yusov2019-04-131-2/+2
* Fixed issues with D3D12 staging resources and mipmap generation in VulkanEgor Yusov2019-04-132-11/+5
* Minor typo.Thomas Bishop2019-04-131-2/+2
* Improved mipmap generation in D3D12 backendEgor Yusov2019-04-131-3/+7
* Updated ALLOCATE macros to make it more convenientEgor Yusov2019-04-139-23/+18
* Reworked automatic mipmap generation in Vulkan backend to support sRGB textur...Egor Yusov2019-04-1110-142/+348
* Added DRAW_FLAG_VERIFY_DRAW_ATTRIBS, DRAW_FLAG_VERIFY_RENDER_TARGETS, and DRA...Egor Yusov2019-04-071-1/+4
* Made IShaderSourceInputStreamFactory derived from IObject (upgraded API Versi...Egor Yusov2019-04-063-10/+16
* Added API info queryEgor Yusov2019-04-061-2/+2
* Replaced overloaded IShaderResourceBinding::GetVariable() with IShaderResourc...Egor Yusov2019-04-053-9/+9
* Replaced overloaded IPipelineState::GetStaticShaderVariable() with IPipelineS...Egor Yusov2019-04-053-5/+5
* Implemented staging textures in Vk backendEgor Yusov2019-04-058-441/+787
* Added swap chain usage flagsEgor Yusov2019-03-311-1/+9
* Updated cmake scripts to enable Vulkan back-end on iOS when VulkanSDK is spec...Egor Yusov2019-03-241-0/+2
* Fixed few clang warningsEgor Yusov2019-03-242-2/+2
* Disabling requested vulkand device features if they are not supported by phys...Egor Yusov2019-03-243-20/+36
* Improved shader resource layout error reportingEgor Yusov2019-03-231-2/+24
* Moved vulkan-1.lib windows library to windows subfloder to have consistent di...Egor Yusov2019-03-221-1/+1
* Fixed Linux build errorEgor Yusov2019-03-221-0/+1
* Merge branch 'master' of https://github.com/DiligentGraphics/DiligentCore.gitEgor Yusov2019-03-221-1/+1
|\
| * Link Vulkan back-end against vulkan loader instead of MoltenVK (fixed https:/...Egor Yusov2019-03-221-1/+1
* | Updated vulkan debug message handlingEgor Yusov2019-03-221-21/+27
|/
* Another minor fix for fence waitingEgor Yusov2019-03-211-4/+3
* Fixed few potential issues with waiting for fences in Vk backendEgor Yusov2019-03-212-3/+3