summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Added shader resource print; updated coreEgor Yusov2019-03-072-0/+26
* Updated core & samplesEgor Yusov2019-03-061-0/+1
* Fixed metal compile issuesEgor Yusov2019-03-061-2/+2
* Final updates to make GL backend workEgor Yusov2019-03-062-19/+19
* Updates to comply with addition of ShaderFlags to IPipelineState::BindStaticR...Egor Yusov2019-03-057-14/+14
* Updated projects to conform to the update engine factory APIEgor Yusov2019-03-051-10/+10
* Updated Shader res layout & shader var access testsEgor Yusov2019-03-052-3/+56
* Fixed error message in TestShaderResourceLayoutEgor Yusov2019-03-021-2/+2
* Updated test to compy with the new APIEgor Yusov2019-03-0219-339/+346
* Updated Core, FX & Samples submodulesEgor Yusov2019-02-241-0/+6
* Updated input layout element to use explicit AutoOffset and AutoStrideEgor Yusov2019-02-193-5/+5
* Moved NativeApp to Diligent namespaceEgor Yusov2019-02-168-16/+45
* Updated submodulesEgor Yusov2019-02-161-59/+59
* Replaced reference to initial data parameter with pointer in CreateTexture an...Egor Yusov2019-02-0913-81/+83
* Few minor updates + updated readmeEgor Yusov2019-01-241-2/+2
* Updated mathlib testEgor Yusov2019-01-231-0/+12
* Fixed UWP buildEgor Yusov2019-01-221-1/+4
* Updated TestApp project dependenciesEgor2019-01-221-0/+1
* Updated copyright noticeEgor Yusov2019-01-061-1/+1
* 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