summaryrefslogtreecommitdiffstats
path: root/Graphics/GLSLTools (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added shader compiler error reporting in VulkanEgor Yusov2018-07-052-5/+36
* Corrected depth-related GLSL definitions for Vulkan caseEgor Yusov2018-07-042-2/+7
* Imlemented pipeline compatibility test in VulkanEgor Yusov2018-05-202-6/+35
* Fixed Vk pipeline layout intializationEgor Yusov2018-05-191-1/+0
* Updated resource dumping in SPIRVShaderResources + some minor updatesEgor Yusov2018-05-182-40/+80
* Reworked SPIRVShaderResources: reduced sizeof(SPIRVShaderResourceAttribs) to ...Egor Yusov2018-05-182-55/+185
* Added texel uniform/storage buffer detectionEgor Yusov2018-05-132-7/+24
* Implemented static sampler initialization in VulkanEgor Yusov2018-05-102-101/+111
* Working on Shader resource layout implementation in VulkanEgor Yusov2018-05-092-43/+56
* Updated comments for VK shader resource layout and cache classesEgor Yusov2018-05-081-0/+15
* Improved SPIRV shader resource loadingEgor Yusov2018-05-063-31/+83
* Working on VK shader resource layoutEgor Yusov2018-05-061-2/+3
* Added stubs for shader resource layout initialization from pipeline layoutEgor Yusov2018-05-062-19/+3
* Added shader variable type parsing in VulkanEgor Yusov2018-05-053-9/+28
* Fixed GLSL shader compilation to generate bindings and descriptor sets; updat...Egor Yusov2018-05-053-67/+187
* Working on SPIRV resource loadingEgor Yusov2018-04-262-54/+217
* Added SPIRVShaderResources classEgor Yusov2018-04-263-0/+448
* Fixed issue with GLSL string source lenEgor Yusov2018-04-251-1/+1
* Fixed build errorsEgor Yusov2018-04-151-0/+1
* Added vulkan shader module creationEgor Yusov2018-04-153-3/+18
* Added GLSL to SPIRV shader compilationEgor Yusov2018-04-155-0/+599