index
:
DiligentCore
ext-vk
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Graphics
/
HLSL2GLSLConverterLib
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
HLSL->GLSL conerter: allowed providing null HLSL source code pointer in which...
Egor Yusov
2019-10-12
2
-4
/
+92
*
HLSL->GLSL converter: added bindings for image uniforms
Egor Yusov
2019-10-11
2
-7
/
+17
*
HLSL2GLSL converter: implemented automatic assignment of shader storage buffe...
Egor Yusov
2019-10-03
2
-4
/
+14
*
Updated Copyright notice
Egor Yusov
2019-09-17
8
-8
/
+8
*
OpenGL backend: added handling of Buffers and RW Buffers
Egor Yusov
2019-08-09
3
-4
/
+38
*
Added 'Diligent-' prefix to project names to avoid name conflicts (https://gi...
Egor Yusov
2019-06-09
1
-18
/
+18
*
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
3
-101
/
+151
*
Updated HashMapStringKey to define Hasher in the struct rather than in std
Egor Yusov
2019-01-31
2
-80
/
+96
*
Fixed couple of issues in HLSL2GLSLConverterImpl and TextureUploaderGL
Egor Yusov
2019-01-14
1
-1
/
+1
*
Updated copyright notice
Egor Yusov
2019-01-02
8
-8
/
+8
*
Fixed shader compilation error on iOS due to missing frexp
Egor Yusov
2018-12-24
2
-2
/
+8
*
Made engine core installation optional that is on by default on Win32 and Lin...
Egor Yusov
2018-12-17
1
-1
/
+3
*
Added install steps; updated header structure for platforms
Egor Yusov
2018-12-17
1
-0
/
+2
*
Redefined frexp in HLSL2GLSL converter to match HLSL signature (float frexp(f...
Egor Yusov
2018-10-30
3
-1
/
+65
*
Fixed https://github.com/DiligentGraphics/DiligentCore/issues/2 (make '_sampl...
Egor Yusov
2018-10-11
3
-12
/
+14
*
Reworked message formatting
Egor Yusov
2018-09-23
1
-5
/
+4
*
Always using negative viewport height in Vulkan to be 100% consistent with Di...
Egor Yusov
2018-07-06
2
-2
/
+12
*
Corrected depth-related GLSL definitions for Vulkan case
Egor Yusov
2018-07-04
2
-16
/
+30
*
Fixed build errors
Egor Yusov
2018-04-15
1
-0
/
+1
*
Added GLSL to SPIRV shader compilation
Egor Yusov
2018-04-15
2
-24
/
+0
*
HLSL2GLSL converter: fixed error when processing entry functions with no argu...
Egor Yusov
2018-03-13
1
-153
/
+159
*
Added MatrixFromRows overloads for float3x3 and float2x2
Egor Yusov
2018-03-07
2
-0
/
+20
*
Fixed interface headers to use relative paths in #include
Egor Yusov
2018-02-23
1
-2
/
+2
*
HLSL2GLSL converter: reworked outer tessellation level handling to avoid usin...
Egor
2018-02-18
3
-6
/
+70
*
HLSL2GLSL Converter: added writeonly qualifier to image variables on GLES; fi...
Egor
2018-02-18
3
-8
/
+44
*
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
4
-47
/
+107
*
Updated GLSL definitions on Android
Egor
2018-02-16
2
-2
/
+2
*
Fixed formatting of cmake files + couple of minor updates
Egor Yusov
2018-02-13
1
-34
/
+34
*
Enabled File2String on Mac; updated GLSLDefinitions to disable functions unsu...
Egor Yusov
2018-01-25
2
-8
/
+10
*
Fixed some clang compiler warnings
Egor Yusov
2018-01-19
1
-3
/
+1
*
Added MatrixFromRows() function to shader definitions
Egor Yusov
2018-01-05
2
-0
/
+10
*
Updated copyright notice
Egor Yusov
2018-01-04
10
-10
/
+10
*
Updated readme & documentation
Egor Yusov
2018-01-04
1
-2
/
+2
*
Reworked the way File2String utility is used
Egor Yusov
2017-12-29
1
-9
/
+3
*
Reworked dependencies between projects
Egor Yusov
2017-12-28
1
-2
/
+3
*
Reworked Common and Platform modules to break interdependenices;
Egor Yusov
2017-12-28
3
-28
/
+30
*
Removed legacy visual studio project and solution files
Egor Yusov
2017-12-26
4
-416
/
+0
*
Removed jni/Visual GDB Android build from legacy project files
Egor Yusov
2017-12-18
6
-258
/
+0
*
CMake: using CXX_STANDARD flag to set c++11 on Android and avoid errors compi...
Egor Yusov
2017-12-16
1
-3
/
+3
*
CMake: enabling Android build
Egor Yusov
2017-12-16
1
-20
/
+28
*
Optimized CMake files with set_common_target_properties()
Egor Yusov
2017-12-14
1
-10
/
+1
*
Few more updates to cmakelists
Egor Yusov
2017-12-10
1
-1
/
+1
*
Updated cmake lists: enabled link-time code generation for MSVC
Egor Yusov
2017-12-10
1
-0
/
+9
*
Fixed tolower()-related warnings
Egor Yusov
2017-12-06
1
-7
/
+6
[next]