mesa/st: enable carry/borrow lowering pass
[mesa.git] / src / mesa / main / mtypes.h
index 7cfa9d02b88b769122451f0b5eefbc22a2aa991f..e57c04db3d9b5fcec6a0bc4afc58adf7265d376a 100644 (file)
@@ -2607,17 +2607,6 @@ struct gl_shader_program
     */
    GLboolean BinaryRetreivableHint;
 
-   /**
-    * Flags that the linker should not reject the program if it lacks
-    * a vertex or fragment shader.  GLES2 doesn't allow separate
-    * shader objects, and would reject them.  However, we internally
-    * build separate shader objects for fixed function programs, which
-    * we use for drivers/common/meta.c and for handling
-    * _mesa_update_state with no program bound (for example in
-    * glClear()).
-    */
-   GLboolean InternalSeparateShader;
-
    /**
     * Indicates whether program can be bound for individual pipeline stages
     * using UseProgramStages after it is next linked.