summaryrefslogtreecommitdiffstats
path: root/Tests (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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-095-99/+292
* 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-226-0/+114
* 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
* Updated Math lib tests and render target testEgor Yusov2018-07-034-7/+13
* Updated unit tests to set DSV format in PSOEgor Yusov2018-07-029-32/+16
* Updated testsEgor Yusov2018-06-045-18/+66
* Updated lua test in test app to use (0,0,0,1) as border colorEgor Yusov2018-06-012-42/+42
* Updated back buffer format to match the one from the swap chain in the testsEgor Yusov2018-05-3114-22/+24
* Moved Stride to vertex layout desc; updated testsEgor Yusov2018-05-299-71/+63
* Updated multiple testsEgor Yusov2018-05-2912-52/+112
* Updated shader resource layout testEgor Yusov2018-05-231-6/+34
* Test App: updated shader resource layout testEgor Yusov2018-05-204-40/+109
* Added separate images, samplers, texel uniform and storage buffersEgor Yusov2018-05-133-2/+81
* Added shader resource layout testEgor Yusov2018-05-123-0/+112
* Test app: added shader resource layout initialization test; updated gl shadersEgor Yusov2018-05-0711-9/+358
* Fixed errors in blend state test on VulkanEgor Yusov2018-04-162-6/+10
* Moved primitive topology to pipeline stateEgor Yusov2018-04-1421-145/+240
* Merged masterEgor Yusov2018-04-01163-204/+1140
|\
| * Added sync interval to Present.Egor Yusov2018-03-311-1/+1