summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineD3D12/src/RootSignature.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Unified implementation of IPipelineResourceSignature::IsCompatibleWithassiduous2021-03-191-1/+1
* D3D12 backend: more header organizingassiduous2021-03-191-2/+3
* Implemented common PRS methods directly in PipelineResourceSignatureBase; ref...assiduous2021-03-191-0/+1
* Few updated to RootParamsManager, RootSignatureD3D12, and ShaderResourceCache...assiduous2021-03-191-12/+11
* Reworked shader resource binding remapping in d3d12; updated PipelineStateD3D...assiduous2021-03-191-59/+78
* Few minor updates to RootSignatureD3D12assiduous2021-03-191-12/+4
* D3D12: reworked formatted buffer SRVs to be allocated as root viewsassiduous2021-03-191-1/+4
* fixed bug in root signature cacheazhirnov2021-03-191-41/+50
* fixed some bugs in dx12 resource signatureazhirnov2021-03-191-5/+5
* Reworked D3D12 resource signatures to not rely on fixed MAX_SPACES_PER_SIGNAT...assiduous2021-03-191-74/+104
* Refactored RootParamsManager: added RootParamsBuilderassiduous2021-03-191-6/+6
* bug fixes for dx12 resource signatureazhirnov2021-03-191-6/+8
* fixed mem leak in root signature cache in dx12azhirnov2021-03-191-9/+7
* Fixed immutable samplers for dx12azhirnov2021-03-191-2/+6
* merged with resource_signatureazhirnov2021-03-191-1082/+172
* Updated copyright noticeassiduous2021-01-011-1/+1
* D3D12 and Vk backends: few minor code improvementsassiduous2020-12-251-4/+0
* D3D12 backend: reworked immutable sampler initializationassiduous2020-12-251-67/+58
* D3D12 backend: fixed few potential issues with immutable sample intialization...assiduous2020-12-241-6/+19
* ShaderResourceLayoutD3D12: fixed problem with static resources for ray tracin...assiduous2020-12-201-7/+18
* ShaderResourceLayoutD3D12: updated error message for inconsistent variables i...assiduous2020-12-191-2/+2
* Some updates in D3D12 backend (DXIL patching, PSO initialization)assiduous2020-12-191-5/+16
* Added RootSignatureBuilder, some fixed for vulkan ray tracingazhirnov2020-11-251-143/+169
* remap resource binding for DirectX 12azhirnov2020-11-121-7/+26
* Added ability to update AS.azhirnov2020-11-101-2/+2
* A number of minor updates/fixesassiduous2020-11-061-3/+3
* Added support for local root signature & shader record.azhirnov2020-11-051-0/+53
* fixed resource state transitions, some improvements for ray tracingazhirnov2020-11-031-1/+1
* added ray tracing implementation for dx12 and vulkanazhirnov2020-10-281-0/+15
* A number of updates/fixes to PSO refactor mergeassiduous2020-10-281-71/+10
* PSO refactoring for ray tracingazhirnov2020-10-251-60/+51
* Renamed static sampler to immutable sampler (API240076)assiduous2020-10-191-36/+37
* Few minor (mostly cosmetic) updates to SRB and PSO implementationsassiduous2020-09-181-4/+2
* Refactored internal shader resouce variable indexingassiduous2020-09-181-4/+5
* D3D12 backend: few updates to mesh shader implementationassiduous2020-09-101-1/+1
* A bunch of random updatesassiduous2020-09-091-3/+3
* fixed compilation on linux & androidazhirnov2020-09-011-1/+1
* Merge branch 'master' into mesh_shaderazhirnov2020-08-191-2/+2
|\
| * Fixed RESOURCE_STATE_GENERIC_READ enum value; few updates in D3D12 backendassiduous2020-08-091-2/+2
* | Added mesh shaderazhirnov2020-08-111-25/+39
|/
* Renamed _DEBUG and DEVELOPMENT macros to DILGENT_DEBUG and DILIGENT_DEVELOPMENTassiduous2020-03-261-16/+16
* More .h -> .hpp renamingsassiduous2020-01-261-1/+1
* Renamed .h -> .hpp in Common and HLSL2GLSLConverterLib projectsassiduous2020-01-261-1/+1
* Renamed .h -> .hpp in GraphicsEngine, GraphicsEngineD3DBase, GraphicsEningeD3...assiduous2020-01-261-6/+6
* Updated coyright noticeassiduous2020-01-011-7/+11
* Fixed few vector initialization issuesEgor Yusov2019-11-281-3/+3
* Fixed leftover issues from clang-formattingEgor Yusov2019-11-281-1/+1
* clang-formatted GraphicsEngineD3D12Egor Yusov2019-11-241-270/+324
* D3D12 backend: optimized CommitRootViews method to process dynamic and non-dy...Egor Yusov2019-10-241-2/+2
* Reworked Draw and DispatchCompute commands (Updated API version to 240033)Egor Yusov2019-10-191-36/+0