summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline.c
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2008-04-19 16:39:24 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2008-04-19 16:39:43 +0100
commitbee1d31641674c67676de86fbb4b35ca5bf7f33f (patch)
tree2a375604b098e0feddc4e094521e368b5f2c4639 /src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline.c
parentc898eae27221bd23b11327553c215a94369eeb99 (diff)
draw: move pt_pipeline code to draw_pipe.c
This is now the drawing interface to the pipeline. No more calling into pipeline.first->tri(), etc.
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline.c')
-rw-r--r--src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline.c b/src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline.c
index 560f1bcd92..a47693ba20 100644
--- a/src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline.c
+++ b/src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline.c
@@ -148,13 +148,13 @@ static void fetch_pipeline_run( struct draw_pt_middle_end *middle,
/* Do we need to run the pipeline?
*/
if (opt & PT_PIPELINE) {
- draw_pt_run_pipeline( fpme->draw,
- fpme->prim,
- pipeline_verts,
- fetch_count,
- fpme->vertex_size,
- draw_elts,
- draw_count );
+ draw_pipeline_run( fpme->draw,
+ fpme->prim,
+ pipeline_verts,
+ fetch_count,
+ fpme->vertex_size,
+ draw_elts,
+ draw_count );
}
else {
draw_pt_emit( fpme->emit,