summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/src/TestSeparateTextureSampler.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-12-12Updated submodules (added unit tests). Reworked TestAppassiduous1-177/+0
2019-10-25Fixed a number of clang warning to reduce the log size and fix travis build e...Egor Yusov1-0/+1
2019-09-17Updated copyright noticeEgor Yusov1-1/+1
2019-04-07Updated DRAW_FLAG to match API 240022Egor Yusov1-1/+1
2019-04-05Refactored overloaded IPipelineState::GetStaticShaderVariable and IShaderReso...Egor Yusov1-8/+8
2019-03-08Updated Core & testsEgor Yusov1-9/+14
2019-03-02Updated test to compy with the new APIEgor Yusov1-20/+21
2019-02-09Replaced reference to initial data parameter with pointer in CreateTexture an...Egor Yusov1-2/+2
2019-01-02Updated copyright notice + updated submodulesEgor Yusov1-1/+1
2018-12-10Updated core & samples submodules. Using convenience constructors for DrawAtt...Egor Yusov1-3/+1
2018-12-04Updated SetRenderTargets() and ClearDepthStencil() methods to take StateTrans...Egor Yusov1-2/+2
2018-12-03Replaced COMMIT_SHADER_RESOURCES_FLAGS with RESOURCE_STATE_TRANSITION_MODEEgor Yusov1-1/+1
2018-12-02Added explicit state transition control to CopyBuffer and CopyTexture methodsEgor Yusov1-1/+1
2018-12-01Added state transition mode to ClearRenderTarget()Egor Yusov1-1/+1
2018-12-01Improved thread safety of enum flags; added explicit state transitions to Set...Egor Yusov1-2/+2
2018-11-27Updated submodules (added DRAW_FLAG_VERIFY_STATES & DISPATCH_FLAG_VERIFY_STAT...Egor Yusov1-0/+1
2018-11-24Added explicit control over resource transitions in draw commandEgor Yusov1-4/+4
2018-10-18Enabled seperate samplersEgor Yusov1-0/+171