diff options
author | Brian Paul <[email protected]> | 2009-05-30 20:09:19 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-05-30 20:09:19 -0600 |
commit | 6c3cefdda6c98d5f0df874c7f1d8c5421cc8468b (patch) | |
tree | ab1b50048475d86150bd79a93ce424d27b01620e /src/gallium/drivers/softpipe/sp_context.h | |
parent | fa0ca31586f2523ac65dbf9c1fdca99dfbca7456 (diff) |
Revert "softpipe: fix flat shading provoking vertex for PIPE_PRIM_POLYGON"
This reverts commit 5d75124db480b37977c353511b4e228905b7cc95.
This fixed unclipped polygons, but broke clipped polygons.
A better fix from the mesa 7.5 branch will be merged next...
Diffstat (limited to 'src/gallium/drivers/softpipe/sp_context.h')
-rw-r--r-- | src/gallium/drivers/softpipe/sp_context.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/softpipe/sp_context.h b/src/gallium/drivers/softpipe/sp_context.h index 2f90d538a59..b89a7292e5b 100644 --- a/src/gallium/drivers/softpipe/sp_context.h +++ b/src/gallium/drivers/softpipe/sp_context.h @@ -107,7 +107,6 @@ struct softpipe_context { /** Which vertex shader output slot contains point size */ int psize_slot; - unsigned api_prim; /**< current prim type being drawn: PIPE_PRIM_x */ unsigned reduced_api_prim; /**< PIPE_PRIM_POINTS, _LINES or _TRIANGLES */ /** Derived from scissor and surface bounds: */ |