diff options
author | Keith Whitwell <[email protected]> | 2008-04-01 14:49:56 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-04-01 14:51:25 +0100 |
commit | edfa8201a50c47376b7aa0c05d7851e3e1353bde (patch) | |
tree | ca11942b02e8a6eb919b959b5d677af75a11c009 /src/gallium/auxiliary/draw/draw_pt.h | |
parent | caa44763f7f7aa26ed0b0d1e5af0c410fba6bfe6 (diff) |
draw: more flatshade_first changes
- Reduce the number of changes to the normal vertex ordering
- Assume that the hardware knows how to do this in the standard case.
- Add support to the passthrough vcache path.
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 439fa4c8813..f8786160799 100644 --- a/src/gallium/auxiliary/draw/draw_pt.h +++ b/src/gallium/auxiliary/draw/draw_pt.h @@ -110,7 +110,7 @@ const void *draw_pt_elt_ptr( struct draw_context *draw, /* Implementations: */ -struct draw_pt_front_end *draw_pt_vcache( void ); +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 ); |