diff options
author | Keith Whitwell <[email protected]> | 2009-10-27 00:29:21 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-10-27 00:29:21 +0000 |
commit | 7ba2fe40fa092551f1c493d754c80ca93564d32b (patch) | |
tree | 5e541fb8e41fefba6b692bf6e59f9b53eecabe78 /src/gallium/drivers/i965/brw_eu.h | |
parent | 5a304995e09d8dbfd40a2dfab32eacb7e85798e3 (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.h | 4 |
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 ac5a623cac6..3379522104a 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); |