docs: move gallium specific docs into gallium folder

Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5706>
This commit is contained in:
Erik Faye-Lund
2020-06-30 13:01:04 +02:00
committed by Marge Bot
parent 64a4ba9e1c
commit 892fdde23f
6 changed files with 6 additions and 4 deletions

View File

@@ -1,6 +1,9 @@
import os
redirects = []
redirects = [
('llvmpipe', 'gallium/drivers/llvmpipe'),
('postprocess', 'gallium/postprocess')
]
def create_redirect(dst):
tpl = '<html><head><meta http-equiv="refresh" content="0; url={0}"><script>window.location.replace("{0}")</script></head></html>'