summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/r600_shader.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2014-01-31 08:06:25 +0000
committerDave Airlie <airlied@redhat.com>2014-02-11 14:14:50 +1000
commit6d434252e239bc872549e59c64eb3d0e5dab0655 (patch)
tree8520e55e09e451bcb4634d8211fd89223fefb7a7 /src/gallium/drivers/r600/r600_shader.h
parent0705fa35cdaf15ec969c28dc85e88b8be1149a3b (diff)
r600g: add support for multiple viewports.
tested on rv635 and barts. Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/gallium/drivers/r600/r600_shader.h')
-rw-r--r--src/gallium/drivers/r600/r600_shader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600_shader.h b/src/gallium/drivers/r600/r600_shader.h
index 89602c7013f..519d0aaf0bf 100644
--- a/src/gallium/drivers/r600/r600_shader.h
+++ b/src/gallium/drivers/r600/r600_shader.h
@@ -63,6 +63,7 @@ struct r600_shader {
boolean vs_out_misc_write;
boolean vs_out_point_size;
boolean vs_out_layer;
+ boolean vs_out_viewport;
boolean has_txq_cube_array_z_comp;
boolean uses_tex_buffers;
boolean gs_prim_id_input;