diff options
author | Brian Paul <[email protected]> | 2008-10-15 14:39:16 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-10-15 14:39:16 -0600 |
commit | ec7d6c656178babdf143faa242f7a3df9d0bc22c (patch) | |
tree | 9983e7c509ca0cf85341a3699c38fb578b9ff586 /src/gallium/drivers/cell/spu/spu_main.h | |
parent | 8bf105997748ba268eb65b39461e379fe6642c5a (diff) |
cell: send rasterizer state to SPUs in proper way, remove front_winding hack
Diffstat (limited to 'src/gallium/drivers/cell/spu/spu_main.h')
-rw-r--r-- | src/gallium/drivers/cell/spu/spu_main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/cell/spu/spu_main.h b/src/gallium/drivers/cell/spu/spu_main.h index f87495b72d7..4099e52699c 100644 --- a/src/gallium/drivers/cell/spu/spu_main.h +++ b/src/gallium/drivers/cell/spu/spu_main.h @@ -153,6 +153,7 @@ struct spu_global struct pipe_blend_state blend; struct pipe_blend_color blend_color; struct pipe_sampler_state sampler[PIPE_MAX_SAMPLERS]; + struct pipe_rasterizer_state rasterizer; struct spu_texture texture[PIPE_MAX_SAMPLERS]; struct vertex_info vertex_info; |