summaryrefslogtreecommitdiffstats
path: root/Graphics/GLSLTools (follow)
Commit message (Expand)AuthorAgeFilesLines
* Unified VULKAN shader define in VK and GL backendsassiduous2020-05-222-5/+15
* 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-012-22/+24
* 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
* Silenced a bunch of clang warningsassiduous2020-02-031-1/+9
* 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-264-9/+9
* Renamed .h -> .hpp in GraphicsEngine, GraphicsEngineD3DBase, GraphicsEningeD3...assiduous2020-01-261-1/+1
* Renamed .h -> .hpp files in GLSLTools, GraphicsAccessories, and GraphicsTools...assiduous2020-01-267-7/+7
* 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-016-42/+66
* 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-236-436/+486
* Renamed INSTALL_DILIGENT_CORE cmake option to DILIGENT_INSTALL_COREEgor Yusov2019-11-211-1/+1
* Vulkan backend: added SPIRV optimization when compiling from glslEgor Yusov2019-11-141-1/+14
* GL backend: fixed few GLES issuesEgor2019-10-131-0/+17
* Renamed External to ThirdPartyEgor Yusov2019-09-171-1/+1
* Updated Copyright noticeEgor Yusov2019-09-176-6/+6
* 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
* Added 'Diligent-' prefix to project names to avoid name conflicts (https://gi...Egor Yusov2019-06-091-16/+16
* Improved handling of read-only storage buffers (aka buffer SRVs) in Vulkan ba...Egor Yusov2019-04-142-14/+28
* Updated SPIRV-Cross build scriptsEgor Yusov2019-03-271-1/+1
* 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-072-6/+66
* Merged var_type_refactor into masterEgor Yusov2019-03-076-368/+106
|\
| * Keep fixing Metal backend + few other minor changesEgor Yusov2019-03-062-5/+10
| * Some minor (mostly cosmetic) changes to SPIRVShaderResourcesEgor Yusov2019-03-022-35/+37
| * Keeping copy of a shader name in SPIRVShaderResourcesEgor Yusov2019-02-282-0/+6
| * Updating some files to match the new APIEgor Yusov2019-02-275-4/+16
| * Updated SPIRVShaderResources: removed immutable samplers and variable typeEgor Yusov2019-02-262-339/+52
* | Enable gals init and finalize on android platform. Remove unused header.dom6072019-02-271-14/+1
|/
* Fixed issue with gl_Position redeclaration in GLES3.1 and above (fixed https:...Egor Yusov2019-02-231-2/+28
* Not accessing program pipeline when separate shaders are not supported in GL ...Egor Yusov2019-02-211-2/+2
* Do not enable GLES extensions if they are part of the core APIEgor Yusov2019-02-211-7/+24
* Use in/out layout qualifiers when separate shader objects extension is availableEgor Yusov2019-02-211-9/+14
* Fixed GLES3.0 context on AndroidEgor2019-02-162-66/+75
* Renamed NO_DIRECT3D11, NO_DIRECT3D12 cmake options to DILIGENT_NO_*Egor Yusov2019-01-191-2/+2
* Added option to not build glslangEgor Yusov2019-01-091-8/+22
* Updated copyright noticeEgor Yusov2019-01-026-6/+6