Module: Mesa Branch: master Commit: 7be6d8fe1250f3b1d5fb2347839567049526c5be URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7be6d8fe1250f3b1d5fb2347839567049526c5be
Author: Gert Wollny <[email protected]> Date: Fri Jun 30 08:37:36 2017 +0200 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 <[email protected]> --- configure.ac | 1 + src/mesa/Makefile.am | 2 +- .../state_tracker/st_glsl_to_tgsi_temprename.cpp | 12 +- .../state_tracker/st_glsl_to_tgsi_temprename.h | 8 +- src/mesa/state_tracker/tests/Makefile.am | 36 + .../tests/test_glsl_to_tgsi_lifetime.cpp | 1428 ++++++++++++++++++++ 6 files changed, 1483 insertions(+), 4 deletions(-) Diff: http://cgit.freedesktop.org/mesa/mesa/diff/?id=7be6d8fe1250f3b1d5fb2347839567049526c5be _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
