nir: Add unit tests for control flow graphs.
authorKenneth Graunke <kenneth@whitecape.org>
Mon, 21 Sep 2015 20:21:10 +0000 (13:21 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 23 Sep 2015 18:00:00 +0000 (11:00 -0700)
commit0a040975ec1d27b62c6f8bf16093df3de898e9b3
tree20cfb43f346a9f2da1ad6caef31113e9615b6fba
parentfbaa1b19d7accc5de95d6804525aad5b95abba72
nir: Add unit tests for control flow graphs.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Acked-by: Jason Ekstrand <jason.ekstrand@intel.com>
Acked-by: Connor Abbott <cwabbott0@gmail.com>
src/glsl/Makefile.am
src/glsl/nir/tests/control_flow_tests.cpp [new file with mode: 0644]