diff options
author | Erik Faye-Lund <[email protected]> | 2020-06-30 12:44:19 +0200 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-07-07 10:22:08 +0000 |
commit | 2f813981878614ce9567e981dbcaa1cd93dff187 (patch) | |
tree | 66cecf83b0d7a13d397dfbd2de3701a3d4ebee4e /docs/gallium/index.rst | |
parent | cb11900cb6de9a2efdbb5924622859dafe35ac98 (diff) |
merge gallium docs into main docs
Reviewed-by: Eric Engestrom <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5706>
Diffstat (limited to 'docs/gallium/index.rst')
-rw-r--r-- | docs/gallium/index.rst | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/docs/gallium/index.rst b/docs/gallium/index.rst new file mode 100644 index 00000000000..dcf83992dc0 --- /dev/null +++ b/docs/gallium/index.rst @@ -0,0 +1,32 @@ +.. Gallium documentation master file, created by + sphinx-quickstart on Sun Dec 20 14:09:05 2009. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +Welcome to Gallium's documentation! +=================================== + +Contents: + +.. toctree:: + :maxdepth: 2 + + intro + debugging + tgsi + screen + resources + format + context + cso + distro + drivers + glossary + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` + |