summaryrefslogtreecommitdiffstats
path: root/src/gallium/docs/source
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/docs/source')
-rw-r--r--src/gallium/docs/source/context.rst10
-rw-r--r--src/gallium/docs/source/index.rst2
-rw-r--r--src/gallium/docs/source/screen.rst9
3 files changed, 21 insertions, 0 deletions
diff --git a/src/gallium/docs/source/context.rst b/src/gallium/docs/source/context.rst
new file mode 100644
index 00000000000..c2e23a13103
--- /dev/null
+++ b/src/gallium/docs/source/context.rst
@@ -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/source/index.rst b/src/gallium/docs/source/index.rst
index f93d1cafa99..e1b04e64538 100644
--- a/src/gallium/docs/source/index.rst
+++ b/src/gallium/docs/source/index.rst
@@ -13,6 +13,8 @@ Contents:
intro
tgsi
+ screen
+ context
cso
Indices and tables
diff --git a/src/gallium/docs/source/screen.rst b/src/gallium/docs/source/screen.rst
new file mode 100644
index 00000000000..1877718e3d5
--- /dev/null
+++ b/src/gallium/docs/source/screen.rst
@@ -0,0 +1,9 @@
+Screen
+======
+
+A screen is an object representing the context-independent part of a device.
+
+Methods
+-------
+
+XXX