index
:
DiligentCore
ext-vk
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Graphics
/
HLSL2GLSLConverterLib
/
src
/
HLSL2GLSLConverterImpl.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
HLSL2GLSLConverter: enabled support of read operator [] for RW textures; fixe...
assiduous
2021-02-06
1
-83
/
+301
*
Updated copyright notice
assiduous
2021-01-01
1
-1
/
+1
*
Refactored internal shader resouce variable indexing
assiduous
2020-09-18
1
-1
/
+2
*
removed unused DXILUtils, fixed some Codacy issues
azhirnov
2020-08-31
1
-6
/
+9
*
HLSL converter: fixed issue in shader register removal logic
assiduous
2020-07-08
1
-1
/
+3
*
Updated HLSL2GLSLConverter and ShaderMacroHelper
assiduous
2020-04-18
1
-1
/
+4
*
HLSL2GLSLConverter: implemented handling of SV_IsFrontFace semantic
assiduous
2020-03-28
1
-0
/
+1
*
Reworked C interfaces to share declaration with c++
assiduous
2020-01-27
1
-2
/
+2
*
Renamed platform headers .h -> .hpp
assiduous
2020-01-27
1
-0
/
+2
*
More .h -> .hpp renamings
assiduous
2020-01-26
1
-1
/
+1
*
Renamed .h -> .hpp in Common and HLSL2GLSLConverterLib projects
assiduous
2020-01-26
1
-3
/
+3
*
Renamed .h -> .hpp in GraphicsEngine, GraphicsEngineD3DBase, GraphicsEningeD3...
assiduous
2020-01-26
1
-1
/
+1
*
Reworked main headers to be compatible with c
assiduous
2020-01-25
1
-1
/
+1
*
Updated coyright notice
assiduous
2020-01-01
1
-7
/
+11
*
HLSL2GLSL converter: added removal of sampler register declarations
assiduous
2019-12-21
1
-2
/
+63
*
Added geometry shader test; updated HLSL2GLSL converter to remove HLSL registers
assiduous
2019-12-21
1
-26
/
+84
*
clang-formatted HLSL2GLSLConverterLib
Egor Yusov
2019-11-24
1
-1328
/
+1377
*
HLSL->GLSL converter: added 'readonly' when converting HLSL structured buffer...
Egor Yusov
2019-11-13
1
-1
/
+1
*
HLSL->GLSL conerter: allowed providing null HLSL source code pointer in which...
Egor Yusov
2019-10-12
1
-3
/
+30
*
HLSL->GLSL converter: added bindings for image uniforms
Egor Yusov
2019-10-11
1
-6
/
+10
*
HLSL2GLSL converter: implemented automatic assignment of shader storage buffe...
Egor Yusov
2019-10-03
1
-3
/
+13
*
Updated Copyright notice
Egor Yusov
2019-09-17
1
-1
/
+1
*
OpenGL backend: added handling of Buffers and RW Buffers
Egor Yusov
2019-08-09
1
-2
/
+16
*
Fixed few clang warnings
Egor Yusov
2019-03-24
1
-1
/
+1
*
More typo fixes
Egor Yusov
2019-02-22
1
-2
/
+2
*
Fixed typo
Egor Yusov
2019-02-22
1
-1
/
+1
*
Some GLES compilers require whitespace after the macro without arguments (fix...
Egor Yusov
2019-02-22
1
-7
/
+9
*
Minor update to HLSL2GLSLConverter
Egor Yusov
2019-02-20
1
-1
/
+1
*
HLSL2GLSLConverter: added option to not use layout location qualifiers on sha...
Egor Yusov
2019-02-20
1
-63
/
+95
*
Updated HashMapStringKey to define Hasher in the struct rather than in std
Egor Yusov
2019-01-31
1
-6
/
+6
*
Fixed couple of issues in HLSL2GLSLConverterImpl and TextureUploaderGL
Egor Yusov
2019-01-14
1
-1
/
+1
*
Updated copyright notice
Egor Yusov
2019-01-02
1
-1
/
+1
*
Redefined frexp in HLSL2GLSL converter to match HLSL signature (float frexp(f...
Egor Yusov
2018-10-30
1
-1
/
+1
*
Fixed https://github.com/DiligentGraphics/DiligentCore/issues/2 (make '_sampl...
Egor Yusov
2018-10-11
1
-8
/
+9
*
Reworked message formatting
Egor Yusov
2018-09-23
1
-5
/
+4
*
HLSL2GLSL converter: fixed error when processing entry functions with no argu...
Egor Yusov
2018-03-13
1
-153
/
+159
*
HLSL2GLSL converter: reworked outer tessellation level handling to avoid usin...
Egor
2018-02-18
1
-2
/
+2
*
HLSL2GLSL Converter: added writeonly qualifier to image variables on GLES; fi...
Egor
2018-02-18
1
-8
/
+26
*
Fixed issue with _RETURN_() macro on arm compilers on Android
Egor
2018-02-18
1
-18
/
+33
*
Fixed few HLSL->GLSL conversion issues on MacOS
Egor Yusov
2018-02-17
1
-11
/
+11
*
Fixed some clang compiler warnings
Egor Yusov
2018-01-19
1
-3
/
+1
*
Updated copyright notice
Egor Yusov
2018-01-04
1
-1
/
+1
*
Reworked Common and Platform modules to break interdependenices;
Egor Yusov
2017-12-28
1
-24
/
+26
*
Fixed tolower()-related warnings
Egor Yusov
2017-12-06
1
-7
/
+6
*
Added cmake files
Egor Yusov
2017-12-04
1
-5
/
+5
*
Updated to Diligent Engine 2.1
Egor Yusov
2017-11-13
1
-0
/
+4624