r600g: use TGSI_PROPERTY to disable viewport and clipping
[mesa.git] / src / gallium / drivers / r600 / r600_shader.h
index ab9f1f02736565ac64f80f560150c35c1c87ccca..d6db8f063ac310452c1a6933f9d972c25471147c 100644 (file)
@@ -59,6 +59,7 @@ struct r600_shader {
        unsigned                nr_ps_color_exports;
        /* bit n is set if the shader writes gl_ClipDistance[n] */
        unsigned                clip_dist_write;
+       boolean                 vs_position_window_space;
        /* flag is set if the shader writes VS_OUT_MISC_VEC (e.g. for PSIZE) */
        boolean                 vs_out_misc_write;
        boolean                 vs_out_point_size;