mesa/sso: Implement ValidateProgramPipeline
[mesa.git] / src / mesa / main / mtypes.h
index c18ff1edab7a7529e8c10e2416934ffec1b5618e..33cb88881364ba63653d5e43d6516307bbb81a6d 100644 (file)
@@ -2808,6 +2808,8 @@ struct gl_pipeline_object
 
    GLboolean EverBound;                 /**< Has the pipeline object been created */
 
+   GLboolean Validated;                 /**< Pipeline Validation status */
+
    GLchar *InfoLog;
 };