From 5ff41b9fc5ed2298b70772666573ad47418d12fd Mon Sep 17 00:00:00 2001 From: Qiang Yu Date: Sat, 17 Aug 2019 16:40:49 +0800 Subject: lima: move format handling to unified place Create a unified table to handle pipe format to texture and render target format lookup. Reviewed-by: Vasily Khoruzhick Reviewed-by: Erico Nunes Signed-off-by: Qiang Yu --- src/gallium/drivers/lima/meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gallium/drivers/lima/meson.build') diff --git a/src/gallium/drivers/lima/meson.build b/src/gallium/drivers/lima/meson.build index 0d8f2f87c29..9f5edb0ebfb 100644 --- a/src/gallium/drivers/lima/meson.build +++ b/src/gallium/drivers/lima/meson.build @@ -69,6 +69,8 @@ files_lima = files( 'lima_texture.h', 'lima_fence.c', 'lima_fence.h', + 'lima_format.h', + 'lima_format.c', ) lima_nir_algebraic_c = custom_target( -- cgit v1.2.3