diff options
author | Qiang Yu <[email protected]> | 2019-08-17 16:40:49 +0800 |
---|---|---|
committer | Qiang Yu <[email protected]> | 2019-08-25 11:52:29 +0800 |
commit | 5ff41b9fc5ed2298b70772666573ad47418d12fd (patch) | |
tree | 79eabc150a4d5e00d2d24cd50479d28592f9c892 /src/gallium/drivers/lima/meson.build | |
parent | fe0ec41c4d36fd5a82e7579d89e34cce7423c4e5 (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/meson.build')
-rw-r--r-- | src/gallium/drivers/lima/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
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( |