Module: Mesa
Branch: gallium-screen-context
Commit: f9062126883199eabf045714c717cd35f4b7b313
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=f9062126883199eabf045714c717cd35f4b7b313

Author: Keith Whitwell <kei...@vmware.com>
Date:   Thu Feb  4 17:17:12 2010 +0000

gallium/docs: small description of screen::create_context

---

 src/gallium/docs/source/screen.rst |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/gallium/docs/source/screen.rst 
b/src/gallium/docs/source/screen.rst
index 3e57a28..04330f6 100644
--- a/src/gallium/docs/source/screen.rst
+++ b/src/gallium/docs/source/screen.rst
@@ -190,6 +190,15 @@ Get a floating-point screen parameter.
 
 **param** is one of the :ref:`PIPE_CAP` names.
 
+context_create
+^^^^^^^^^^^^^^
+
+Create a pipe_context.
+
+**priv** is private data of the caller, which may be put to various
+unspecified uses, typically to do with implementing swapbuffers
+and/or front-buffer rendering.
+
 is_format_supported
 ^^^^^^^^^^^^^^^^^^^
 

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to