summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_shader.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2016-01-15 14:36:53 +0100
committerMarek Olšák <[email protected]>2016-01-22 15:02:40 +0100
commitf1f01588372a26b7c217fa1898eefea75290feed (patch)
treec73fd06619663971a6f7729f66c127342811619e /src/gallium/drivers/radeonsi/si_shader.h
parente28b8530b9f234262ca5863c1e2b0f9c5ee15dc1 (diff)
radeonsi: add shader conversion code for all SPI color formats
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/si_shader.h')
-rw-r--r--src/gallium/drivers/radeonsi/si_shader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeonsi/si_shader.h b/src/gallium/drivers/radeonsi/si_shader.h
index a9b76c6d097..f49290afadf 100644
--- a/src/gallium/drivers/radeonsi/si_shader.h
+++ b/src/gallium/drivers/radeonsi/si_shader.h
@@ -233,6 +233,7 @@ struct si_shader_selector {
union si_shader_key {
struct {
unsigned spi_shader_col_format;
+ unsigned color_is_int8:8;
unsigned last_cbuf:3;
unsigned color_two_side:1;
unsigned alpha_func:3;