summaryrefslogtreecommitdiff
path: root/src/gallium/docs
diff options
context:
space:
mode:
authorMichal Krol <michal@vmware.com>2010-02-25 14:27:34 +0100
committerMichal Krol <michal@vmware.com>2010-02-25 14:27:34 +0100
commit06f63457908a997828e93f3141ecdde59392b7d5 (patch)
tree24e420ef636c3281a8f031157bbc5b3c78da1a5d /src/gallium/docs
parent3e0181f47334534be081caa912a20d278fd07149 (diff)
docs: Update after sampler view changes.
Diffstat (limited to 'src/gallium/docs')
-rw-r--r--src/gallium/docs/source/context.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gallium/docs/source/context.rst b/src/gallium/docs/source/context.rst
index 9080addba4..827db8398c 100644
--- a/src/gallium/docs/source/context.rst
+++ b/src/gallium/docs/source/context.rst
@@ -39,8 +39,10 @@ buffers, surfaces) are bound to the driver.
are mostly restricted to the first one right now).
* ``set_framebuffer_state``
-* ``set_fragment_sampler_textures``
-* ``set_vertex_sampler_textures``
+* ``set_fragment_sampler_views``
+* ``set_vertex_sampler_views``
+* ``create_sampler_view``
+* ``sampler_view_destroy``
* ``set_vertex_buffers``