summaryrefslogtreecommitdiffstats
path: root/Graphics/HLSL2GLSLConverterLib (follow)
Commit message (Expand)AuthorAgeFilesLines
* HLSL->GLSL conerter: allowed providing null HLSL source code pointer in which...Egor Yusov2019-10-122-4/+92
* HLSL->GLSL converter: added bindings for image uniformsEgor Yusov2019-10-112-7/+17
* HLSL2GLSL converter: implemented automatic assignment of shader storage buffe...Egor Yusov2019-10-032-4/+14
* Updated Copyright noticeEgor Yusov2019-09-178-8/+8
* OpenGL backend: added handling of Buffers and RW BuffersEgor Yusov2019-08-093-4/+38
* Added 'Diligent-' prefix to project names to avoid name conflicts (https://gi...Egor Yusov2019-06-091-18/+18
* Fixed few clang warningsEgor Yusov2019-03-241-1/+1
* More typo fixesEgor Yusov2019-02-221-2/+2
* Fixed typoEgor Yusov2019-02-221-1/+1
* Some GLES compilers require whitespace after the macro without arguments (fix...Egor Yusov2019-02-221-7/+9
* Minor update to HLSL2GLSLConverterEgor Yusov2019-02-201-1/+1
* HLSL2GLSLConverter: added option to not use layout location qualifiers on sha...Egor Yusov2019-02-203-101/+151
* Updated HashMapStringKey to define Hasher in the struct rather than in stdEgor Yusov2019-01-312-80/+96
* Fixed couple of issues in HLSL2GLSLConverterImpl and TextureUploaderGLEgor Yusov2019-01-141-1/+1
* Updated copyright noticeEgor Yusov2019-01-028-8/+8
* Fixed shader compilation error on iOS due to missing frexpEgor Yusov2018-12-242-2/+8
* Made engine core installation optional that is on by default on Win32 and Lin...Egor Yusov2018-12-171-1/+3
* Added install steps; updated header structure for platformsEgor Yusov2018-12-171-0/+2
* Redefined frexp in HLSL2GLSL converter to match HLSL signature (float frexp(f...Egor Yusov2018-10-303-1/+65
* Fixed https://github.com/DiligentGraphics/DiligentCore/issues/2 (make '_sampl...Egor Yusov2018-10-113-12/+14
* Reworked message formattingEgor Yusov2018-09-231-5/+4
* 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