index
:
DiligentCore
ext-vk
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Graphics
/
GLSLTools
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unified VULKAN shader define in VK and GL backends
assiduous
2020-05-22
2
-5
/
+15
*
Unified shader type defines for all backends
assiduous
2020-05-17
2
-21
/
+46
*
Added SHADER_SOURCE_LANGUAGE_GLSL_VERBATIM (API Version 240059).
assiduous
2020-05-11
1
-188
/
+194
*
Overriding namespace for SPIRV-Cross project to avoid potential conflicts
assiduous
2020-04-01
2
-22
/
+24
*
Renamed _DEBUG and DEVELOPMENT macros to DILGENT_DEBUG and DILIGENT_DEVELOPMENT
assiduous
2020-03-26
1
-2
/
+2
*
Vulkan backend: added SPIRV optimization when compiling from HLSL
assiduous
2020-03-18
1
-0
/
+1
*
Silenced a bunch of clang warnings
assiduous
2020-02-03
1
-1
/
+9
*
Reworked C interfaces to share declaration with c++
assiduous
2020-01-27
2
-3
/
+3
*
Renamed platform headers .h -> .hpp
assiduous
2020-01-27
2
-2
/
+2
*
More .h -> .hpp renamings
assiduous
2020-01-26
1
-1
/
+1
*
Renamed .h -> .hpp in Common and HLSL2GLSLConverterLib projects
assiduous
2020-01-26
4
-9
/
+9
*
Renamed .h -> .hpp in GraphicsEngine, GraphicsEngineD3DBase, GraphicsEningeD3...
assiduous
2020-01-26
1
-1
/
+1
*
Renamed .h -> .hpp files in GLSLTools, GraphicsAccessories, and GraphicsTools...
assiduous
2020-01-26
7
-7
/
+7
*
Reworked main headers to be compatible with c
assiduous
2020-01-25
1
-2
/
+2
*
Fixed GLES build error
assiduous
2020-01-07
1
-3
/
+3
*
Improved device feature reporting; added flags for query support
assiduous
2020-01-07
1
-4
/
+4
*
Updated coyright notice
assiduous
2020-01-01
6
-42
/
+66
*
Enabled draw command reference in Vulkan
assiduous
2019-12-17
1
-2
/
+3
*
Unit tests: capturing debug output; fixed minor issue with viewport in Vk bac...
assiduous
2019-12-13
1
-1
/
+4
*
Updated clang-format workaround for brace-on-the-same line in lambdas
Egor Yusov
2019-11-24
1
-16
/
+16
*
clang-formatted GLSLTools
Egor Yusov
2019-11-23
6
-436
/
+486
*
Renamed INSTALL_DILIGENT_CORE cmake option to DILIGENT_INSTALL_CORE
Egor Yusov
2019-11-21
1
-1
/
+1
*
Vulkan backend: added SPIRV optimization when compiling from glsl
Egor Yusov
2019-11-14
1
-1
/
+14
*
GL backend: fixed few GLES issues
Egor
2019-10-13
1
-0
/
+17
*
Renamed External to ThirdParty
Egor Yusov
2019-09-17
1
-1
/
+1
*
Updated Copyright notice
Egor Yusov
2019-09-17
6
-6
/
+6
*
Updated 3rd-party modules
Egor Yusov
2019-09-17
1
-17
/
+43
*
Fixed issue with reflecting Uniform Texel Buffers in Vulkan backend
Egor Yusov
2019-08-11
1
-2
/
+15
*
Vulkan backend: added SPIRV legalization when compiling from HLSL
Egor Yusov
2019-07-24
1
-1
/
+18
*
Added 'Diligent-' prefix to project names to avoid name conflicts (https://gi...
Egor Yusov
2019-06-09
1
-16
/
+16
*
Improved handling of read-only storage buffers (aka buffer SRVs) in Vulkan ba...
Egor Yusov
2019-04-14
2
-14
/
+28
*
Updated SPIRV-Cross build scripts
Egor Yusov
2019-03-27
1
-1
/
+1
*
Revert "Allocating spirv-cross parser and compiler on the heap to fix crash o...
Egor Yusov
2019-03-25
1
-8
/
+6
*
Allocating spirv-cross parser and compiler on the heap to fix crash on iOS ap...
Egor Yusov
2019-03-25
1
-6
/
+8
*
Few minor improvements to shader resource management in Vk backend
Egor Yusov
2019-03-07
2
-6
/
+66
*
Merged var_type_refactor into master
Egor Yusov
2019-03-07
6
-368
/
+106
|
\
|
*
Keep fixing Metal backend + few other minor changes
Egor Yusov
2019-03-06
2
-5
/
+10
|
*
Some minor (mostly cosmetic) changes to SPIRVShaderResources
Egor Yusov
2019-03-02
2
-35
/
+37
|
*
Keeping copy of a shader name in SPIRVShaderResources
Egor Yusov
2019-02-28
2
-0
/
+6
|
*
Updating some files to match the new API
Egor Yusov
2019-02-27
5
-4
/
+16
|
*
Updated SPIRVShaderResources: removed immutable samplers and variable type
Egor Yusov
2019-02-26
2
-339
/
+52
*
|
Enable gals init and finalize on android platform. Remove unused header.
dom607
2019-02-27
1
-14
/
+1
|
/
*
Fixed issue with gl_Position redeclaration in GLES3.1 and above (fixed https:...
Egor Yusov
2019-02-23
1
-2
/
+28
*
Not accessing program pipeline when separate shaders are not supported in GL ...
Egor Yusov
2019-02-21
1
-2
/
+2
*
Do not enable GLES extensions if they are part of the core API
Egor Yusov
2019-02-21
1
-7
/
+24
*
Use in/out layout qualifiers when separate shader objects extension is available
Egor Yusov
2019-02-21
1
-9
/
+14
*
Fixed GLES3.0 context on Android
Egor
2019-02-16
2
-66
/
+75
*
Renamed NO_DIRECT3D11, NO_DIRECT3D12 cmake options to DILIGENT_NO_*
Egor Yusov
2019-01-19
1
-2
/
+2
*
Added option to not build glslang
Egor Yusov
2019-01-09
1
-8
/
+22
*
Updated copyright notice
Egor Yusov
2019-01-02
6
-6
/
+6
[next]