aboutsummaryrefslogtreecommitdiffstats
path: root/docs/llvmpipe.rst
Commit message (Collapse)AuthorAgeFilesLines
* docs: use code-blocksErik Faye-Lund2020-06-131-5/+5
| | | | | | | Sphinx can syntax-highlight a block if we use the right syntax. Reviewed-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4630>
* docs: fixup botched tableErik Faye-Lund2020-06-131-1/+13
| | | | | | | | Pandoc silently fails on colspan, breaking this table. But rst supports this just fine, so let's just hand-convert this table instead. Reviewed-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4630>
* docs: convert articles to reructuredtextErik Faye-Lund2020-06-131-0/+272
This uses the previously added scripts to convert the documentation to reStructuredText, which is both easier to read offline, and can be used to generate modern HTML for online documentation. No modification to the generated results have been done. Acked-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4630>