From 8283e200af40140b61080f7b9f005b291fb752df Mon Sep 17 00:00:00 2001 From: Corbin Simpson Date: Sun, 20 Dec 2009 15:28:00 -0800 Subject: Add screen and context to docs. --- src/gallium/docs/build/html/_sources/context.txt | 10 ++ src/gallium/docs/build/html/_sources/index.txt | 2 + src/gallium/docs/build/html/_sources/screen.txt | 9 ++ src/gallium/docs/build/html/context.html | 120 +++++++++++++++++++++++ src/gallium/docs/build/html/cso.html | 10 +- src/gallium/docs/build/html/index.html | 8 ++ src/gallium/docs/build/html/screen.html | 119 ++++++++++++++++++++++ src/gallium/docs/build/html/searchindex.js | 2 +- src/gallium/docs/source/context.rst | 10 ++ src/gallium/docs/source/index.rst | 2 + src/gallium/docs/source/screen.rst | 9 ++ 11 files changed, 295 insertions(+), 6 deletions(-) create mode 100644 src/gallium/docs/build/html/_sources/context.txt create mode 100644 src/gallium/docs/build/html/_sources/screen.txt create mode 100644 src/gallium/docs/build/html/context.html create mode 100644 src/gallium/docs/build/html/screen.html create mode 100644 src/gallium/docs/source/context.rst create mode 100644 src/gallium/docs/source/screen.rst 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 0000000000..c2e23a1310 --- /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 f93d1cafa9..e1b04e6453 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 0000000000..1877718e3d --- /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 0000000000..5d75438d6b --- /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 bf4d402ed3..7679a081f2 100644 --- a/src/gallium/docs/build/html/cso.html +++ b/src/gallium/docs/build/html/cso.html @@ -21,7 +21,7 @@ - +