diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2008-04-18 20:46:06 +0100 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2008-04-18 20:46:06 +0100 |
commit | 415e8e039ba38716336e8de3d7b3cdc23b9a9d8e (patch) | |
tree | f25a9cb6ba87aec6a9fe74b7b80930d50f6ae699 /src/gallium/auxiliary/draw/draw_vs_sse.c | |
parent | 709e33cf0bfd552220e46f44e8cfa2063c3cef69 (diff) |
draw: remove draw_vertex_fetch.c
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_vs_sse.c')
-rw-r--r-- | src/gallium/auxiliary/draw/draw_vs_sse.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/draw_vs_sse.c b/src/gallium/auxiliary/draw/draw_vs_sse.c index 60f60a5b53..8e2d381f14 100644 --- a/src/gallium/auxiliary/draw/draw_vs_sse.c +++ b/src/gallium/auxiliary/draw/draw_vs_sse.c @@ -71,7 +71,6 @@ static void vs_sse_prepare( struct draw_vertex_shader *base, struct draw_context *draw ) { - draw_update_vertex_fetch( draw ); } |