summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/src/TestTexturing.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright notice + updated submodulesEgor Yusov2019-01-021-1/+1
* Fixed few minor issues revealed by code analysisEgor Yusov2018-12-161-2/+2
* Updated core & samples submodules. Using convenience constructors for DrawAtt...Egor Yusov2018-12-101-3/+2
* Updated the API (SetVertexBuffers, SetIndexBuffers, DRAW_FLAGS and other)Egor Yusov2018-12-031-2/+2
* Replaced COMMIT_SHADER_RESOURCES_FLAGS with RESOURCE_STATE_TRANSITION_MODEEgor Yusov2018-12-031-1/+1
* Updated core (moved buffer mapping/unmapping to device context + other updates)Egor Yusov2018-11-251-0/+2
* Added explicit control over resource transitions in draw commandEgor Yusov2018-11-241-3/+5
* Implemented explicit resource state transitionsEgor Yusov2018-11-211-0/+1
* Enabled seperate samplersEgor Yusov2018-10-181-1/+2
* Updated core & tools (implemented raw buffers plus other improvements)Egor Yusov2018-08-271-1/+1
* Few minor updates + updated submodulesEgor Yusov2018-07-071-1/+1
* Updated unit tests to set DSV format in PSOEgor Yusov2018-07-021-0/+1
* 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-2/+1
* Updated multiple testsEgor Yusov2018-05-291-5/+7
* Moved primitive topology to pipeline stateEgor Yusov2018-04-141-1/+1
* Updated copyright noticeEgor Yusov2018-03-251-1/+1
* Added test result reportingEgor Yusov2018-02-171-1/+9
* Added testsEgor Yusov2018-02-151-0/+285