index
:
DiligentCore
ext-vk
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Graphics
/
GraphicsEngineD3DBase
(
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
2
-1
/
+62
*
Refactored passing template arguments to base classes
assiduous
2021-03-19
1
-3
/
+3
*
Unified device object creation in D3D12, Vulkan and OpenGL
assiduous
2021-03-19
1
-8
/
+7
*
Added shader compiler macros to shader source
assiduous
2021-03-19
1
-1
/
+3
*
RunTimeResourceArray: added constant buffers
assiduous
2021-03-19
1
-0
/
+9
*
Fixed few issues with run-time sized arrays in D3D12; enabled test.
assiduous
2021-03-19
1
-0
/
+19
*
PipelineResourceSignatureD3D12Impl: added bound buffer view mode validation
assiduous
2021-03-19
2
-61
/
+7
*
Reworked ShaderVariableVkImpl and ShaderVariableD3D12Impl: removed some dupli...
assiduous
2021-03-19
1
-1
/
+1
*
Implemented committed resource validation in d3d12
assiduous
2021-03-19
1
-0
/
+5
*
ShaderResources: removed obsolete functions
assiduous
2021-03-19
2
-129
/
+0
*
merged with resource_signature
azhirnov
2021-03-19
2
-10
/
+6
*
Fixed build issue with Win SDK 18362 (fixed https://github.com/DiligentGraphi...
assiduous
2021-01-06
1
-1
/
+1
*
Updated copyright notice
assiduous
2021-01-01
17
-17
/
+17
*
D3D12: moved ray tracing constants to RenderDeviceD3D12Impl::Properties
assiduous
2020-12-16
1
-2
/
+0
*
Fixed Win SDK 17763 build issues
assiduous
2020-12-15
2
-2
/
+22
*
Removed SWAP_CHAIN_USAGE_UNORDERED_ACCESS, fixed shader group checks
azhirnov
2020-11-18
1
-0
/
+1
*
remap resource binding for DirectX 12
azhirnov
2020-11-12
2
-5
/
+8
*
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
6
-32
/
+117
*
PSO refactoring for ray tracing
azhirnov
2020-10-25
4
-63
/
+106
*
Added ShaderResourceQueries device feature and EngineGLCreateInfo::ForceNonS...
assiduous
2020-10-21
1
-0
/
+1
*
Improved exception safety of pipeline state object construction
assiduous
2020-10-20
2
-2
/
+2
*
Renamed static sampler to immutable sampler (API240076)
assiduous
2020-10-19
2
-36
/
+36
*
All backends: added resource dimension validation when setting shader variables
assiduous
2020-10-17
2
-0
/
+37
*
Added buffer mode validation when binding buffer views
assiduous
2020-10-14
1
-0
/
+49
*
All backends: removed string pool from shader resource objects as it is only ...
assiduous
2020-10-05
2
-15
/
+20
*
CMake utils: added package_required_dlls to enable packaging shader compiler ...
assiduous
2020-09-19
1
-1
/
+33
*
Removed AdapterAttribs struct that was a duplicate of GraphicsAdapterInfo. Mo...
assiduous
2020-09-17
4
-16
/
+24
*
Added GPU vendor and memory size detection (API 240071), closed https://githu...
assiduous
2020-09-16
2
-1
/
+26
*
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
3
-16
/
+21
*
Added option to enable/disable device features during initialization (API 240...
assiduous
2020-09-13
1
-20
/
+20
*
Fixed shader error log + fixed tests in Win8.1
assiduous
2020-09-12
1
-1
/
+2
*
Fixed CMake issues with CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION not being de...
assiduous
2020-09-11
1
-6
/
+0
*
Few updates to ShaderD3DBase
assiduous
2020-09-10
2
-148
/
+79
*
added IDxCompilerLibrary interface. DXCompilerBase moved to platform specific...
azhirnov
2020-09-09
2
-41
/
+17
*
removed m_isDXIL flag, detect DXIL by bytecode
azhirnov
2020-09-08
2
-11
/
+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
2
-12
/
+12
*
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
[next]