mesa/st: glsl_to_tgsi: add tests for the new temporary lifetime tracker
authorGert Wollny <gw.fossdev@gmail.com>
Fri, 30 Jun 2017 06:37:36 +0000 (08:37 +0200)
committerNicolai Hähnle <nicolai.haehnle@amd.com>
Wed, 6 Sep 2017 09:49:43 +0000 (11:49 +0200)
commit7be6d8fe1250f3b1d5fb2347839567049526c5be
tree6ec2a3df5548ab79627a7d0c81912d488d416556
parent978c437b1290124619dc7decc6c2e929722eda01
mesa/st: glsl_to_tgsi: add tests for the new temporary lifetime tracker

This patch adds a set of unit tests for the new lifetime tracker.

Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
configure.ac
src/mesa/Makefile.am
src/mesa/state_tracker/st_glsl_to_tgsi_temprename.cpp
src/mesa/state_tracker/st_glsl_to_tgsi_temprename.h
src/mesa/state_tracker/tests/Makefile.am [new file with mode: 0644]
src/mesa/state_tracker/tests/test_glsl_to_tgsi_lifetime.cpp [new file with mode: 0644]