summaryrefslogtreecommitdiffstats
path: root/src/gallium/docs/source/drivers.rst
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2015-01-29 15:55:41 -0500
committerRob Clark <[email protected]>2015-03-08 17:42:43 -0400
commit0e8d58b80a0799728bcb8b65a79ce2d27b32170a (patch)
treee30616036b299a248cc7fc1d72355726d1d3ce69 /src/gallium/docs/source/drivers.rst
parent060d3499202c339a27fbc366335f2122ed4ff7bc (diff)
gallium/docs: add some freedreno compiler docs
Enable the 'sphinx.ext.graphviz' extension, and add in a section for driver specific docs, with freedreno compiler docs beneath. The goal is for more complete compiler docs, and hopefully some docs about other parts of the driver (such as how tiling works, etc). Note that there is also a Distribution -> Drivers section. Although that appears to be simply just a list of drivers. Not sure if that should move under the 'Drivers' section or left alone. I did add a one-line section for freedreno in the existing Distribution -> Drivers section. Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/gallium/docs/source/drivers.rst')
-rw-r--r--src/gallium/docs/source/drivers.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/gallium/docs/source/drivers.rst b/src/gallium/docs/source/drivers.rst
new file mode 100644
index 00000000000..469197c2332
--- /dev/null
+++ b/src/gallium/docs/source/drivers.rst
@@ -0,0 +1,9 @@
+Drivers
+=======
+
+Driver specific documentation.
+
+.. toctree::
+ :glob:
+
+ drivers/*