summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965/brw_eu.h
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-10-27 00:29:21 +0000
committerKeith Whitwell <keithw@vmware.com>2009-10-27 00:29:21 +0000
commit7ba2fe40fa092551f1c493d754c80ca93564d32b (patch)
tree5e541fb8e41fefba6b692bf6e59f9b53eecabe78 /src/gallium/drivers/i965/brw_eu.h
parent5a304995e09d8dbfd40a2dfab32eacb7e85798e3 (diff)
i965g: still working on compilation
Diffstat (limited to 'src/gallium/drivers/i965/brw_eu.h')
-rw-r--r--src/gallium/drivers/i965/brw_eu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/i965/brw_eu.h b/src/gallium/drivers/i965/brw_eu.h
index ac5a623cac..3379522104 100644
--- a/src/gallium/drivers/i965/brw_eu.h
+++ b/src/gallium/drivers/i965/brw_eu.h
@@ -136,10 +136,10 @@ struct brw_compile {
void
-brw_save_label(struct brw_compile *c, const char *name, GLuint position);
+brw_save_label(struct brw_compile *c, unsigned label, GLuint position);
void
-brw_save_call(struct brw_compile *c, const char *name, GLuint call_pos);
+brw_save_call(struct brw_compile *c, unsigned label, GLuint call_pos);
void
brw_resolve_cals(struct brw_compile *c);