From 2275343ba346b04ebf8bafbaedfcd707702f9c06 Mon Sep 17 00:00:00 2001 From: Rob Clark Date: Sun, 23 Feb 2020 11:53:32 -0800 Subject: 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 Tested-by: Marge Bot Part-of: --- src/freedreno/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'src/freedreno/meson.build') 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') -- cgit v1.2.3