lima,panfrost: Move lima_tiling.c/h to /src/panfrost
This will allow both drivers to share this code. Both drivers build-tested with meson. Android build not tested. v2: Change naming from tiling->shared, in case Lima and Panfrost can share more in the future. Fix Android build system. Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Reviewed-and-tested-by: Qiang Yu <yuq825@gmail.com>
This commit is contained in:
@@ -70,6 +70,9 @@ endif
|
||||
if with_gallium_freedreno or with_freedreno_vk
|
||||
subdir('freedreno')
|
||||
endif
|
||||
if with_gallium_panfrost or with_gallium_lima
|
||||
subdir('panfrost')
|
||||
endif
|
||||
if with_dri_i965 or with_intel_vk or with_gallium_iris
|
||||
subdir('intel')
|
||||
endif
|
||||
|
Reference in New Issue
Block a user