summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_vs.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2008-04-18 20:41:39 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2008-04-18 20:41:39 +0100
commitdd903d83b3ff8dd19f75ac7542b96bc8f1387fe6 (patch)
treec7d2f7a3b551b112d44629d1f450e325f4cd495c /src/gallium/auxiliary/draw/draw_vs.h
parent66891826421d5b774e081f7a2a85580cd0523fab (diff)
draw: remove old vertex_shader->run() functions
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_vs.h')
-rw-r--r--src/gallium/auxiliary/draw/draw_vs.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gallium/auxiliary/draw/draw_vs.h b/src/gallium/auxiliary/draw/draw_vs.h
index e88d00e247..b6f3bbdaea 100644
--- a/src/gallium/auxiliary/draw/draw_vs.h
+++ b/src/gallium/auxiliary/draw/draw_vs.h
@@ -55,13 +55,6 @@ struct draw_vertex_shader {
/* Run the shader - this interface will get cleaned up in the
* future:
*/
- boolean (*run)( struct draw_vertex_shader *shader,
- struct draw_context *draw,
- const unsigned *elts,
- unsigned count,
- void *out,
- unsigned vertex_size);
-
void (*run_linear)( struct draw_vertex_shader *shader,
const float (*input)[4],
float (*output)[4],