Mesa (gallium-sampler-view): docs: Update after sampler view changes.

Michał Król michal at kemper.freedesktop.org
Thu Feb 25 13:56:30 UTC 2010


Module: Mesa
Branch: gallium-sampler-view
Commit: 06f63457908a997828e93f3141ecdde59392b7d5
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=06f63457908a997828e93f3141ecdde59392b7d5

Author: Michal Krol <michal at vmware.com>
Date:   Thu Feb 25 14:27:34 2010 +0100

docs: Update after sampler view changes.

---

 src/gallium/docs/source/context.rst |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/gallium/docs/source/context.rst b/src/gallium/docs/source/context.rst
index 9080add..827db83 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``
 
 




More information about the mesa-commit mailing list