index
:
DiligentCore
ext-vk
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Graphics
/
GraphicsEngineD3DBase
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed Windows 8.1 build issue and a couple of clang warnings
assiduous
2021-03-19
1
-0
/
+4
*
Renamed Align to AlignUp
assiduous
2021-03-19
1
-1
/
+1
*
Direct3D11: added BindPointsD3D11 instead of TBindPoints and TBindPointsAndAc...
azhirnov
2021-03-19
1
-1
/
+59
*
Added shader compiler macros to shader source
assiduous
2021-03-19
1
-1
/
+3
*
Fixed few issues with run-time sized arrays in D3D12; enabled test.
assiduous
2021-03-19
1
-0
/
+19
*
ShaderResources: removed obsolete functions
assiduous
2021-03-19
1
-118
/
+0
*
merged with resource_signature
azhirnov
2021-03-19
1
-1
/
+6
*
Updated copyright notice
assiduous
2021-01-01
4
-4
/
+4
*
Added ability to update AS.
azhirnov
2020-11-10
1
-6
/
+7
*
GraphicsEngineBase: removed pch.h
assiduous
2020-11-06
1
-1
/
+0
*
A number of updates/fixes to PSO refactor merge
assiduous
2020-10-28
2
-21
/
+58
*
PSO refactoring for ray tracing
azhirnov
2020-10-25
1
-13
/
+26
*
Improved exception safety of pipeline state object construction
assiduous
2020-10-20
1
-1
/
+1
*
Renamed static sampler to immutable sampler (API240076)
assiduous
2020-10-19
1
-31
/
+31
*
All backends: added resource dimension validation when setting shader variables
assiduous
2020-10-17
1
-0
/
+33
*
All backends: removed string pool from shader resource objects as it is only ...
assiduous
2020-10-05
1
-2
/
+3
*
Removed AdapterAttribs struct that was a duplicate of GraphicsAdapterInfo. Mo...
assiduous
2020-09-17
1
-0
/
+18
*
Added GPU vendor and memory size detection (API 240071), closed https://githu...
assiduous
2020-09-16
1
-1
/
+1
*
Completed shader compilation refactoring (fixed https://github.com/DiligentGr...
assiduous
2020-09-15
1
-37
/
+20
*
Refactoring shader compilation - part III
assiduous
2020-09-14
1
-106
/
+35
*
Refactoring shader compilation - part II
assiduous
2020-09-14
1
-104
/
+3
*
Fixed linux build error
assiduous
2020-09-14
1
-1
/
+1
*
Refactoring shader compilation tools - part I (https://github.com/DiligentGra...
assiduous
2020-09-14
1
-12
/
+17
*
Fixed shader error log + fixed tests in Win8.1
assiduous
2020-09-12
1
-1
/
+2
*
Few updates to ShaderD3DBase
assiduous
2020-09-10
1
-146
/
+78
*
added IDxCompilerLibrary interface. DXCompilerBase moved to platform specific...
azhirnov
2020-09-09
1
-40
/
+15
*
removed m_isDXIL flag, detect DXIL by bytecode
azhirnov
2020-09-08
1
-10
/
+11
*
removed DILIGENT_HAS_SPIRV_DXCOMPILER, it not needed because used dynamic loa...
azhirnov
2020-09-08
1
-8
/
+1
*
Added pDxCompilerPath to engine create info,
azhirnov
2020-09-07
1
-10
/
+10
*
fixed compilation on UWP
azhirnov
2020-09-02
1
-1
/
+4
*
fixed compilation on UWP, use FXC by default on D3D12
azhirnov
2020-09-02
1
-4
/
+4
*
fixed compilation on Mac & UWP
azhirnov
2020-09-01
1
-1
/
+2
*
fixed compilation on linux & android
azhirnov
2020-09-01
1
-2
/
+5
*
validate included file name (fix for samples)
azhirnov
2020-08-31
1
-1
/
+1
*
update documentation for DrawMesh, log new shader version if it has been changed
azhirnov
2020-08-27
1
-2
/
+5
*
added HLSLTools, HLSL shader compiler refactoring
azhirnov
2020-08-25
1
-254
/
+53
*
Update DXIL shader compilation
azhirnov
2020-08-19
1
-23
/
+113
*
Removed macros HAS_D12_DXIL_COMPILER
azhirnov
2020-08-19
1
-7
/
+0
*
Load dxcompiler.dll in runtime
azhirnov
2020-08-19
1
-32
/
+107
*
Rename HAS_DXIL_COMPILER to HAS_D12_DXIL_COMPILER
azhirnov
2020-08-19
1
-6
/
+2
*
Use ShaderVersion instead of Uint8
azhirnov
2020-08-19
1
-4
/
+4
*
formatting
azhirnov
2020-08-19
1
-27
/
+29
*
Added mesh shader
azhirnov
2020-08-11
1
-66
/
+295
*
Unified shader type defines for all backends
assiduous
2020-05-17
1
-2
/
+35
*
Enabled using PSO_CREATE_FLAGS flags in D3D11, D3D12 and Vk backends.
assiduous
2020-04-01
1
-53
/
+61
*
Improved PSO creation warnings
assiduous
2020-04-01
1
-8
/
+28
*
Renamed _DEBUG and DEVELOPMENT macros to DILGENT_DEBUG and DILIGENT_DEVELOPMENT
assiduous
2020-03-26
2
-2
/
+2
*
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
-1
/
+1
*
More .h -> .hpp renamings
assiduous
2020-01-26
1
-1
/
+1
[next]