summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/src/TestDrawCommands.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-12-25Updated submodules; removed tests folder (tests are now part of every submodule)assiduous1-918/+0
2019-12-12Updated submodules (added unit tests). Reworked TestAppassiduous1-3/+0
2019-10-19Updated submodules (API version 240033);Egor Yusov1-93/+66
2019-10-18Fixed test appEgor Yusov1-1/+0
2019-09-17Updated copyright noticeEgor Yusov1-1/+1
2019-04-07Updated DRAW_FLAG to match API 240022Egor Yusov1-44/+44
2019-04-06Updated API version to 240021Egor Yusov1-4/+4
2019-03-06Updated core & samplesEgor Yusov1-0/+1
2019-03-05Updates to comply with addition of ShaderFlags to IPipelineState::BindStaticR...Egor Yusov1-2/+2
2019-03-02Updated test to compy with the new APIEgor Yusov1-4/+3
2019-02-19Updated input layout element to use explicit AutoOffset and AutoStrideEgor Yusov1-1/+1
2019-02-09Replaced reference to initial data parameter with pointer in CreateTexture an...Egor Yusov1-13/+13
2019-01-02Updated copyright notice + updated submodulesEgor Yusov1-1/+1
2018-12-23Updated core. Updated draw commands test to use split barriersEgor Yusov1-5/+17
2018-12-10Updated core & samples submodules. Using convenience constructors for DrawAtt...Egor Yusov1-53/+17
2018-12-03Updated the API (SetVertexBuffers, SetIndexBuffers, DRAW_FLAGS and other)Egor Yusov1-37/+44
2018-12-03Replaced COMMIT_SHADER_RESOURCES_FLAGS with RESOURCE_STATE_TRANSITION_MODEEgor Yusov1-5/+5
2018-12-01Improved thread safety of enum flags; added explicit state transitions to Set...Egor Yusov1-1/+1
2018-11-27Updated submodules (added DRAW_FLAG_VERIFY_STATES & DISPATCH_FLAG_VERIFY_STAT...Egor Yusov1-0/+45
2018-11-24Added explicit control over resource transitions in draw commandEgor Yusov1-6/+8
2018-11-21Implemented explicit resource state transitionsEgor Yusov1-0/+11
2018-10-19Updated BIND_SHADER_RESOURCES_* flagsEgor Yusov1-4/+4
2018-10-18Enabled seperate samplersEgor Yusov1-0/+1
2018-08-27Updated core & tools (implemented raw buffers plus other improvements)Egor Yusov1-7/+0
2018-07-07Few minor updates + updated submodulesEgor Yusov1-1/+1
2018-07-02Updated unit tests to set DSV format in PSOEgor Yusov1-1/+2
2018-05-31Updated back buffer format to match the one from the swap chain in the testsEgor Yusov1-2/+2
2018-05-29Moved Stride to vertex layout desc; updated testsEgor Yusov1-42/+32
2018-05-29Updated multiple testsEgor Yusov1-5/+5
2018-04-14Moved primitive topology to pipeline stateEgor Yusov1-107/+64
2018-03-25Updated copyright noticeEgor Yusov1-1/+1
2018-02-17Added test result reportingEgor Yusov1-0/+2
2018-02-15Added testsEgor Yusov1-0/+964