The function definition is now next to where the other similar functions are
defined.
---
src/mesa/drivers/dri/i965/brw_eu.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/mesa/drivers/dri/i965/brw_eu.h
b/src/mesa/drivers/dri/i965/brw_eu.h
index cd7b9db..99f8f75 100644
---
src/mesa/drivers/dri/i965/brw_disasm.c | 101 +++--
src/mesa/drivers/dri/i965/brw_eu_emit.c| 2 +-
src/mesa/drivers/dri/i965/brw_fs_generator.cpp | 2 +-
3 files changed, 65 insertions(+), 40 deletions(-)
diff --git a/src/mesa/drivers/dri/i965/brw_disas
---
src/intel/tools/aubinator.c| 48 ++
src/intel/tools/disasm.c | 63 ++--
src/mesa/drivers/dri/i965/brw_context.h| 4 +-
src/mesa/drivers/dri/i965/brw_disasm.c | 193 -
src/mesa/drivers/dri/i965/brw_eu.
he INTEL_DEBUGĀ flags so that the dumps use the old
annotation style by default, and the new label supported format with the
new flag.
Lonnberg, Toni (3):
Added label support for shader disassembly. SEND and SENDC formatting
now also includes the SFID information.
Added support for dis
---
src/mesa/drivers/dri/i965/brw_disasm.c | 109 +++--
src/mesa/drivers/dri/i965/brw_inst.h | 31 +-
2 files changed, 135 insertions(+), 5 deletions(-)
diff --git a/src/mesa/drivers/dri/i965/brw_disasm.c
b/src/mesa/drivers/dri/i965/brw_disasm.c
index 01c64