diff options
author | Brian Paul <[email protected]> | 2008-04-14 10:56:56 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-04-14 10:57:40 -0600 |
commit | f58ab8e75c082a0aea36ed63fe7e21fb5fac14b6 (patch) | |
tree | dfd65b11cc2babc17aa5b899c2a96bdf70d17f75 /src/gallium/drivers/softpipe/sp_context.h | |
parent | 983b6a73e1842b436d158dc1d018bd483a1c9929 (diff) |
gallium: take reduced prim, fill modes into account when culling
Diffstat (limited to 'src/gallium/drivers/softpipe/sp_context.h')
-rw-r--r-- | src/gallium/drivers/softpipe/sp_context.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/softpipe/sp_context.h b/src/gallium/drivers/softpipe/sp_context.h index 2442bd1eb00..0e1d5e561d9 100644 --- a/src/gallium/drivers/softpipe/sp_context.h +++ b/src/gallium/drivers/softpipe/sp_context.h @@ -105,6 +105,8 @@ struct softpipe_context { int psize_slot; + unsigned reduced_api_prim; /**< PIPE_PRIM_POINTS, _LINES or _TRIANGLES */ + #if 0 /* Stipple derived state: */ |