diff options
Diffstat (limited to 'src/gallium/drivers/swr/swr_state.h')
-rw-r--r-- | src/gallium/drivers/swr/swr_state.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gallium/drivers/swr/swr_state.h b/src/gallium/drivers/swr/swr_state.h index c89e303ba33..9a8c4e1311c 100644 --- a/src/gallium/drivers/swr/swr_state.h +++ b/src/gallium/drivers/swr/swr_state.h @@ -92,6 +92,11 @@ struct swr_blend_state { RENDER_TARGET_BLEND_COMPILE_STATE compileState[PIPE_MAX_COLOR_BUFS]; }; +struct swr_poly_stipple { + struct pipe_poly_stipple pipe; + bool prim_is_poly; +}; + /* * Derived SWR API DrawState * For convenience of making simple changes without re-deriving state. |