summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_context.h
diff options
context:
space:
mode:
authorZack Rusin <[email protected]>2013-03-30 00:20:05 -0700
committerZack Rusin <[email protected]>2013-04-03 10:16:25 -0700
commit7ca65a68e1bb9b53737facb9e787944cfeaec0aa (patch)
tree9dd9d8f2d1917fa24580f98a14e71b7f758003a9 /src/gallium/auxiliary/draw/draw_context.h
parentb16ae0f792ed1980e86c45f9e3d203412b5a80d3 (diff)
draw: remove unused function
we use draw_set_mapped_so_targets nowadays Signed-off-by: Zack Rusin <[email protected]> Reviewed-by: Brian Paul <[email protected]> Reviewed-by: José Fonseca <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_context.h')
-rw-r--r--src/gallium/auxiliary/draw/draw_context.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gallium/auxiliary/draw/draw_context.h b/src/gallium/auxiliary/draw/draw_context.h
index b333457775c..426fd44f5eb 100644
--- a/src/gallium/auxiliary/draw/draw_context.h
+++ b/src/gallium/auxiliary/draw/draw_context.h
@@ -222,11 +222,6 @@ draw_set_mapped_constant_buffer(struct draw_context *draw,
unsigned size);
void
-draw_set_mapped_so_buffers(struct draw_context *draw,
- void *buffers[PIPE_MAX_SO_BUFFERS],
- unsigned num_buffers);
-
-void
draw_set_mapped_so_targets(struct draw_context *draw,
int num_targets,
struct draw_so_target *targets[PIPE_MAX_SO_BUFFERS]);