summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2012-05-12 12:25:33 +0200
committerMarek Olšák <maraeo@gmail.com>2012-05-12 13:09:19 +0200
commit7c799f8f6b853c056a6c49957ae6bcfd5a5404d2 (patch)
tree1d52fabf9d8bac078f6f5837b894e23b3c28c7c4
parent74b9ef83cf5e5d22fe4f411c3b30cce17534de5c (diff)
gallium/docs: remove documentation of redefine_user_buffer
-rw-r--r--src/gallium/docs/source/context.rst14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/gallium/docs/source/context.rst b/src/gallium/docs/source/context.rst
index d17ea4289d..4555c38445 100644
--- a/src/gallium/docs/source/context.rst
+++ b/src/gallium/docs/source/context.rst
@@ -499,20 +499,6 @@ the beginning of the resource.
-.. _redefine_user_buffer:
-
-redefine_user_buffer
-%%%%%%%%%%%%%%%%%%%%
-
-This function notifies a driver that the user buffer content has been changed.
-The updated region starts at ``offset`` and is ``size`` bytes large.
-The ``offset`` is relative to the pointer specified in ``user_buffer_create``.
-While uploading the user buffer, the driver is allowed not to upload
-the memory outside of this region.
-The width0 is redefined to ``MAX2(width0, offset+size)``.
-
-
-
.. _texture_barrier
texture_barrier