diff options
author | Keith Whitwell <[email protected]> | 2008-04-18 20:41:39 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-04-18 20:41:39 +0100 |
commit | dd903d83b3ff8dd19f75ac7542b96bc8f1387fe6 (patch) | |
tree | c7d2f7a3b551b112d44629d1f450e325f4cd495c /src/gallium/auxiliary/draw/draw_vs.h | |
parent | 66891826421d5b774e081f7a2a85580cd0523fab (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.h | 7 |
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 e88d00e2479..b6f3bbdaead 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], |