diff options
author | Marek Olšák <[email protected]> | 2010-04-14 04:12:08 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2010-04-14 04:48:19 +0200 |
commit | 3da70606b3af1e907d56666d199957b6da0c73fe (patch) | |
tree | 0505ae4add95f4e31d2b13b588b4757e4a0c116b /src/gallium/drivers/r300/r300_emit.h | |
parent | abc2f29dd2baa9c8aa672f07a1500e579364ab29 (diff) |
r300g: atomize VS constant buffer
Diffstat (limited to 'src/gallium/drivers/r300/r300_emit.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_emit.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/r300/r300_emit.h b/src/gallium/drivers/r300/r300_emit.h index d275bb211a8..678e1822123 100644 --- a/src/gallium/drivers/r300/r300_emit.h +++ b/src/gallium/drivers/r300/r300_emit.h @@ -84,8 +84,8 @@ void r300_emit_vertex_stream_state(struct r300_context* r300, void r300_emit_vap_output_state(struct r300_context* r300, unsigned size, void* state); -void r300_emit_vs_constant_buffer(struct r300_context* r300, - struct rc_constant_list* constants); +void r300_emit_vs_constants(struct r300_context* r300, + unsigned size, void *state); void r300_emit_vs_state(struct r300_context* r300, unsigned size, void* state); |