diff options
author | Corbin Simpson <[email protected]> | 2010-01-10 09:35:55 -0800 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2010-01-10 11:17:34 -0800 |
commit | d496399156a7d9a683999e41f126232f89375f2b (patch) | |
tree | 5db93c3311f6024ec164a9fee8d2485a20dfc2c6 /src/gallium/drivers/r300/r300_emit.h | |
parent | 12576556e4aef8ae95ee93a9436e7a878f371b1c (diff) |
r300g: Start using atoms.
No benefits yet.
Diffstat (limited to 'src/gallium/drivers/r300/r300_emit.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_emit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_emit.h b/src/gallium/drivers/r300/r300_emit.h index 3797d3d332a..34356438e44 100644 --- a/src/gallium/drivers/r300/r300_emit.h +++ b/src/gallium/drivers/r300/r300_emit.h @@ -32,7 +32,7 @@ struct r300_vertex_program_code; void r300_emit_aos(struct r300_context* r300, unsigned offset); void r300_emit_blend_state(struct r300_context* r300, - struct r300_blend_state* blend); + void* blend); void r300_emit_blend_color_state(struct r300_context* r300, struct r300_blend_color_state* bc); |