iris: Move iris_debug_recompile calls before uploading.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 16 Apr 2019 05:58:17 +0000 (22:58 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 16 Apr 2019 16:01:20 +0000 (09:01 -0700)
commit4c3c417b00fd2594d8fa5ab86479fb7c448d1f09
treeeeb7c1b6abee8c75c5a053f2e5afbbeb92abf18d
parent04f97eefa35d8337b6e078be003ad5f5fe5656fe
iris: Move iris_debug_recompile calls before uploading.

Order of operations is important, otherwise we'll find the program we
just uploaded as the "old" compile and get confused why nothing is
different between the two keys.

Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
src/gallium/drivers/iris/iris_program.c