diff options
author | Chia-I Wu <[email protected]> | 2015-06-15 11:24:47 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2015-06-15 15:06:11 +0800 |
commit | 94ab56367169ba2902e83aded409db2df3d25eb1 (patch) | |
tree | 311dce1b6dcc154649cfb6981b971847a337f367 /src/gallium/drivers/ilo/ilo_state.h | |
parent | 7cb853d52ae795b76adec41c98870166b41c9e6f (diff) |
ilo: add ilo_state_raster_{line,poly}_stipple
Initialize hardware stipple states on bound instead of on emission.
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_state.h')
-rw-r--r-- | src/gallium/drivers/ilo/ilo_state.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/drivers/ilo/ilo_state.h b/src/gallium/drivers/ilo/ilo_state.h index 90514d52224..91c2a8d01dc 100644 --- a/src/gallium/drivers/ilo/ilo_state.h +++ b/src/gallium/drivers/ilo/ilo_state.h @@ -354,7 +354,8 @@ struct ilo_state_vector { struct ilo_rasterizer_state *rasterizer; - struct pipe_poly_stipple poly_stipple; + struct ilo_state_line_stipple line_stipple; + struct ilo_state_poly_stipple poly_stipple; unsigned sample_mask; struct ilo_shader_state *fs; |