From 00272e9e0991c7dab111cbea0acfd6adadece994 Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Fri, 10 Sep 2010 04:39:26 +0200 Subject: rbug: Add function to get opcode name string --- src/gallium/auxiliary/rbug/rbug_proto.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/gallium/auxiliary/rbug/rbug_proto.h') diff --git a/src/gallium/auxiliary/rbug/rbug_proto.h b/src/gallium/auxiliary/rbug/rbug_proto.h index 4f3eb75dc4..2fce725bc9 100644 --- a/src/gallium/auxiliary/rbug/rbug_proto.h +++ b/src/gallium/auxiliary/rbug/rbug_proto.h @@ -91,4 +91,9 @@ struct rbug_proto_header */ struct rbug_connection; +/** + * Get printable string for opcode. + */ +const char* rbug_proto_get_name(enum rbug_opcode opcode); + #endif -- cgit v1.2.3