Mesa (gallium-screen-context): gallium/docs: small description of screen:: create_context

Keith Whitwell keithw at kemper.freedesktop.org
Thu Feb 4 17:17:20 UTC 2010


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

Author: Keith Whitwell <keithw at 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
 ^^^^^^^^^^^^^^^^^^^
 




More information about the mesa-commit mailing list