From 1ace200b2b916d4e9696ae7f711578dcdd5d28e0 Mon Sep 17 00:00:00 2001 From: Michel Dänzer Date: Fri, 21 Dec 2012 15:39:26 +0100 Subject: radeonsi: Set SPI_SHADER_COL_FORMAT to what the pixel shader actually exports. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Instead of deriving it from the colour buffer formats only. Fixes a number of piglit tests which export depth from the pixel shader. Reviewed-by: Christian König Signed-off-by: Michel Dänzer --- src/gallium/drivers/radeonsi/radeonsi_pipe.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gallium/drivers/radeonsi/radeonsi_pipe.h') diff --git a/src/gallium/drivers/radeonsi/radeonsi_pipe.h b/src/gallium/drivers/radeonsi/radeonsi_pipe.h index 29e8960c9b1..686ed055039 100644 --- a/src/gallium/drivers/radeonsi/radeonsi_pipe.h +++ b/src/gallium/drivers/radeonsi/radeonsi_pipe.h @@ -134,7 +134,6 @@ struct r600_context { /* shader information */ unsigned sprite_coord_enable; unsigned export_16bpc; - unsigned spi_shader_col_format; struct r600_textures_info vs_samplers; struct r600_textures_info ps_samplers; struct si_resource *border_color_table; -- cgit v1.2.3