summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngine/interface/DeviceContext.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added DrawMeshIndirectCount command.azhirnov2021-03-191-1/+75
* Added inline ray tracing & trace rays indirect command.azhirnov2021-03-191-0/+37
* Reworked ExecuteCommandList(s) to take multiple command lists instead of oneassiduous2021-02-071-6/+8
* Improved method names in IShaderBindingTable interfaceassiduous2021-01-061-2/+2
* Updated copyright noticeassiduous2021-01-011-1/+1
* Removed SBTTransitionMode from TraceRaysAttribsassiduous2020-12-211-4/+4
* Merge branch 'azhirnov-ray_tracing_2'assiduous2020-12-151-0/+712
|\
| * bug fix for ray tracing, fixed KHR via NV emulation.azhirnov2020-11-161-2/+1
| * fixed and improved shader bindingazhirnov2020-11-121-26/+17
| * A bunch of minor updatesassiduous2020-11-101-17/+17
| * Added ability to update AS.azhirnov2020-11-101-10/+82
| * Refactored TextureBaseassiduous2020-11-061-2/+2
| * A number of minor updates/fixesassiduous2020-11-061-64/+66
| * Added support for local root signature & shader record.azhirnov2020-11-051-12/+12
| * Added AS copy with compacting.azhirnov2020-11-051-139/+271
| * fixed resource state transitions, some improvements for ray tracingazhirnov2020-11-031-4/+33
| * A number of minor updatesassiduous2020-10-301-3/+4
| * added ray tracing implementation for dx12 and vulkanazhirnov2020-10-281-14/+141
| * A few random fixes to ray tracing API and implementationassiduous2020-10-041-13/+22
| * Added ray tracing typesazhirnov2020-10-041-0/+350
* | Added IDeviceContext::GetFrameNumber() method (API )assiduous2020-12-031-0/+7
|/
* Added option to enable/disable device features during initialization (API 240...assiduous2020-09-131-1/+1
* Another set of minor updates to mesh shader implementationassiduous2020-09-101-1/+1
* A bunch of random updatesassiduous2020-09-091-7/+12
* update documentation for DrawMesh, log new shader version if it has been changedazhirnov2020-08-271-7/+14
* Updated description of DrawMeshIndirect commandazhirnov2020-08-191-0/+8
* Merge branch 'master' into mesh_shaderazhirnov2020-08-191-1/+71
|\
| * Updated description of indirect draw/dispatch commands to specify the argumen...assiduous2020-08-171-1/+16
| * Implemented unified render pass attachment state updates within subpasses and...assiduous2020-08-081-9/+13
| * Updated EndRenderPass to optionally update resource statesassiduous2020-08-021-1/+8
| * Fixed frame buffer attachment clear operations; updated clear render target t...assiduous2020-08-021-0/+3
| * Implemented BeginRenderPass/NextSubpass/EndRenderPass in Vulkan backendassiduous2020-08-021-0/+12
| * Base implementation of BeginRenderPass/NextSubpass/EndRenderPass methodsassiduous2020-08-021-1/+5
| * Added BeginRenderPass, NextSubpass, and EndRenderPass device context methodsassiduous2020-08-021-0/+25
* | Added mesh shaderazhirnov2020-08-111-0/+85
|/
* TraceLineThroughGrid: fixed a problem where end point of the line is missed d...assiduous2020-02-161-2/+2
* Reworked C interface to optimize inheritance handlingassiduous2020-01-291-8/+4
* Reworked interface definitions to use DILIGENT_BEGIN_INTERFACE/DILIGENT_END_I...assiduous2020-01-281-6/+2
* Reworked C inteface method calls to use CALL_IFACE_METHOD macroassiduous2020-01-281-39/+39
* Guarded interface definitions by define-undef macro helper include pairs to a...assiduous2020-01-271-8/+4
* Reworked C interfaces to share declaration with c++assiduous2020-01-271-228/+202
* Fixed command list and device context C interfaces; fixed more Linux & Mac bu...assiduous2020-01-271-81/+109
* Fixed Buffer, BufferView, Texture, TextureView interfaces; added C interface ...assiduous2020-01-261-13/+13
* c inteface: implemented core object VTBLsassiduous2020-01-251-4/+128
* Reworked main headers to be compatible with cassiduous2020-01-251-61/+91
* Fixed few issues with queriesassiduous2020-01-111-2/+13
* Implemented queries in Vulkan (closed https://github.com/DiligentGraphics/Dil...assiduous2020-01-061-1/+1
* Implemented queries in OpenGLassiduous2020-01-031-0/+2
* Added query interface; implemented queries in D3D11 and D3D12assiduous2020-01-031-0/+25
* Updated coyright noticeassiduous2020-01-011-7/+11