summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/assets/Shaders (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Updated submodules; removed tests folder (tests are now part of every submodule)assiduous2019-12-2543-1000/+0
|
* Updated submodules (added unit tests). Reworked TestAppassiduous2019-12-1214-2804/+0
|
* Fixed shader resource layout testEgor Yusov2019-11-282-0/+6
|
* 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
| | | | per shader
* 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 ↵Egor Yusov2019-08-104-45/+68
| | | | resource binding)
* 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
|
* Updated submodulesEgor Yusov2019-02-161-59/+59
|
* Updated copyright notice + updated submodulesEgor Yusov2019-01-022-9/+11
|
* Updated core (using glslang to compile HLSL directly to SPIRV)Egor Yusov2018-10-303-13/+46
|
* Updated test + core and samples submodulesEgor Yusov2018-09-091-4/+4
|
* Updated core & tools (implemented raw buffers plus other improvements)Egor Yusov2018-08-271-1/+1
|
* Updated core (implemented shader variable access by index)Egor Yusov2018-08-224-0/+287
|
* Updated Asteroids demo to handle minimized window in Vulkan; updated ↵Egor Yusov2018-07-061-1/+5
| | | | BlendTexturesPS_GL.glsl
* Updated multiple testsEgor Yusov2018-05-293-5/+9
|
* 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-078-7/+220
|
* Fixed errors in blend state test on VulkanEgor Yusov2018-04-161-3/+1
|
* Implemened PSO compatibility: updated tests and submodulesEgor Yusov2018-03-121-1/+1
|
* Fixed tri domain tessellation test issue on D3D12Egor Yusov2018-02-191-2/+2
|
* Reduced size of the compute shader group to 128 to avoid error on some GLES ↵Egor2018-02-181-1/+1
| | | | devices
* Fixed some GLES shader issuesEgor2018-02-182-16/+12
|
* Enabled CS conversion test in the test app; updated core submoduleEgor2018-02-181-5/+5
|
* Few minor updates to lua test scriptsEgor2018-02-181-2/+2
|
* Enabled TestApp on iOSEgor Yusov2018-02-171-1/+19
|
* Enabled test app in MacOSEgor Yusov2018-02-171-0/+3
|
* Enabled test app on linuxEgor2018-02-152-15/+15
|
* Added testsEgor Yusov2018-02-1548-0/+3066