summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/rbug/rbug_core.h
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2009-06-04 14:36:10 +0100
committerJakob Bornecrantz <jakob@vmware.com>2009-06-04 23:45:29 +0100
commit384bbe278d7e634cf1af5f786bfbde651c14df62 (patch)
tree41cd97133455014fdcffd2b085c7e5c3d5cf4fc2 /src/gallium/auxiliary/rbug/rbug_core.h
parent185fbcce3644ff861c60cd73923ef7187c623564 (diff)
rbug: Update rbug protocol with new context calls
Diffstat (limited to 'src/gallium/auxiliary/rbug/rbug_core.h')
-rw-r--r--src/gallium/auxiliary/rbug/rbug_core.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/rbug/rbug_core.h b/src/gallium/auxiliary/rbug/rbug_core.h
index d63a8c8076..99a36a0163 100644
--- a/src/gallium/auxiliary/rbug/rbug_core.h
+++ b/src/gallium/auxiliary/rbug/rbug_core.h
@@ -40,6 +40,10 @@
#include "rbug/rbug_proto.h"
+typedef uint64_t rbug_shader_t;
+typedef uint64_t rbug_context_t;
+typedef uint64_t rbug_texture_t;
+
struct rbug_proto_noop
{
struct rbug_header header;