summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/assets/TestComputeShaders.lua (unfollow)
Commit message (Expand)AuthorFilesLines
2019-12-25Updated submodules; removed tests folder (tests are now part of every submodule)assiduous1-372/+0
2019-10-19Updated submodules (API version 240033);Egor Yusov1-1/+0
2019-08-10Updated core (enabled HLSL Buffer and RWBuffer conversion; fixed issue with r...Egor Yusov1-2/+0
2019-04-07Updated DRAW_FLAG to match API 240022Egor Yusov1-1/+1
2019-04-05Refactored overloaded IPipelineState::GetStaticShaderVariable and IShaderReso...Egor Yusov1-1/+1
2019-03-05Updates to comply with addition of ShaderFlags to IPipelineState::BindStaticR...Egor Yusov1-5/+5
2019-03-02Updated test to compy with the new APIEgor Yusov1-10/+14
2018-12-03Updated the API (SetVertexBuffers, SetIndexBuffers, DRAW_FLAGS and other)Egor Yusov1-4/+5
2018-12-03Replaced COMMIT_SHADER_RESOURCES_FLAGS with RESOURCE_STATE_TRANSITION_MODEEgor Yusov1-3/+3
2018-11-24Added explicit control over resource transitions in draw commandEgor Yusov1-8/+19
2018-11-21Implemented explicit resource state transitionsEgor Yusov1-3/+4
2018-10-19Updated BIND_SHADER_RESOURCES_* flagsEgor Yusov1-6/+6
2018-10-18Enabled seperate samplersEgor Yusov1-0/+7
2018-08-27Updated core & tools (implemented raw buffers plus other improvements)Egor Yusov1-20/+52
2018-07-05Updated broken shader & comput shader testsEgor Yusov1-2/+9
2018-05-31Updated back buffer format to match the one from the swap chain in the testsEgor Yusov1-1/+1
2018-05-29Moved Stride to vertex layout desc; updated testsEgor Yusov1-3/+3
2018-05-07Test app: added shader resource layout initialization test; updated gl shadersEgor Yusov1-2/+2
2018-04-14Moved primitive topology to pipeline stateEgor Yusov1-3/+3
2018-03-12Implemened PSO compatibility: updated tests and submodulesEgor Yusov1-0/+2
2018-02-18Reduced size of the compute shader group to 128 to avoid error on some GLES d...Egor1-1/+1
2018-02-15Added testsEgor Yusov1-0/+310