i965g: Fix assertions that were always true.
[mesa.git] / src / gallium / docs / source / context.rst
index a7669575b959601f8fc6b396890aae7d232a7814..9080addba444f94aa0439a8ee7bf37d8d8f7839b 100644 (file)
@@ -49,8 +49,9 @@ Non-CSO State
 
 These pieces of state are too small, variable, and/or trivial to have CSO
 objects. They all follow simple, one-method binding calls, e.g.
-``set_edgeflags``.
-
+``set_blend_color``.
+* ``set_stencil_ref`` sets the stencil front and back reference values
+  which are used as comparison values in stencil test.
 * ``set_blend_color``
 * ``set_clip_state``
 * ``set_polygon_stipple``