summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_state.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2010-12-18 10:36:31 +1000
committerDave Airlie <airlied@redhat.com>2010-12-24 07:19:57 +1000
commit2f4860f2ab7a7d4a1a1f6e69ee074e22a58c754f (patch)
treead8582676c0f6158822a798a77e38958b918d7c7 /src/gallium/drivers/softpipe/sp_state.h
parentc9c8a5ed02408495b3132cabd7947cc352a117a2 (diff)
softpipe: add support for color writes all color bufs property
Diffstat (limited to 'src/gallium/drivers/softpipe/sp_state.h')
-rw-r--r--src/gallium/drivers/softpipe/sp_state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/softpipe/sp_state.h b/src/gallium/drivers/softpipe/sp_state.h
index 525bf23734..bb19f8cff2 100644
--- a/src/gallium/drivers/softpipe/sp_state.h
+++ b/src/gallium/drivers/softpipe/sp_state.h
@@ -74,7 +74,7 @@ struct sp_fragment_shader {
boolean origin_lower_left; /**< fragment shader uses lower left position origin? */
boolean pixel_center_integer; /**< fragment shader uses integer pixel center? */
-
+ boolean color0_writes_all_cbufs; /**< fragment shader writes color0 to all bound cbufs */
void (*prepare)( const struct sp_fragment_shader *shader,
struct tgsi_exec_machine *machine,
struct tgsi_sampler **samplers);