[Mesa-dev] [PATCH 02/11] i965/vs: Add a little bit of IR-level debug ability.
Kenneth Graunke
kenneth at whitecape.org
Sun Oct 7 16:14:05 PDT 2012
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 +++++++++++++++++++++++++++++++
> src/mesa/drivers/dri/i965/brw_vec4.h | 3 ++
> 4 files changed, 96 insertions(+), 5 deletions(-)
Patches 2-7 and 9 are:
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
I'm still working on reviewing the rest.
More information about the mesa-dev
mailing list