diff options
author | Rob Clark <[email protected]> | 2020-02-23 11:53:32 -0800 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-02-24 21:31:53 +0000 |
commit | 2275343ba346b04ebf8bafbaedfcd707702f9c06 (patch) | |
tree | 1d1899d5cfc2ffdaeb6e16a8831bcdee0c46c06a /src/freedreno/meson.build | |
parent | 568e948d1fda10d825cf99f3cb05609c4ff248bd (diff) |
freedreno/computerator: add computerator
A standalone tool to compile and run compute shaders from ir3 assembly.
Mostly to have an easy way to experiment with instructions.
Signed-off-by: Rob Clark <[email protected]>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3926>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3926>
Diffstat (limited to 'src/freedreno/meson.build')
-rw-r--r-- | src/freedreno/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/freedreno/meson.build b/src/freedreno/meson.build index 1ff2a4fee31..5721e6f81c6 100644 --- a/src/freedreno/meson.build +++ b/src/freedreno/meson.build @@ -25,6 +25,7 @@ subdir('fdl') subdir('ir3') subdir('registers') subdir('perfcntrs') +subdir('computerator') if with_tools.contains('drm-shim') subdir('drm-shim') |