diff options
author | Marek Olšák <[email protected]> | 2014-01-22 02:57:28 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2014-01-28 01:39:53 +0100 |
commit | 0932f0ff14ce02e35a1aad126c80fe329b92150d (patch) | |
tree | c72fa5511a1c22c1e9826372e4e9bf07721e0697 /src/gallium/drivers/radeonsi/si_pipe.h | |
parent | ed42e95404a51298ea878a0d1cdcbc473612706a (diff) |
radeonsi: inline si_upload_index_buffer
Reviewed-by: Michel Dänzer <[email protected]>
Reviewed-by: Tom Stellard <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/si_pipe.h')
-rw-r--r-- | src/gallium/drivers/radeonsi/si_pipe.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gallium/drivers/radeonsi/si_pipe.h b/src/gallium/drivers/radeonsi/si_pipe.h index d7d701bc7f9..bb4d82a9ad4 100644 --- a/src/gallium/drivers/radeonsi/si_pipe.h +++ b/src/gallium/drivers/radeonsi/si_pipe.h @@ -161,11 +161,6 @@ void si_flush_depth_textures(struct si_context *sctx, void si_decompress_color_textures(struct si_context *sctx, struct si_textures_info *textures); -/* si_buffer.c */ -void si_upload_index_buffer(struct si_context *sctx, - struct pipe_index_buffer *ib, unsigned count); - - /* si_pipe.c */ void si_flush(struct pipe_context *ctx, struct pipe_fence_handle **fence, unsigned flags); |