diff options
author | Zack Rusin <[email protected]> | 2008-04-13 01:47:07 -0400 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-04-14 11:05:37 +0100 |
commit | 0c1cb54923f3ab31caa2821e095685277174dd2f (patch) | |
tree | 0a4ff3ccc3dc1c4117b7763ea5f2a98909e4016c /src/gallium/auxiliary/draw/draw_pt.h | |
parent | 3f7a3dd58c0ce2719af83ff1d89a26185d08c04c (diff) |
Implement fetch/shade/pipeline or emit vertex passthrough.
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_pt.h')
-rw-r--r-- | src/gallium/auxiliary/draw/draw_pt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/draw_pt.h b/src/gallium/auxiliary/draw/draw_pt.h index 590823fd330..48413b648a6 100644 --- a/src/gallium/auxiliary/draw/draw_pt.h +++ b/src/gallium/auxiliary/draw/draw_pt.h @@ -123,7 +123,7 @@ const void *draw_pt_elt_ptr( struct draw_context *draw, struct draw_pt_front_end *draw_pt_vcache( struct draw_context *draw ); struct draw_pt_middle_end *draw_pt_fetch_emit( struct draw_context *draw ); struct draw_pt_middle_end *draw_pt_fetch_pipeline( struct draw_context *draw ); - +struct draw_pt_middle_end *draw_pt_fetch_pipeline_or_emit(struct draw_context *draw); #endif |