From: Corbin Simpson Date: Sun, 20 Dec 2009 23:28:00 +0000 (-0800) Subject: Add screen and context to docs. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8283e200af40140b61080f7b9f005b291fb752df;p=mesa.git Add screen and context to docs. --- diff --git a/src/gallium/docs/build/html/_sources/context.txt b/src/gallium/docs/build/html/_sources/context.txt new file mode 100644 index 00000000000..c2e23a13103 --- /dev/null +++ b/src/gallium/docs/build/html/_sources/context.txt @@ -0,0 +1,10 @@ +Context +======= + +The context object represents the purest, most directly accessible, abilities +of the device's 3D rendering pipeline. + +Methods +------- + +XXX diff --git a/src/gallium/docs/build/html/_sources/index.txt b/src/gallium/docs/build/html/_sources/index.txt index f93d1cafa99..e1b04e64538 100644 --- a/src/gallium/docs/build/html/_sources/index.txt +++ b/src/gallium/docs/build/html/_sources/index.txt @@ -13,6 +13,8 @@ Contents: intro tgsi + screen + context cso Indices and tables diff --git a/src/gallium/docs/build/html/_sources/screen.txt b/src/gallium/docs/build/html/_sources/screen.txt new file mode 100644 index 00000000000..1877718e3d5 --- /dev/null +++ b/src/gallium/docs/build/html/_sources/screen.txt @@ -0,0 +1,9 @@ +Screen +====== + +A screen is an object representing the context-independent part of a device. + +Methods +------- + +XXX diff --git a/src/gallium/docs/build/html/context.html b/src/gallium/docs/build/html/context.html new file mode 100644 index 00000000000..5d75438d6b9 --- /dev/null +++ b/src/gallium/docs/build/html/context.html @@ -0,0 +1,120 @@ + + + + + + + Context — Gallium v0.3 documentation + + + + + + + + + + + + +
+
+
+
+ +
+

Context¶

+

The context object represents the purest, most directly accessible, abilities +of the device’s 3D rendering pipeline.

+
+

Methods¶

+

XXX

+
+
+ + +
+
+
+
+
+

Table Of Contents

+ + +

Previous topic

+

Screen

+

Next topic

+

CSO

+

This Page

+ + + +
+
+
+
+ + + + \ No newline at end of file diff --git a/src/gallium/docs/build/html/cso.html b/src/gallium/docs/build/html/cso.html index bf4d402ed3c..7679a081f23 100644 --- a/src/gallium/docs/build/html/cso.html +++ b/src/gallium/docs/build/html/cso.html @@ -21,7 +21,7 @@ - +