diff options
author | Patrice Mandin <[email protected]> | 2008-07-12 11:45:51 +0200 |
---|---|---|
committer | Patrice Mandin <[email protected]> | 2008-07-12 11:45:51 +0200 |
commit | 4ca346a8c0d0d4ea38705f8d3a3e5e690aa77daf (patch) | |
tree | 8abe457b39aba162f5a354ba0298be232dbf83f8 /src/gallium/drivers/nv30/nv30_context.h | |
parent | 9489de99802e635271c1ae84630fc02892af1699 (diff) |
nv30: Rename state emission func
Diffstat (limited to 'src/gallium/drivers/nv30/nv30_context.h')
-rw-r--r-- | src/gallium/drivers/nv30/nv30_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv30/nv30_context.h b/src/gallium/drivers/nv30/nv30_context.h index 0c900c5598f..c41cb292017 100644 --- a/src/gallium/drivers/nv30/nv30_context.h +++ b/src/gallium/drivers/nv30/nv30_context.h @@ -192,7 +192,7 @@ extern void nv30_fragtex_bind(struct nv30_context *); /* nv30_state.c and friends */ extern boolean nv30_state_validate(struct nv30_context *nv30); -extern void nv30_emit_hw_state(struct nv30_context *nv30); +extern void nv30_state_emit(struct nv30_context *nv30); extern void nv30_state_tex_update(struct nv30_context *nv30); extern struct nv30_state_entry nv30_state_rasterizer; extern struct nv30_state_entry nv30_state_scissor; |