gallium/draw: initial code to properly support llvm in the draw module
[mesa.git] / src / gallium / auxiliary / cso_cache / cso_context.h
index d2089b1c8839a02514fcd5bc1f98a1dbbc8c59e6..707b3c2cee21734c95b66d63964b571115cfc9df 100644 (file)
@@ -174,6 +174,12 @@ enum pipe_error cso_set_blend_color(struct cso_context *cso,
                                     const struct pipe_blend_color *bc);
 
 
+enum pipe_error cso_set_stencil_ref(struct cso_context *cso,
+                                    const struct pipe_stencil_ref *sr);
+void cso_save_stencil_ref(struct cso_context *cso);
+void cso_restore_stencil_ref(struct cso_context *cso);
+
+
 #ifdef __cplusplus
 }
 #endif