diff options
author | Denis Pauk <[email protected]> | 2018-06-26 23:30:50 +0300 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2018-07-01 15:42:37 -0400 |
commit | f69bc797e15fe6beb9e439009fab55f7fae0b7f9 (patch) | |
tree | ee695da5940eee8db43a5faf818960463cae76fa /src/gallium/auxiliary/meson.build | |
parent | bf4871f9e83def8a38bbecd0b1fe0b909075523d (diff) |
gallium/auxiliary: Add helper support for bptc format compress/decompress
Reuse code shared with mesa/main/texcompress_bptc.
v2: Use block decompress function
v3: Include static bptc code from texcompress_bptc_tmp.h
Suggested-by: Marek Olšák <[email protected]>
Signed-off-by: Denis Pauk <[email protected]>
CC: Nicolai Hähnle <[email protected]>
CC: Marek Olšák <[email protected]>
CC: Gert Wollny <[email protected]>
Signed-off-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/meson.build')
-rw-r--r-- | src/gallium/auxiliary/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/meson.build b/src/gallium/auxiliary/meson.build index 1f7548142b7..98542d7ef3e 100644 --- a/src/gallium/auxiliary/meson.build +++ b/src/gallium/auxiliary/meson.build @@ -276,6 +276,8 @@ files_libgallium = files( 'util/u_fifo.h', 'util/u_format.c', 'util/u_format.h', + 'util/u_format_bptc.c', + 'util/u_format_bptc.h', 'util/u_format_etc.c', 'util/u_format_etc.h', 'util/u_format_latc.c', |