summaryrefslogtreecommitdiffstats
path: root/Graphics/GLSLTools/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactoring shader compilation tools - part I (https://github.com/DiligentGra...assiduous2020-09-143-1699/+0
* Another set of minor updates to mesh shader implementationassiduous2020-09-102-2/+3
* fixed cmake, removed unused codeazhirnov2020-09-081-12/+0
* removed StripReflectInfoPass2 - changes will be added to spirv-toolsazhirnov2020-09-081-161/+0
* Added pDxCompilerPath to engine create info,azhirnov2020-09-071-2/+4
* fixed validation errors for SPIRV that compiled with DXCazhirnov2020-09-021-0/+171
* removed unused DXILUtils, fixed some Codacy issuesazhirnov2020-08-311-378/+0
* Move DXIL compiler for SPIRV to separate file, allow to compile HLSL without ...azhirnov2020-08-192-343/+439
* minor fixes and formattingazhirnov2020-08-191-1/+1
* Use DXIL to compile SPIRV from HLSL (wip)azhirnov2020-08-191-61/+343
* Merge branch 'master' into mesh_shaderazhirnov2020-08-191-4/+36
|\
| * Implemented input attachments in Vulkan backend; added testassiduous2020-08-041-4/+36
* | formattingazhirnov2020-08-192-2/+2
* | Added mesh shaderazhirnov2020-08-113-13/+24
|/
* Added DILIGENT_NO_HLSL CMake option to disable HLSL support in Vulkan and Ope...assiduous2020-07-211-1/+7
* Vk backend: disabled warning about missing SPV_GOOGLE_hlsl_functionality1 ext...assiduous2020-07-171-6/+11
* Unified VULKAN shader define in VK and GL backendsassiduous2020-05-221-3/+7
* Unified shader type defines for all backendsassiduous2020-05-172-21/+46
* Added SHADER_SOURCE_LANGUAGE_GLSL_VERBATIM (API Version 240059).assiduous2020-05-111-188/+194
* Overriding namespace for SPIRV-Cross project to avoid potential conflictsassiduous2020-04-011-15/+17
* Renamed _DEBUG and DEVELOPMENT macros to DILGENT_DEBUG and DILIGENT_DEVELOPMENTassiduous2020-03-261-2/+2
* Vulkan backend: added SPIRV optimization when compiling from HLSLassiduous2020-03-181-0/+1
* Reworked C interfaces to share declaration with c++assiduous2020-01-272-3/+3
* Renamed platform headers .h -> .hppassiduous2020-01-272-2/+2
* More .h -> .hpp renamingsassiduous2020-01-261-1/+1
* Renamed .h -> .hpp in Common and HLSL2GLSLConverterLib projectsassiduous2020-01-263-6/+6
* Renamed .h -> .hpp in GraphicsEngine, GraphicsEngineD3DBase, GraphicsEningeD3...assiduous2020-01-261-1/+1
* Renamed .h -> .hpp files in GLSLTools, GraphicsAccessories, and GraphicsTools...assiduous2020-01-263-4/+4
* Reworked main headers to be compatible with cassiduous2020-01-251-2/+2
* Fixed GLES build errorassiduous2020-01-071-3/+3
* Improved device feature reporting; added flags for query supportassiduous2020-01-071-4/+4
* Updated coyright noticeassiduous2020-01-013-21/+33
* Enabled draw command reference in Vulkanassiduous2019-12-171-2/+3
* Unit tests: capturing debug output; fixed minor issue with viewport in Vk bac...assiduous2019-12-131-1/+4
* Updated clang-format workaround for brace-on-the-same line in lambdasEgor Yusov2019-11-241-16/+16
* clang-formatted GLSLToolsEgor Yusov2019-11-233-377/+405
* Vulkan backend: added SPIRV optimization when compiling from glslEgor Yusov2019-11-141-1/+14
* GL backend: fixed few GLES issuesEgor2019-10-131-0/+17
* Updated Copyright noticeEgor Yusov2019-09-173-3/+3
* Updated 3rd-party modulesEgor Yusov2019-09-171-17/+43
* Fixed issue with reflecting Uniform Texel Buffers in Vulkan backendEgor Yusov2019-08-111-2/+15
* Vulkan backend: added SPIRV legalization when compiling from HLSLEgor Yusov2019-07-241-1/+18
* Improved handling of read-only storage buffers (aka buffer SRVs) in Vulkan ba...Egor Yusov2019-04-141-13/+26
* Revert "Allocating spirv-cross parser and compiler on the heap to fix crash o...Egor Yusov2019-03-251-8/+6
* Allocating spirv-cross parser and compiler on the heap to fix crash on iOS ap...Egor Yusov2019-03-251-6/+8
* Few minor improvements to shader resource management in Vk backendEgor Yusov2019-03-071-0/+53
* Merged var_type_refactor into masterEgor Yusov2019-03-073-221/+62
|\
| * Keep fixing Metal backend + few other minor changesEgor Yusov2019-03-061-3/+6
| * Some minor (mostly cosmetic) changes to SPIRVShaderResourcesEgor Yusov2019-03-021-25/+27
| * Keeping copy of a shader name in SPIRVShaderResourcesEgor Yusov2019-02-281-0/+4