Re: [Mesa-dev] [PATCH 04/11] glsl: Add a unit test for lower_jumps.cpp

2011-07-06 Thread Paul Berry
On 6 July 2011 12:18, Ian Romanick wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 07/05/2011 03:07 PM, Paul Berry wrote: >> This test invokes do_lower_jumps() in isolation (using the glsl_test >> executable) and verifies that it transforms the IR in the expected >> way. >> >> The

Re: [Mesa-dev] [PATCH 04/11] glsl: Add a unit test for lower_jumps.cpp

2011-07-06 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/05/2011 03:07 PM, Paul Berry wrote: > This test invokes do_lower_jumps() in isolation (using the glsl_test > executable) and verifies that it transforms the IR in the expected > way. > > The unit test may be run from the top level directory usin

[Mesa-dev] [PATCH 04/11] glsl: Add a unit test for lower_jumps.cpp

2011-07-05 Thread Paul Berry
This test invokes do_lower_jumps() in isolation (using the glsl_test executable) and verifies that it transforms the IR in the expected way. The unit test may be run from the top level directory using "make check". --- Makefile |6 +- src/glsl/testing/lower_jumps.py |