[Mesa-dev] [PATCH v3 00/10] glsl_to_tgsi: Further improvement of lifetime tracking for register merge

2017-12-12 Thread Gert Wollny
Dear all, this is another update to the patch set that adds enhanced tracking of IF/ELSE branches and tracking of reladdr* registers for the register_merge step. It cleans up the debugging output and moves the testing classes into a conveniance library. The latter is in preparation for another

Re: [Mesa-dev] [PATCH v3 00/10] glsl_to_tgsi: Further improvement of lifetime tracking for register merge

2017-11-13 Thread Gert Wollny
Hi, I'd like to send out a ping for this series, many thanks, Gert Am Mittwoch, den 25.10.2017, 11:51 +0200 schrieb Gert Wollny: > Dear all,  > > this is a minor update to the patch set that adds enhanced tracking > of IF/ELSE branches and tracking of reladdr* registers for the >

Re: [Mesa-dev] [PATCH v3 00/10] glsl_to_tgsi: Further improvement of lifetime tracking for register merge

2017-10-27 Thread Gert Wollny
Am Donnerstag, den 26.10.2017, 17:28 +0100 schrieb Emil Velikov: > > >  .../tests/test_glsl_to_tgsi_lifetime.cpp   | 1278 > > +++- > > JFYI you'd want to explicitly undef NDEBUG in the test. > git grep -10 "#undef NDEBUG" -  for examples > > Otherwise the asserts will

Re: [Mesa-dev] [PATCH v3 00/10] glsl_to_tgsi: Further improvement of lifetime tracking for register merge

2017-10-26 Thread Emil Velikov
On 25 October 2017 at 10:51, Gert Wollny wrote: > Dear all, > > this is a minor update to the patch set that adds enhanced tracking of IF/ELSE > branches and tracking of reladdr* registers for the register_merge step. > > So far patches 1 & 5 (now 8) are > > Reviewed-by:

[Mesa-dev] [PATCH v3 00/10] glsl_to_tgsi: Further improvement of lifetime tracking for register merge

2017-10-25 Thread Gert Wollny
Dear all, this is a minor update to the patch set that adds enhanced tracking of IF/ELSE branches and tracking of reladdr* registers for the register_merge step. So far patches 1 & 5 (now 8) are Reviewed-by: Nicolai Hähnle Changes w.r.t. v2: * patch 9: make the