summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/src/TestDrawCommands.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Updated DRAW_FLAG to match API 240022Egor Yusov2019-04-071-44/+44
* Updated API version to 240021Egor Yusov2019-04-061-4/+4
* Updated core & samplesEgor Yusov2019-03-061-0/+1
* Updates to comply with addition of ShaderFlags to IPipelineState::BindStaticR...Egor Yusov2019-03-051-2/+2
* Updated test to compy with the new APIEgor Yusov2019-03-021-4/+3
* Updated input layout element to use explicit AutoOffset and AutoStrideEgor Yusov2019-02-191-1/+1
* Replaced reference to initial data parameter with pointer in CreateTexture an...Egor Yusov2019-02-091-13/+13
* Updated copyright notice + updated submodulesEgor Yusov2019-01-021-1/+1
* Updated core. Updated draw commands test to use split barriersEgor Yusov2018-12-231-5/+17
* Updated core & samples submodules. Using convenience constructors for DrawAtt...Egor Yusov2018-12-101-53/+17
* Updated the API (SetVertexBuffers, SetIndexBuffers, DRAW_FLAGS and other)Egor Yusov2018-12-031-37/+44
* Replaced COMMIT_SHADER_RESOURCES_FLAGS with RESOURCE_STATE_TRANSITION_MODEEgor Yusov2018-12-031-5/+5
* Improved thread safety of enum flags; added explicit state transitions to Set...Egor Yusov2018-12-011-1/+1
* Updated submodules (added DRAW_FLAG_VERIFY_STATES & DISPATCH_FLAG_VERIFY_STAT...Egor Yusov2018-11-271-0/+45
* Added explicit control over resource transitions in draw commandEgor Yusov2018-11-241-6/+8
* Implemented explicit resource state transitionsEgor Yusov2018-11-211-0/+11
* Updated BIND_SHADER_RESOURCES_* flagsEgor Yusov2018-10-191-4/+4
* Enabled seperate samplersEgor Yusov2018-10-181-0/+1
* Updated core & tools (implemented raw buffers plus other improvements)Egor Yusov2018-08-271-7/+0
* Few minor updates + updated submodulesEgor Yusov2018-07-071-1/+1
* Updated unit tests to set DSV format in PSOEgor Yusov2018-07-021-1/+2
* Updated back buffer format to match the one from the swap chain in the testsEgor Yusov2018-05-311-2/+2
* Moved Stride to vertex layout desc; updated testsEgor Yusov2018-05-291-42/+32
* Updated multiple testsEgor Yusov2018-05-291-5/+5
* Moved primitive topology to pipeline stateEgor Yusov2018-04-141-107/+64
* Updated copyright noticeEgor Yusov2018-03-251-1/+1
* Added test result reportingEgor Yusov2018-02-171-0/+2
* Added testsEgor Yusov2018-02-151-0/+964