summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/assets (follow)
Commit message (Expand)AuthorAgeFilesLines
* Updated submodules; removed tests folder (tests are now part of every submodule)assiduous2019-12-2548-2822/+0
* Updated submodules (added unit tests). Reworked TestAppassiduous2019-12-1217-3390/+0
* Fixed shader resource layout testEgor Yusov2019-11-282-0/+6
* Updated submodules (API version 240033);Egor Yusov2019-10-192-7/+0
* Updated CS converter test: added RW structured buffersEgor Yusov2019-10-031-2/+19
* Reworked compute shader convert test to avoid limitation of 8 image uniforms ...Egor Yusov2019-10-036-466/+555
* Updated core + fixed issue in shader converter test on D3DEgor Yusov2019-08-171-4/+4
* Updated core (enabled HLSL Buffer and RWBuffer conversion; fixed issue with r...Egor Yusov2019-08-105-47/+68
* Updated DRAW_FLAG to match API 240022Egor Yusov2019-04-073-3/+3
* Refactored overloaded IPipelineState::GetStaticShaderVariable and IShaderReso...Egor Yusov2019-04-051-1/+1
* Fixed Vulkan validation warning in shader var access testEgor Yusov2019-03-221-6/+6
* Updated core + fixed sampler type mismatch issue in texturing testsEgor Yusov2019-03-222-14/+14
* Renamed USAGE_CPU_ACCESSIBLE to USAGE_STAGINGEgor Yusov2019-03-181-2/+2
* Updates to comply with addition of ShaderFlags to IPipelineState::BindStaticR...Egor Yusov2019-03-053-9/+9
* Updated test to compy with the new APIEgor Yusov2019-03-024-47/+54
* Updated input layout element to use explicit AutoOffset and AutoStrideEgor Yusov2019-02-191-1/+1
* Updated submodulesEgor Yusov2019-02-161-59/+59
* Updated copyright notice + updated submodulesEgor Yusov2019-01-022-9/+11
* Updated SetRenderTargets() and ClearDepthStencil() methods to take StateTrans...Egor Yusov2018-12-041-19/+19
* Updated the API (SetVertexBuffers, SetIndexBuffers, DRAW_FLAGS and other)Egor Yusov2018-12-034-14/+18
* Replaced COMMIT_SHADER_RESOURCES_FLAGS with RESOURCE_STATE_TRANSITION_MODEEgor Yusov2018-12-032-4/+4
* Added explicit state transition control to CopyBuffer and CopyTexture methodsEgor Yusov2018-12-021-6/+6
* Added explicit state transition control flags to CLEAR_DEPTH_STENCIL_FLAGSEgor Yusov2018-12-011-1/+1
* Added state transition mode to ClearRenderTarget()Egor Yusov2018-12-011-6/+6
* Improved thread safety of enum flags; added explicit state transitions to Set...Egor Yusov2018-12-011-18/+18
* Updated submodules (added DRAW_FLAG_VERIFY_STATES & DISPATCH_FLAG_VERIFY_STAT...Egor Yusov2018-11-271-1/+1
* Added explicit control over resource transitions in draw commandEgor Yusov2018-11-243-16/+30
* Implemented explicit resource state transitionsEgor Yusov2018-11-214-16/+8
* Updated core (using glslang to compile HLSL directly to SPIRV)Egor Yusov2018-10-303-13/+46
* Updated BIND_SHADER_RESOURCES_* flagsEgor Yusov2018-10-192-8/+8
* Enabled seperate samplersEgor Yusov2018-10-187-3/+26
* Updated test + core and samples submodulesEgor Yusov2018-09-091-4/+4
* Updated core & tools (implemented raw buffers plus other improvements)Egor Yusov2018-08-273-50/+88
* Updated core (implemented shader variable access by index)Egor Yusov2018-08-224-0/+287
* Fixed couple of minor issue with anassigned object names that are not empty, ...Egor Yusov2018-07-141-1/+0
* Updated Asteroids demo to handle minimized window in Vulkan; updated BlendTex...Egor Yusov2018-07-061-1/+5
* Updated broken shader & comput shader testsEgor Yusov2018-07-051-2/+9
* Updated Math lib tests and render target testEgor Yusov2018-07-031-1/+2
* Updated unit tests to set DSV format in PSOEgor Yusov2018-07-021-2/+2
* Updated lua test in test app to use (0,0,0,1) as border colorEgor Yusov2018-06-011-26/+26
* Updated back buffer format to match the one from the swap chain in the testsEgor Yusov2018-05-312-4/+4
* Moved Stride to vertex layout desc; updated testsEgor Yusov2018-05-293-10/+10
* Updated multiple testsEgor Yusov2018-05-294-6/+10
* Test App: updated shader resource layout testEgor Yusov2018-05-202-28/+35
* Added separate images, samplers, texel uniform and storage buffersEgor Yusov2018-05-132-0/+34
* Added shader resource layout testEgor Yusov2018-05-122-0/+4
* Test app: added shader resource layout initialization test; updated gl shadersEgor Yusov2018-05-079-9/+222
* Fixed errors in blend state test on VulkanEgor Yusov2018-04-162-6/+10
* Moved primitive topology to pipeline stateEgor Yusov2018-04-147-21/+14
* Implemened PSO compatibility: updated tests and submodulesEgor Yusov2018-03-126-19/+48