summaryrefslogtreecommitdiffstats
path: root/Graphics/HLSL2GLSLConverterLib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Always using negative viewport height in Vulkan to be 100% consistent with Di...Egor Yusov2018-07-062-2/+12
* Corrected depth-related GLSL definitions for Vulkan caseEgor Yusov2018-07-042-16/+30
* Fixed build errorsEgor Yusov2018-04-151-0/+1
* Added GLSL to SPIRV shader compilationEgor Yusov2018-04-152-24/+0
* HLSL2GLSL converter: fixed error when processing entry functions with no argu...Egor Yusov2018-03-131-153/+159
* Added MatrixFromRows overloads for float3x3 and float2x2Egor Yusov2018-03-072-0/+20
* Fixed interface headers to use relative paths in #includeEgor Yusov2018-02-231-2/+2
* HLSL2GLSL converter: reworked outer tessellation level handling to avoid usin...Egor2018-02-183-6/+70
* HLSL2GLSL Converter: added writeonly qualifier to image variables on GLES; fi...Egor2018-02-183-8/+44
* Fixed issue with _RETURN_() macro on arm compilers on AndroidEgor2018-02-181-18/+33
* Fixed few HLSL->GLSL conversion issues on MacOSEgor Yusov2018-02-174-47/+107
* Updated GLSL definitions on AndroidEgor2018-02-162-2/+2
* Fixed formatting of cmake files + couple of minor updatesEgor Yusov2018-02-131-34/+34
* Enabled File2String on Mac; updated GLSLDefinitions to disable functions unsu...Egor Yusov2018-01-252-8/+10
* Fixed some clang compiler warningsEgor Yusov2018-01-191-3/+1
* Added MatrixFromRows() function to shader definitionsEgor Yusov2018-01-052-0/+10
* Updated copyright noticeEgor Yusov2018-01-0410-10/+10
* Updated readme & documentationEgor Yusov2018-01-041-2/+2
* Reworked the way File2String utility is usedEgor Yusov2017-12-291-9/+3
* Reworked dependencies between projectsEgor Yusov2017-12-281-2/+3
* Reworked Common and Platform modules to break interdependenices;Egor Yusov2017-12-283-28/+30
* Removed legacy visual studio project and solution filesEgor Yusov2017-12-264-416/+0
* Removed jni/Visual GDB Android build from legacy project filesEgor Yusov2017-12-186-258/+0
* CMake: using CXX_STANDARD flag to set c++11 on Android and avoid errors compi...Egor Yusov2017-12-161-3/+3
* CMake: enabling Android buildEgor Yusov2017-12-161-20/+28
* Optimized CMake files with set_common_target_properties()Egor Yusov2017-12-141-10/+1
* Few more updates to cmakelistsEgor Yusov2017-12-101-1/+1
* Updated cmake lists: enabled link-time code generation for MSVCEgor Yusov2017-12-101-0/+9
* Fixed tolower()-related warningsEgor Yusov2017-12-061-7/+6
* Updated cmake filesEgor Yusov2017-12-051-5/+8
* CMake: Added grouping of projects in VS solutionEgor Yusov2017-12-051-0/+7
* Updated cmake build rules for File2StringEgor Yusov2017-12-041-1/+1
* Added cmake filesEgor Yusov2017-12-043-6/+84
* Updated to Diligent Engine 2.1Egor Yusov2017-11-1319-0/+8759