diff options
author | Dave Airlie <[email protected]> | 2011-03-02 14:34:14 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2011-03-02 15:30:16 +1000 |
commit | 8d62b2aca99ba67f794dd682ed1ec49dc8826390 (patch) | |
tree | 630a9edcd0d7a781adc835e77fc0709e9de40196 /src/gallium/auxiliary/Makefile | |
parent | 59cae3eee105b8522bc9b17cd60ad1e98b1e8825 (diff) |
gallium: add RGTC UNORM support to u_format.
SNORM needs a bit of work in the state tracker in order for mipmap
generation to work I believe.
I'm also not sure that having unorm fetches for an snorm format is
sane.
Diffstat (limited to 'src/gallium/auxiliary/Makefile')
-rw-r--r-- | src/gallium/auxiliary/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile index 7d7d700eacd..e48063166ff 100644 --- a/src/gallium/auxiliary/Makefile +++ b/src/gallium/auxiliary/Makefile @@ -111,6 +111,7 @@ C_SOURCES = \ util/u_format.c \ util/u_format_other.c \ util/u_format_s3tc.c \ + util/u_format_rgtc.c \ util/u_format_srgb.c \ util/u_format_table.c \ util/u_format_tests.c \ |