diff options
author | Chia-I Wu <[email protected]> | 2013-05-29 15:02:31 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2013-06-07 11:13:15 +0800 |
commit | 29b938d9f43a4bc355ee05cad2c9796ea7ee93dd (patch) | |
tree | abcc679677f64e5a73fcae857661cc9c574d352e /src/gallium/drivers/ilo/ilo_gpe.h | |
parent | 130364ad1d5010e9320aaa312309f83746d751d3 (diff) |
ilo: switch to ilo states for WM stage
Define and use
struct ilo_rasterizer_state;
in ilo_context.
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_gpe.h')
-rw-r--r-- | src/gallium/drivers/ilo/ilo_gpe.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/drivers/ilo/ilo_gpe.h b/src/gallium/drivers/ilo/ilo_gpe.h index 9bf1114e9dc..4288ed5c25e 100644 --- a/src/gallium/drivers/ilo/ilo_gpe.h +++ b/src/gallium/drivers/ilo/ilo_gpe.h @@ -84,4 +84,8 @@ struct ilo_scissor_state { struct pipe_scissor_state states[ILO_MAX_VIEWPORTS]; }; +struct ilo_rasterizer_state { + struct pipe_rasterizer_state state; +}; + #endif /* ILO_GPE_H */ |