diff options
author | Michel Dänzer <[email protected]> | 2012-11-02 15:57:30 +0100 |
---|---|---|
committer | Michel Dänzer <[email protected]> | 2012-11-12 15:45:42 +0100 |
commit | 7708a864648aecd8aafb484ec7db18c2aba9e957 (patch) | |
tree | 5cf18063bcc9ef3d1a2a0ea2732b706d33019f09 /src/gallium/drivers/radeonsi/radeonsi_pipe.h | |
parent | e44dfd4b3c68d58b16fa6943b82963809ab2d177 (diff) |
radeonsi: Implement alpha testing in pixel shader.
Signed-off-by: Michel Dänzer <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/radeonsi_pipe.h')
-rw-r--r-- | src/gallium/drivers/radeonsi/radeonsi_pipe.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/radeonsi/radeonsi_pipe.h b/src/gallium/drivers/radeonsi/radeonsi_pipe.h index 587cba8c841..1bd8bfbbcfd 100644 --- a/src/gallium/drivers/radeonsi/radeonsi_pipe.h +++ b/src/gallium/drivers/radeonsi/radeonsi_pipe.h @@ -134,8 +134,6 @@ struct r600_context { unsigned sprite_coord_enable; unsigned export_16bpc; unsigned spi_shader_col_format; - unsigned alpha_ref; - boolean alpha_ref_dirty; struct r600_textures_info vs_samplers; struct r600_textures_info ps_samplers; struct si_resource *border_color_table; |