summaryrefslogtreecommitdiff
path: root/docs/doxygen-wrapper.py
diff options
context:
space:
mode:
authorJason Ekstrand <jason@jlekstrand.net>2021-06-18 08:16:18 -0500
committerMarge Bot <eric+marge@anholt.net>2021-06-21 16:46:59 +0000
commit73188c6954299d57c5b3eb30c514977895283b66 (patch)
treeebef2eb62749edc8f454b6afb5847e3fe39ecdc2 /docs/doxygen-wrapper.py
parentf00b5a30f5799b5072197ecb92bbcc16877109cd (diff)
downloadmesa-73188c6954299d57c5b3eb30c514977895283b66.tar.gz
nir,docs: Add docs for NIR ALU instructions
About half or more of the text here is actually from Connor Abbot. I've edited it a bit to bring it up-to-date and make a few things more clear. Reviewed-by: Connor Abbott <cwabbott0@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11438>
Diffstat (limited to 'docs/doxygen-wrapper.py')
-rwxr-xr-xdocs/doxygen-wrapper.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/doxygen-wrapper.py b/docs/doxygen-wrapper.py
index 49735b3504c..090b5bcd757 100755
--- a/docs/doxygen-wrapper.py
+++ b/docs/doxygen-wrapper.py
@@ -29,6 +29,7 @@ import subprocess
import tempfile
INPUT_PATHS = [
+ 'src/compiler/nir/nir.h',
'src/intel/isl',
]