Skip to content

More tidy ups to the tests/shaders directory

Timothy Arceri requested to merge tarceri/piglit:tidy_up into master

tests/shaders was historically where any shader related test was dumped when shader support was first added to piglit. Since then we tend to put tests in the much more organised tests/spec directory.

Unfortunately just about every new contributor to piglit submits new shader MR adding tests to the legacy tests/shaders directory. This series takes another step towards cleaning up the directory once and for all (with the goal of eventually removing it

Merge request reports