summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Updated core & samplesEgor Yusov2019-01-031-2/+2
* Updated copyright notice + updated submodulesEgor Yusov2019-01-0276-83/+85
* Enabled Metal back-end stubEgor Yusov2018-12-301-1/+21
* Enabled Vulkan mode on Mac (preliminary implementation)Egor Yusov2018-12-252-3/+5
* Updated core. Updated draw commands test to use split barriersEgor Yusov2018-12-231-5/+17
* Updated core; added tests for clamp() functionEgor Yusov2018-12-231-1/+20
* Updated cmake files to use get_supported_backends functionEgor Yusov2018-12-161-27/+1
* Fixed few minor issues revealed by code analysisEgor Yusov2018-12-162-5/+5
* Updated build rules to copy assets to the target folderEgor Yusov2018-12-151-0/+8
* Fixed MinGW buildEgor Yusov2018-12-142-35/+31
* Updated core & samples submodules. Using convenience constructors for DrawAtt...Egor Yusov2018-12-109-76/+29
* Updated SetRenderTargets() and ClearDepthStencil() methods to take StateTrans...Egor Yusov2018-12-045-31/+31
* Updated the API (SetVertexBuffers, SetIndexBuffers, DRAW_FLAGS and other)Egor Yusov2018-12-039-63/+75
* Replaced COMMIT_SHADER_RESOURCES_FLAGS with RESOURCE_STATE_TRANSITION_MODEEgor Yusov2018-12-0310-19/+19
* Added explicit state transition control to CopyBuffer and CopyTexture methodsEgor Yusov2018-12-028-74/+80
* Added explicit state transition control to UpdateBuffer and UpdateTexture com...Egor Yusov2018-12-022-3/+3
* Added explicit state transition control flags to CLEAR_DEPTH_STENCIL_FLAGSEgor Yusov2018-12-013-4/+4
* Added state transition mode to ClearRenderTarget()Egor Yusov2018-12-015-12/+12
* Improved thread safety of enum flags; added explicit state transitions to Set...Egor Yusov2018-12-019-45/+50
* Updated submodules (added DRAW_FLAG_VERIFY_STATES & DISPATCH_FLAG_VERIFY_STAT...Egor Yusov2018-11-278-1/+52
* Updated core (moved buffer mapping/unmapping to device context + other updates)Egor Yusov2018-11-251-0/+2
* Renamed/moved ITexture::UpdateData() to IDeviceContext::UpdateTexture()Egor Yusov2018-11-254-13/+19
* Moved/renamed `IBuffer::UpdateData()` to `IDeviceContext::UpdateBuffer()`Egor Yusov2018-11-242-8/+8
* Added explicit control over resource transitions in draw commandEgor Yusov2018-11-2412-31/+53
* Implemented explicit resource state transitionsEgor Yusov2018-11-2113-30/+38
* Enabled Vulkan on Linux (closed https://github.com/DiligentGraphics/DiligentC...Egor2018-11-073-1/+18
* Updated Core & Samples; updated readme (added minimal cmake example - fixed h...Egor Yusov2018-11-011-0/+1
* Updated core (using glslang to compile HLSL directly to SPIRV)Egor Yusov2018-10-305-15/+48
* Updated core; updated smart pointer testEgor Yusov2018-10-202-2/+26
* Updated BIND_SHADER_RESOURCES_* flagsEgor Yusov2018-10-195-17/+17
* Enabled seperate samplersEgor Yusov2018-10-1824-33/+285
* Added typeless formats to texture creation test; updated coreEgor Yusov2018-10-102-27/+32
* Fixed CopySubresourceRegion errors in D3D11; updated core (fixed fullscreen t...Egor Yusov2018-10-091-9/+20
* Fixed warnings related to RW buffers in TestShaderVarAccess; updated coreEgor Yusov2018-10-081-3/+14
* Updated Core: added SampleCounts and reworked texture format support checks i...Egor Yusov2018-10-071-2/+2
* Updated submodules (main change: refactored release queues in D3D12 and Vulka...Egor Yusov2018-10-074-4/+175
* Fixed compiler warningsEgor Yusov2018-09-153-32/+32
* Updated test + core and samples submodulesEgor Yusov2018-09-094-99/+268
* Updated core & tools (implemented raw buffers plus other improvements)Egor Yusov2018-08-2713-98/+192
* Updated core (implemented shader variable access by index)Egor Yusov2018-08-227-37/+320
* Updated Core submodule & shader var access testEgor Yusov2018-08-031-7/+18
* Updated core submodule; added shader variable access testsEgor Yusov2018-08-035-47/+660
* Added IFence interfaceEgor Yusov2018-07-222-0/+15
* Fixed couple of minor issue with anassigned object names that are not empty, ...Egor Yusov2018-07-142-2/+0
* Few minor updates + updated submodulesEgor Yusov2018-07-072-2/+2
* Fixed build error: second attemptEgor Yusov2018-07-061-2/+2
* Fixed build errorEgor Yusov2018-07-061-0/+5
* Updated Asteroids demo to handle minimized window in Vulkan; updated BlendTex...Egor Yusov2018-07-061-1/+5
* Updated test appEgor Yusov2018-07-054-87/+123
* Updated broken shader & comput shader testsEgor Yusov2018-07-052-3/+11