Mesa (master): gallium/docs: Unswap PIPE_BIND_SHARED's comment.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Thu Apr 22 18:52:19 UTC 2010


Module: Mesa
Branch: master
Commit: cb384ae8b2028016d66ebf92c9cb2ae3be7d3595
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cb384ae8b2028016d66ebf92c9cb2ae3be7d3595

Author: José Fonseca <jfonseca at vmware.com>
Date:   Thu Apr 22 19:51:10 2010 +0100

gallium/docs: Unswap PIPE_BIND_SHARED's comment.

---

 src/gallium/docs/source/screen.rst |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/gallium/docs/source/screen.rst b/src/gallium/docs/source/screen.rst
index 05688cc..c5815f8 100644
--- a/src/gallium/docs/source/screen.rst
+++ b/src/gallium/docs/source/screen.rst
@@ -121,8 +121,8 @@ resources might be created and handled quite differently.
 * ``PIPE_BIND_DEPTH_STENCIL``: A depth (Z) buffer and/or stencil buffer. Any
   depth/stencil surface/resource attached to pipe_framebuffer_state::zsbuf must
   have this flag set.
-* ``PIPE_BIND_DISPLAY_TARGET``: A sharable buffer that can be given to another
-  process.
+* ``PIPE_BIND_DISPLAY_TARGET``: A surface that can be presented to screen. Arguments to
+  pipe_screen::flush_front_buffer must have this flag set.
 * ``PIPE_BIND_SAMPLER_VIEW``: A texture that may be sampled from in a fragment
   or vertex shader.
 * ``PIPE_BIND_VERTEX_BUFFER``: A vertex buffer.
@@ -135,7 +135,8 @@ resources might be created and handled quite differently.
 * ``PIPE_BIND_TRANSFER_READ``: A transfer object which will be read from.
 * ``PIPE_BIND_CUSTOM``:
 * ``PIPE_BIND_SCANOUT``: A front color buffer or scanout buffer.
-* ``PIPE_BIND_SHARED``:
+* ``PIPE_BIND_SHARED``: A sharable buffer that can be given to another
+  process.
 
 .. _pipe_usage:
 




More information about the mesa-commit mailing list