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:

committed by
Marge Bot

parent
64a4ba9e1c
commit
892fdde23f
@@ -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>'
|
||||
|
Reference in New Issue
Block a user