summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineD3D12/src/RenderDeviceD3D12Impl.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added inline ray tracing & trace rays indirect command.azhirnov2021-03-191-1/+6
* D3D12 backend: more header organizingassiduous2021-03-191-2/+5
* Unified device object creation in D3D12, Vulkan and OpenGLassiduous2021-03-191-162/+20
* Few updates to RenderDeviceD3D12Implassiduous2021-03-191-21/+18
* Reworked shader resource binding remapping in d3d12; updated PipelineStateD3D...assiduous2021-03-191-1/+1
* Refactored D3D12 shader resource cache and descriptor table handlingassiduous2021-03-191-1/+1
* fixed bug in root signature cacheazhirnov2021-03-191-2/+2
* fixed mem leak in root signature cache in dx12azhirnov2021-03-191-0/+1
* merged with resource_signatureazhirnov2021-03-191-14/+45
* Reworked ExecuteCommandList(s) to take multiple command lists instead of oneassiduous2021-02-071-11/+35
* Updated copyright noticeassiduous2021-01-011-1/+1
* D3D12 backend: a bunch of cosmetic updates + made dynamic buffer allocation d...assiduous2020-12-211-3/+0
* some improvements for ray tracingazhirnov2020-12-091-0/+6
* Added ability to update AS.azhirnov2020-11-101-9/+36
* A number of minor updates/fixesassiduous2020-11-061-11/+11
* added ray tracing implementation for dx12 and vulkanazhirnov2020-10-281-6/+27
* A number of updates/fixes to PSO refactor mergeassiduous2020-10-281-3/+6
* PSO refactoring for ray tracingazhirnov2020-10-251-5/+30
* Merge branch 'master' into ray_tracingazhirnov2020-10-251-14/+26
|\
| * Added ShaderResourceQueries device feature and EngineGLCreateInfo::ForceNonS...assiduous2020-10-211-1/+1
| * A number of fixes for PSO creation refactoring (API240075)assiduous2020-10-181-20/+21
| * Added GraphicsPipelineCreateInfo and ComputePipelineCreateInfo instead of sin...azhirnov2020-10-151-1/+12
* | Added dummy implementation for D3D11, D3D12, OpenGLazhirnov2020-10-041-1/+21
|/
* Added device features to inidicate 8-bit types support (API240074)assiduous2020-10-041-1/+5
* Improved 16-bit feature detection in D3D11 and D3D12assiduous2020-10-031-13/+33
* Added device features to indicate support of 16-bit typesassiduous2020-10-031-1/+22
* Added GPU vendor and memory size detection (API 240071), closed https://githu...assiduous2020-09-161-11/+1
* Reworked texture format info reportingassiduous2020-09-161-10/+21
* Added option to enable/disable device features during initialization (API 240...assiduous2020-09-131-85/+113
* D3D12 backend: few updates to mesh shader implementationassiduous2020-09-101-16/+19
* A bunch of random updatesassiduous2020-09-091-3/+3
* added IDxCompilerLibrary interface. DXCompilerBase moved to platform specific...azhirnov2020-09-091-25/+31
* Cache pointers to ID3D12GraphicsCommandList6 and ID3D12Device2azhirnov2020-08-191-0/+11
* Use ShaderVersion instead of Uint8azhirnov2020-08-191-11/+9
* Merge branch 'master' into mesh_shaderazhirnov2020-08-191-1/+27
|\
| * Added framebuffer object implementation stubsassiduous2020-08-021-1/+14
| * Added render pass object implementation stubs in all backendsassiduous2020-08-021-8/+10
| * Added Render pass interface stubassiduous2020-08-021-0/+11
* | formattingazhirnov2020-08-191-8/+7
* | Added mesh shaderazhirnov2020-08-111-0/+41
|/
* Added PipelineStateCreateInfo struct that is taken by IRenderDevice::CreateIn...assiduous2020-04-011-3/+3
* Renamed _DEBUG and DEVELOPMENT macros to DILGENT_DEBUG and DILIGENT_DEVELOPMENTassiduous2020-03-261-4/+4
* More .h -> .hpp renamingsassiduous2020-01-261-1/+1
* Renamed .h -> .hpp in GraphicsEngine, GraphicsEngineD3DBase, GraphicsEningeD3...assiduous2020-01-261-10/+10
* Reworked main headers to be compatible with cassiduous2020-01-251-1/+1
* Finished reworking device feature reporting; removed EngineVkCreateInfo::Devi...assiduous2020-01-081-0/+2
* Improved reporting of device capabilities (fixed https://github.com/DiligentG...assiduous2020-01-071-5/+24
* Improved device feature reporting; added flags for query supportassiduous2020-01-071-6/+3
* Added query interface; implemented queries in D3D11 and D3D12assiduous2020-01-031-2/+16
* Updated coyright noticeassiduous2020-01-011-7/+11