diff options
author | Ilia Mirkin <[email protected]> | 2014-07-22 19:58:00 -0400 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2014-08-12 19:21:04 -0400 |
commit | 43c038f4a621b081a9f85ab3b1b7f1264e4e2377 (patch) | |
tree | bc177d45496db14b976b45e6604a116ad36a3674 /src/gallium/auxiliary/Makefile.sources | |
parent | 82903acf5ebe0354fbff9d697a9df7731078ed11 (diff) |
gallium: add basic support for BPTC formats
Signed-off-by: Ilia Mirkin <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Reviewed-by: Roland Scheidegger <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/Makefile.sources')
-rw-r--r-- | src/gallium/auxiliary/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/Makefile.sources b/src/gallium/auxiliary/Makefile.sources index 3eae9e52526..9bfaa0eabfc 100644 --- a/src/gallium/auxiliary/Makefile.sources +++ b/src/gallium/auxiliary/Makefile.sources @@ -113,6 +113,7 @@ C_SOURCES := \ util/u_format_s3tc.c \ util/u_format_rgtc.c \ util/u_format_etc.c \ + util/u_format_bptc.c \ util/u_format_tests.c \ util/u_format_yuv.c \ util/u_format_zs.c \ |