diff options
author | Keith Whitwell <[email protected]> | 2008-05-13 13:35:14 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-05-23 09:16:54 +0100 |
commit | b23706454bb165a62888d264e95a98a2e4cf139c (patch) | |
tree | 30428e10ffb164827552fbcc237093d16b4bc6b3 /src/gallium/auxiliary/draw/draw_pt.h | |
parent | 8b25b5256fad23e8ea11c6931ecac658ca60c0b0 (diff) |
draw: get rid of fetch-shade-emit frontend hack
The code is now living in it's intended place as a pt middle end.
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_pt.h')
-rw-r--r-- | src/gallium/auxiliary/draw/draw_pt.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/draw_pt.h b/src/gallium/auxiliary/draw/draw_pt.h index cdae46b8d28..e03816ebbc7 100644 --- a/src/gallium/auxiliary/draw/draw_pt.h +++ b/src/gallium/auxiliary/draw/draw_pt.h @@ -121,7 +121,6 @@ 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_front_end *draw_pt_varray(struct draw_context *draw); -struct draw_pt_front_end *draw_pt_fetch_shade_emit( struct draw_context *draw ); /* Middle-ends: * |