nir, glsl: move pixel_center_integer/origin_upper_left to shader_info.fs
[mesa.git] / src / compiler / glsl / ir.h
index d05d1998a50739f8937c36d0668f873ddd80a246..fa124863d09b39833679d50613a1331987a1371b 100644 (file)
@@ -711,14 +711,6 @@ public:
        */
       unsigned interpolation:2;
 
-      /**
-       * \name ARB_fragment_coord_conventions
-       * @{
-       */
-      unsigned origin_upper_left:1;
-      unsigned pixel_center_integer:1;
-      /*@}*/
-
       /**
        * Was the location explicitly set in the shader?
        *