freedreno/isa: move isaspec to a new home

This commit moves isaspec out of freedreno into a more
generic new home - src/compiler/isaspec.

Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Reviewed-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11321>
This commit is contained in:
Christian Gmeiner
2021-05-28 22:52:45 +02:00
committed by Marge Bot
parent 6801c300a8
commit bc2e806b0f
9 changed files with 33 additions and 11 deletions

View File

@@ -98,3 +98,4 @@ if with_tests
endif
subdir('glsl')
subdir('isaspec')