lima: Reintroduce the standalone compiler

I used this to test things without needing to have a device handy.

Acked-by: Qiang Yu <yuq825@gmail.com>
This commit is contained in:
Connor Abbott
2017-11-03 17:34:32 -04:00
parent 4423552ff0
commit cc78a42577
7 changed files with 352 additions and 3 deletions

View File

@@ -310,7 +310,7 @@ option(
'tools',
type : 'array',
value : [],
choices : ['etnaviv', 'freedreno', 'glsl', 'intel', 'intel-ui', 'nir', 'nouveau', 'xvmc', 'all'],
choices : ['etnaviv', 'freedreno', 'glsl', 'intel', 'intel-ui', 'nir', 'nouveau', 'xvmc', 'lima', 'all'],
description : 'List of tools to build. (Note: `intel-ui` selects `intel`)',
)
option(