Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / gallium / auxiliary / rbug / rbug_proto.h
index d273be0166d005ad5a1b40541a15c384bf2d68cc..2fce725bc9efe0a3bb964bd6299ef40c28aaf2ff 100644 (file)
@@ -65,7 +65,7 @@ enum rbug_opcode
        RBUG_OP_SHADER_DISABLE = 770,
        RBUG_OP_SHADER_REPLACE = 771,
        RBUG_OP_SHADER_LIST_REPLY = -768,
-       RBUG_OP_SHADER_INFO_REPLY = -769,
+       RBUG_OP_SHADER_INFO_REPLY = -769
 };
 
 /**
@@ -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