aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/docs/source/conf.py
Commit message (Collapse)AuthorAgeFilesLines
* merge gallium docs into main docsErik Faye-Lund2020-07-071-197/+0
| | | | | Reviewed-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5706>
* gallium/docs: remove unused imgmath extensionErik Faye-Lund2020-07-011-1/+1
| | | | | | Acked-by: Alyssa Rosenzweig <[email protected]> Acked-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5691>
* gallium/docs: remove non-existent static dirErik Faye-Lund2020-07-011-1/+1
| | | | | | Acked-by: Alyssa Rosenzweig <[email protected]> Acked-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5691>
* gallium/docs: prefix exts dir with underscoreErik Faye-Lund2020-07-011-1/+1
| | | | | | | | | | It's generally considered good practice to use underscore-prefixes for directories that contains non-doumentation files, so let's do this for our custom extensions as well. Acked-by: Alyssa Rosenzweig <[email protected]> Acked-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5691>
* gallium/docs: use none for highlight_languageErik Faye-Lund2020-07-011-1/+1
| | | | | | | | | | We have much more blocks that are of no particular language (mostly custom ASM variants), so let's instead opt in if we want syntax-highlighting. Acked-by: Alyssa Rosenzweig <[email protected]> Acked-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5691>
* gallium/docs: use imgmath instead of pngmathEric Engestrom2017-02-221-1/+1
| | | | | | | | WARNING: sphinx.ext.pngmath has been deprecated. Please use sphinx.ext.imgmath instead. Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Ilia Mirkin <[email protected]>
* gallium/docs: add some freedreno compiler docsRob Clark2015-03-081-1/+1
| | | | | | | | | | | | | | | 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]>
* gallium/docs: update some distro informationAndreas Boll2012-10-151-1/+1
| | | | Reviewed-by: Brian Paul <[email protected]>
* gallium/docs: Add formatting for envvar role; change debugging.Corbin Simpson2010-08-151-1/+1
| | | | | Per Jakob's request. Not super-pretty, but it's a good point for modding later.
* gallium/docs: Fix VMware spelling.Vinson Lee2010-07-281-2/+2
|
* gallium/docs: Update Gallium version number to 0.4.Vinson Lee2010-04-241-2/+2
|
* gallium/docs: Add opcode formatting.Corbin Simpson2010-02-021-2/+2
|
* docs: Start mathifying TGSI insts.Corbin Simpson2009-12-211-1/+1
|
* More docs. Glossary.Corbin Simpson2009-12-211-0/+3
|
* Add Gallium docs.Corbin Simpson2009-12-201-0/+194
In Sphinx/ReST format.