st/mesa: expose conservative_depth if GLSL 1.3 is supported
[mesa.git] / src / mesa / state_tracker / st_context.h
index 0a322022149a5cd2ebcbe7d7835c25a3adb53ffb..c60780989638843981814760a5ffb85a9781375d 100644 (file)
@@ -75,6 +75,7 @@ struct st_context
    struct draw_stage *feedback_stage;  /**< For GL_FEEDBACK rendermode */
    struct draw_stage *selection_stage;  /**< For GL_SELECT rendermode */
    struct draw_stage *rastpos_stage;  /**< For glRasterPos */
+   GLboolean sw_primitive_restart;
 
 
    /* On old libGL's for linux we need to invalidate the drawables