summaryrefslogtreecommitdiffstats
path: root/Graphics/HLSL2GLSLConverterLib/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* HLSL2GLSLConverter: enabled support of read operator [] for RW textures; fixe...assiduous2021-02-061-83/+301
* Updated copyright noticeassiduous2021-01-012-2/+2
* Refactored internal shader resouce variable indexingassiduous2020-09-181-1/+2
* removed unused DXILUtils, fixed some Codacy issuesazhirnov2020-08-311-6/+9
* HLSL converter: fixed issue in shader register removal logicassiduous2020-07-081-1/+3
* Updated HLSL2GLSLConverter and ShaderMacroHelperassiduous2020-04-181-1/+4
* HLSL2GLSLConverter: implemented handling of SV_IsFrontFace semanticassiduous2020-03-281-0/+1
* Reworked C interfaces to share declaration with c++assiduous2020-01-271-2/+2
* Renamed platform headers .h -> .hppassiduous2020-01-271-0/+2
* More .h -> .hpp renamingsassiduous2020-01-262-3/+3
* Renamed .h -> .hpp in Common and HLSL2GLSLConverterLib projectsassiduous2020-01-262-4/+4
* Renamed .h -> .hpp in GraphicsEngine, GraphicsEngineD3DBase, GraphicsEningeD3...assiduous2020-01-261-1/+1
* Reworked main headers to be compatible with cassiduous2020-01-251-1/+1
* Updated coyright noticeassiduous2020-01-012-14/+22
* HLSL2GLSL converter: added removal of sampler register declarationsassiduous2019-12-211-2/+63
* Added geometry shader test; updated HLSL2GLSL converter to remove HLSL registersassiduous2019-12-211-26/+84
* clang-formatted HLSL2GLSLConverterLibEgor Yusov2019-11-242-1337/+1388
* HLSL->GLSL converter: added 'readonly' when converting HLSL structured buffer...Egor Yusov2019-11-131-1/+1
* HLSL->GLSL conerter: allowed providing null HLSL source code pointer in which...Egor Yusov2019-10-121-3/+30
* HLSL->GLSL converter: added bindings for image uniformsEgor Yusov2019-10-111-6/+10
* HLSL2GLSL converter: implemented automatic assignment of shader storage buffe...Egor Yusov2019-10-031-3/+13
* Updated Copyright noticeEgor Yusov2019-09-172-2/+2
* OpenGL backend: added handling of Buffers and RW BuffersEgor Yusov2019-08-091-2/+16
* 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-201-63/+95
* Updated HashMapStringKey to define Hasher in the struct rather than in stdEgor Yusov2019-01-311-6/+6
* Fixed couple of issues in HLSL2GLSLConverterImpl and TextureUploaderGLEgor Yusov2019-01-141-1/+1
* Updated copyright noticeEgor Yusov2019-01-022-2/+2
* Redefined frexp in HLSL2GLSL converter to match HLSL signature (float frexp(f...Egor Yusov2018-10-301-1/+1
* Fixed https://github.com/DiligentGraphics/DiligentCore/issues/2 (make '_sampl...Egor Yusov2018-10-111-8/+9
* Reworked message formattingEgor Yusov2018-09-231-5/+4
* HLSL2GLSL converter: fixed error when processing entry functions with no argu...Egor Yusov2018-03-131-153/+159
* HLSL2GLSL converter: reworked outer tessellation level handling to avoid usin...Egor2018-02-181-2/+2
* HLSL2GLSL Converter: added writeonly qualifier to image variables on GLES; fi...Egor2018-02-181-8/+26
* Fixed issue with _RETURN_() macro on arm compilers on AndroidEgor2018-02-181-18/+33
* Fixed few HLSL->GLSL conversion issues on MacOSEgor Yusov2018-02-171-11/+11
* Fixed some clang compiler warningsEgor Yusov2018-01-191-3/+1
* Updated copyright noticeEgor Yusov2018-01-043-3/+3
* Reworked Common and Platform modules to break interdependenices;Egor Yusov2017-12-281-24/+26
* Fixed tolower()-related warningsEgor Yusov2017-12-061-7/+6
* Added cmake filesEgor Yusov2017-12-041-5/+5
* Updated to Diligent Engine 2.1Egor Yusov2017-11-133-0/+4695