diff options
author | Roland Scheidegger <[email protected]> | 2010-02-09 21:48:43 +0100 |
---|---|---|
committer | Roland Scheidegger <[email protected]> | 2010-02-09 21:48:43 +0100 |
commit | 98f8c4d0bb702c69fcddb504ddb702abc3aacc06 (patch) | |
tree | 72660b2bd16b7179a20350e80ed02e30c68c31fe /src/gallium/docs/source/context.rst | |
parent | c59446a4930ec93e55f7cd3d1fffe46585cbe506 (diff) |
docs: fix up documentation for stencil ref value changes
Also fix and clarify depth/stencil/alpha documentation a bit.
Diffstat (limited to 'src/gallium/docs/source/context.rst')
-rw-r--r-- | src/gallium/docs/source/context.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gallium/docs/source/context.rst b/src/gallium/docs/source/context.rst index a7669575b95..9080addba44 100644 --- a/src/gallium/docs/source/context.rst +++ b/src/gallium/docs/source/context.rst @@ -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`` |