aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/lima/Android.mk
diff options
context:
space:
mode:
authorQiang Yu <[email protected]>2019-08-17 16:40:49 +0800
committerQiang Yu <[email protected]>2019-08-25 11:52:29 +0800
commit5ff41b9fc5ed2298b70772666573ad47418d12fd (patch)
tree79eabc150a4d5e00d2d24cd50479d28592f9c892 /src/gallium/drivers/lima/Android.mk
parentfe0ec41c4d36fd5a82e7579d89e34cce7423c4e5 (diff)
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 <[email protected]> Reviewed-by: Erico Nunes <[email protected]> Signed-off-by: Qiang Yu <[email protected]>
Diffstat (limited to 'src/gallium/drivers/lima/Android.mk')
-rw-r--r--src/gallium/drivers/lima/Android.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gallium/drivers/lima/Android.mk b/src/gallium/drivers/lima/Android.mk
index 10aba8dd3e2..c09789ec022 100644
--- a/src/gallium/drivers/lima/Android.mk
+++ b/src/gallium/drivers/lima/Android.mk
@@ -68,7 +68,9 @@ LOCAL_SRC_FILES := \
lima_texture.c \
lima_texture.h \
lima_util.c \
- lima_util.h
+ lima_util.h \
+ lima_format.c \
+ lima_format.h
LOCAL_MODULE := libmesa_pipe_lima