mesa/sso: Add gl_pipeline_object::InfoLog support
[mesa.git] / src / mesa / main / mtypes.h
index f9317a58099e7c1d86834ad506d7fbc3a26cd99b..c18ff1edab7a7529e8c10e2416934ffec1b5618e 100644 (file)
@@ -2807,6 +2807,8 @@ struct gl_pipeline_object
    GLbitfield Flags;                    /**< Mask of GLSL_x flags */
 
    GLboolean EverBound;                 /**< Has the pipeline object been created */
+
+   GLchar *InfoLog;
 };
 
 /**