mesa/st/tests: Add tests for array merge helper classes.
authorGert Wollny <gw.fossdev@gmail.com>
Tue, 5 Jun 2018 20:26:42 +0000 (22:26 +0200)
committerGert Wollny <gw.fossdev@gmail.com>
Sat, 11 Aug 2018 10:32:42 +0000 (12:32 +0200)
commit8c89728889c8597984a3be9df5b9ffd740a14fc3
tree124207dbe810cb8f57bf3da1715b3f36a5cdd788
parent12316aa217b583a0e801c398d2101f9f5cd37073
mesa/st/tests: Add tests for array merge helper classes.

v2: - Define tests also in the meson.build file.
v4: - Check no-op mapping of all bits.
    - Convert tests to the new class layout used in the merge evaulation.
    - remove dependency on llvm in meson build (Thanks Dylan Baker for pointing
       out that this might not needed)
Signed-off-by: Gert Wollny <gw.fossdev@gmail.com>
Acked-by: Dave Airlie <airlied@redhat.com>
src/mesa/state_tracker/tests/Makefile.am
src/mesa/state_tracker/tests/meson.build
src/mesa/state_tracker/tests/st_tests_common.h
src/mesa/state_tracker/tests/test_glsl_to_tgsi_array_merge.cpp [new file with mode: 0644]