summaryrefslogtreecommitdiffstats
path: root/Graphics/HLSL2GLSLConverterLib/include/GLSLDefinitions.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright noticeassiduous2021-01-011-1/+1
* Added TexUVToNormalizedDeviceXY convenience shader functionassiduous2020-05-251-0/+4
* Unified VULKAN shader define in VK and GL backendsassiduous2020-05-221-1/+1
* HLSL2GLSL converter: fixed issue with SV_Position.w == 1/gl_FragCoord.wassiduous2020-05-221-1/+2
* HLSL2GLSLConverter: implemented handling of SV_IsFrontFace semanticassiduous2020-03-281-9/+20
* Updated coyright noticeassiduous2020-01-011-7/+11
* Updated Copyright noticeEgor Yusov2019-09-171-1/+1
* OpenGL backend: added handling of Buffers and RW BuffersEgor Yusov2019-08-091-1/+11
* Updated copyright noticeEgor Yusov2019-01-021-1/+1
* Fixed shader compilation error on iOS due to missing frexpEgor Yusov2018-12-241-1/+4
* Redefined frexp in HLSL2GLSL converter to match HLSL signature (float frexp(f...Egor Yusov2018-10-301-0/+32
* Always using negative viewport height in Vulkan to be 100% consistent with Di...Egor Yusov2018-07-061-1/+6
* Corrected depth-related GLSL definitions for Vulkan caseEgor Yusov2018-07-041-8/+15
* Added GLSL to SPIRV shader compilationEgor Yusov2018-04-151-12/+0
* Added MatrixFromRows overloads for float3x3 and float2x2Egor Yusov2018-03-071-0/+10
* HLSL2GLSL converter: reworked outer tessellation level handling to avoid usin...Egor2018-02-181-2/+34
* HLSL2GLSL Converter: added writeonly qualifier to image variables on GLES; fi...Egor2018-02-181-0/+9
* Fixed few HLSL->GLSL conversion issues on MacOSEgor Yusov2018-02-171-17/+47
* Updated GLSL definitions on AndroidEgor2018-02-161-1/+1
* Enabled File2String on Mac; updated GLSLDefinitions to disable functions unsu...Egor Yusov2018-01-251-4/+5
* Added MatrixFromRows() function to shader definitionsEgor Yusov2018-01-051-0/+5
* Updated copyright noticeEgor Yusov2018-01-041-1/+1
* Updated to Diligent Engine 2.1Egor Yusov2017-11-131-0/+1115