mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
radeon: Fix build.
Fix build error introduced with commit
dfa25ea5cd.
CC r600_streamout.lo
r600_streamout.c:108:6: error: conflicting types for 'r600_set_streamout_targets'
void r600_set_streamout_targets(struct pipe_context *ctx,
^
./r600_pipe_common.h:413:6: note: previous declaration is here
void r600_set_streamout_targets(struct pipe_context *ctx,
^
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=76009
Signed-off-by: Vinson Lee <vlee@freedesktop.org>
This commit is contained in:
parent
dfa25ea5cd
commit
e6c565fcc5
1 changed files with 1 additions and 1 deletions
|
|
@ -413,7 +413,7 @@ void r600_streamout_buffers_dirty(struct r600_common_context *rctx);
|
|||
void r600_set_streamout_targets(struct pipe_context *ctx,
|
||||
unsigned num_targets,
|
||||
struct pipe_stream_output_target **targets,
|
||||
unsigned *offset);
|
||||
const unsigned *offset);
|
||||
void r600_emit_streamout_end(struct r600_common_context *rctx);
|
||||
void r600_streamout_init(struct r600_common_context *rctx);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue