merge gallium docs into main docs
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Tue, 30 Jun 2020 10:44:19 +0000 (12:44 +0200)
committerMarge Bot <eric+marge@anholt.net>
Tue, 7 Jul 2020 10:22:08 +0000 (10:22 +0000)
commit2f813981878614ce9567e981dbcaa1cd93dff187
tree66cecf83b0d7a13d397dfbd2de3701a3d4ebee4e
parentcb11900cb6de9a2efdbb5924622859dafe35ac98
merge gallium docs into main docs

Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5706>
59 files changed:
docs/_exts/formatting.py [new file with mode: 0644]
docs/conf.py
docs/contents.rst
docs/gallium/context.rst [new file with mode: 0644]
docs/gallium/cso.rst [new file with mode: 0644]
docs/gallium/cso/blend.rst [new file with mode: 0644]
docs/gallium/cso/dsa.rst [new file with mode: 0644]
docs/gallium/cso/rasterizer.rst [new file with mode: 0644]
docs/gallium/cso/sampler.rst [new file with mode: 0644]
docs/gallium/cso/shader.rst [new file with mode: 0644]
docs/gallium/cso/velems.rst [new file with mode: 0644]
docs/gallium/debugging.rst [new file with mode: 0644]
docs/gallium/distro.rst [new file with mode: 0644]
docs/gallium/drivers.rst [new file with mode: 0644]
docs/gallium/drivers/freedreno.rst [new file with mode: 0644]
docs/gallium/drivers/freedreno/ir3-notes.rst [new file with mode: 0644]
docs/gallium/drivers/openswr.rst [new file with mode: 0644]
docs/gallium/drivers/openswr/faq.rst [new file with mode: 0644]
docs/gallium/drivers/openswr/knobs.rst [new file with mode: 0644]
docs/gallium/drivers/openswr/profiling.rst [new file with mode: 0644]
docs/gallium/drivers/openswr/usage.rst [new file with mode: 0644]
docs/gallium/format.rst [new file with mode: 0644]
docs/gallium/glossary.rst [new file with mode: 0644]
docs/gallium/index.rst [new file with mode: 0644]
docs/gallium/intro.rst [new file with mode: 0644]
docs/gallium/pipeline.txt [new file with mode: 0644]
docs/gallium/resources.rst [new file with mode: 0644]
docs/gallium/screen.rst [new file with mode: 0644]
docs/gallium/tgsi.rst [new file with mode: 0644]
src/gallium/docs/Makefile [deleted file]
src/gallium/docs/make.bat [deleted file]
src/gallium/docs/source/_exts/formatting.py [deleted file]
src/gallium/docs/source/conf.py [deleted file]
src/gallium/docs/source/context.rst [deleted file]
src/gallium/docs/source/cso.rst [deleted file]
src/gallium/docs/source/cso/blend.rst [deleted file]
src/gallium/docs/source/cso/dsa.rst [deleted file]
src/gallium/docs/source/cso/rasterizer.rst [deleted file]
src/gallium/docs/source/cso/sampler.rst [deleted file]
src/gallium/docs/source/cso/shader.rst [deleted file]
src/gallium/docs/source/cso/velems.rst [deleted file]
src/gallium/docs/source/debugging.rst [deleted file]
src/gallium/docs/source/distro.rst [deleted file]
src/gallium/docs/source/drivers.rst [deleted file]
src/gallium/docs/source/drivers/freedreno.rst [deleted file]
src/gallium/docs/source/drivers/freedreno/ir3-notes.rst [deleted file]
src/gallium/docs/source/drivers/openswr.rst [deleted file]
src/gallium/docs/source/drivers/openswr/faq.rst [deleted file]
src/gallium/docs/source/drivers/openswr/knobs.rst [deleted file]
src/gallium/docs/source/drivers/openswr/profiling.rst [deleted file]
src/gallium/docs/source/drivers/openswr/usage.rst [deleted file]
src/gallium/docs/source/format.rst [deleted file]
src/gallium/docs/source/glossary.rst [deleted file]
src/gallium/docs/source/index.rst [deleted file]
src/gallium/docs/source/intro.rst [deleted file]
src/gallium/docs/source/pipeline.txt [deleted file]
src/gallium/docs/source/resources.rst [deleted file]
src/gallium/docs/source/screen.rst [deleted file]
src/gallium/docs/source/tgsi.rst [deleted file]