diff options
author | Eric Anholt <[email protected]> | 2009-08-04 15:27:40 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2009-08-04 15:32:18 -0700 |
commit | 1d4bace9fca64c61ccd9f4205262417fa0ae3883 (patch) | |
tree | ef05b6bb0e594d3565f997f584c286d64496a7a9 /src/mesa/drivers/dri/i965/Makefile | |
parent | ce63e9929cf3515e4ad4ea54fa5227d71ae48b93 (diff) |
i965: Hook up the disassembler for INTEL_DEBUG={wm,vs}.
I was getting tired of doing the dance of INTEL_DEBUG=batch, copying it out,
and running intel-gen4disasm on it.
Diffstat (limited to 'src/mesa/drivers/dri/i965/Makefile')
-rw-r--r-- | src/mesa/drivers/dri/i965/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/Makefile b/src/mesa/drivers/dri/i965/Makefile index 00a42111da0..128afb56866 100644 --- a/src/mesa/drivers/dri/i965/Makefile +++ b/src/mesa/drivers/dri/i965/Makefile @@ -43,6 +43,7 @@ DRIVER_SOURCES = \ brw_clip_util.c \ brw_context.c \ brw_curbe.c \ + brw_disasm.c \ brw_draw.c \ brw_draw_upload.c \ brw_eu.c \ |