Re: [Mesa-dev] [PATCH 02/11] i965/vs: Add a little bit of IR-level debug ability.

2012-10-07 Thread Kenneth Graunke
On 10/04/2012 04:07 PM, Eric Anholt wrote: This is super basic, but it let me visualize a problem I had with opt_compute_to_mrf(). --- src/mesa/drivers/dri/i965/brw_context.h |8 +++ src/mesa/drivers/dri/i965/brw_disasm.c |7 +-- src/mesa/drivers/dri/i965/brw_vec4.cpp | 83 +++

[Mesa-dev] [PATCH 02/11] i965/vs: Add a little bit of IR-level debug ability.

2012-10-04 Thread Eric Anholt
This is super basic, but it let me visualize a problem I had with opt_compute_to_mrf(). --- src/mesa/drivers/dri/i965/brw_context.h |8 +++ src/mesa/drivers/dri/i965/brw_disasm.c |7 +-- src/mesa/drivers/dri/i965/brw_vec4.cpp | 83 +++ src/mesa/drivers/dri/i