nir: Document all the ALU opcodes
Reviewed-by: Connor Abbott <cwabbott0@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11438>
This commit is contained in:

committed by
Marge Bot

parent
73188c6954
commit
1a14d98fa2
@@ -38,7 +38,7 @@ sys.path.append(os.path.abspath('_exts'))
|
||||
# Add any Sphinx extension module names here, as strings. They can be
|
||||
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
||||
# ones.
|
||||
extensions = ['sphinx.ext.graphviz', 'breathe', 'formatting', 'redirects']
|
||||
extensions = ['sphinx.ext.graphviz', 'breathe', 'formatting', 'nir', 'redirects']
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
templates_path = ['_templates']
|
||||
|
Reference in New Issue
Block a user