summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineVulkan (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Removed default shader resource binding objectEgor Yusov2018-11-242-27/+8
* Added IShaderResourceBinding::InitializeStaticResources() method to allow exp...Egor Yusov2018-11-2411-48/+76
* Attempt #2 to fix linux buildEgor Yusov2018-11-221-4/+4
* Fixing linux buildEgor Yusov2018-11-211-2/+2
* Added explicit control of vertex buffer, index buffer and indirect draw argum...Egor Yusov2018-11-212-32/+105
* Implemented explicit state transitions in D3D11 backend (closed https://githu...Egor Yusov2018-11-211-29/+15
* Implemented explicit layout transitions in Vulkan backendEgor Yusov2018-11-2012-179/+600
* Added explicit resource state transitions to the API; implemented in D3D12Egor Yusov2018-11-1812-28/+176
* Fixed links in readmesEgor Yusov2018-11-111-2/+2
* Updated readme for d3d11, d3d12, vk and gl backendsEgor Yusov2018-11-111-2/+4
* Fixed issue with setting blend factors in Vk & D3D12 backendsEgor Yusov2018-11-111-1/+1
* Fixed shader module names in Vk backendEgor Yusov2018-11-111-1/+1
* Fixed commentEgor Yusov2018-11-101-2/+2
* Reworked Vulkan debug message handling using VK Debug Utils extension (fix fo...Egor Yusov2018-11-107-559/+675
* Using entry point name from SPIRV bytecode (fixed https://github.com/Diligent...Egor Yusov2018-11-092-4/+3
* Fixed issue with ~FenceVkImpl(): not disposing pending fences as they may not...Egor2018-11-083-7/+18
* Fixed unexplainable ValidatedCast problem on Linux/gccEgor2018-11-081-1/+1
* Destroying Vulkan surface when releasing the swap chainEgor2018-11-061-1/+5
* Added swap chain recreation when present fails in Vulkan backend. This allows...Egor2018-11-065-34/+59
* Set default visibility to hidden for GraphicsEngineVk-shared project when com...Egor Yusov2018-11-031-0/+4
* Updated GetEngineFactoryVk() and GetEngineFactoryOpenGL() implementationsEgor Yusov2018-11-034-20/+8
* Enabled Vulkan backend build on LinuxEgor2018-11-032-14/+33
* Fixed few more Linux build problemsEgor2018-11-031-1/+1
* Fixed linux build issues with RenderDeviceFactoryVkEgor2018-11-033-14/+29
* Fixed odd symbolEgor Yusov2018-11-031-1/+1
* Fixed Windows buildEgor Yusov2018-11-031-1/+1
* Fixed multiple linux build issues in Vk backendEgor2018-11-0315-53/+66
* Fixed few linux build issuesEgor2018-11-031-5/+5
* Fixed Vulkan validation error message about incorrect buffer offset alignment...Egor Yusov2018-11-021-0/+14
* Optimized build by making shared versions of backend libraries dependent on s...Egor Yusov2018-11-022-10/+3
* Stripping reflection information from SPIRV binaries before creating Vulkan s...Egor Yusov2018-10-312-2/+35
* Implemented HLSL vertex shader inputs mapping in Vulkan backend using SPV_GOO...Egor Yusov2018-10-302-1/+41
* Fixed issue with binding sampler array elements of combined image samplers in...Egor Yusov2018-10-292-2/+7
* Allowed arbitrary entry point name in compiled SPIRV bytecodeEgor Yusov2018-10-293-4/+8
* Minor changes to ShaderResourceLayoutVkEgor Yusov2018-10-292-44/+45
* Some improvements to SPIRVShaderResourcesEgor Yusov2018-10-273-17/+17
* Moved all HLSL definitions to premable when using glslang; not exposing separ...Egor Yusov2018-10-271-2/+20
* Enabled Vulkan backend to take compiled SPIRV byte codeEgor Yusov2018-10-261-8/+25
* Merge branch 'hlsl_glslang'Egor Yusov2018-10-264-54/+154
|\
| * Implemented HLSL to SPIRV compilation and HLSL-style combined samplers in VulkanEgor Yusov2018-10-264-54/+154
* | Fixed https://github.com/DiligentGraphics/DiligentCore/issues/37 (build error...Egor Yusov2018-10-231-1/+9
|/
* Updated BIND_SHADER_RESOURCES_* flagsEgor Yusov2018-10-191-5/+8
* Updated commentEgor Yusov2018-10-111-3/+2
* Fixed rgba8_typeless texture creation in VulkanEgor Yusov2018-10-101-0/+2
* Improve memory usage stats reporting in Vk backendEgor Yusov2018-10-094-22/+41
* Cosmetic changesEgor Yusov2018-10-082-6/+6
* Couple of minor updates to D3D12 and Vulkan device context implementationsEgor Yusov2018-10-081-7/+6
* Few changes to D3D12 and Vulkan backends to make implementations more consistentEgor Yusov2018-10-082-5/+9
* Some improvements to Vulkan CommandPoolManagerEgor Yusov2018-10-083-43/+48
* Replaced error messages wit warnings when accessing inactive shader stage thr...Egor Yusov2018-10-071-2/+2