summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/nine/nine_shader.h
diff options
context:
space:
mode:
authorAxel Davy <[email protected]>2016-01-09 14:16:15 +0100
committerAxel Davy <[email protected]>2016-02-04 22:12:17 +0100
commit24ddadbba9ddfde579cc4cc65f58b063122b8d02 (patch)
treeff5850ab8e307ea7b6f2e51c2cae9efc36d640fd /src/gallium/state_trackers/nine/nine_shader.h
parentd5389bb92d5dfa1676cf28a80392f0fcb0eb8dc8 (diff)
st/nine: Enforce centroid for color input when multisampling is on
The color inputs must automatically use centroid whether multisampling is used or not. Signed-off-by: Axel Davy <[email protected]> Reviewed-by: Patrick Rudolph <[email protected]>
Diffstat (limited to 'src/gallium/state_trackers/nine/nine_shader.h')
-rw-r--r--src/gallium/state_trackers/nine/nine_shader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/nine/nine_shader.h b/src/gallium/state_trackers/nine/nine_shader.h
index 41577ac572b..1fe0c4bd182 100644
--- a/src/gallium/state_trackers/nine/nine_shader.h
+++ b/src/gallium/state_trackers/nine/nine_shader.h
@@ -61,6 +61,7 @@ struct nine_shader_info
uint8_t fog_enable;
uint8_t fog_mode;
+ uint8_t force_color_in_centroid;
uint16_t projected; /* ps 1.1 to 1.3 */
unsigned const_i_base; /* in vec4 (16 byte) units */