diff options
author | José Fonseca <[email protected]> | 2009-07-26 23:50:00 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2009-08-29 09:21:15 +0100 |
commit | 15422b2d99be074e1d6ac064b6f791245975da83 (patch) | |
tree | 44d51409d6c873d603a0b1c7eb3626c5567f8bf0 /src/gallium/auxiliary/util/Makefile | |
parent | 946f432a08112148d743eb9faf6b27bb8cc7fa76 (diff) |
util: Pixel format database.
There are some inconsistencies in pipe_format, but above all, there
simply aren't enough bits in an enum to conveniently store all
information about a pixel format we need to be able to dynamically
generate pixel packing/unpacking code.
Diffstat (limited to 'src/gallium/auxiliary/util/Makefile')
-rw-r--r-- | src/gallium/auxiliary/util/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/util/Makefile b/src/gallium/auxiliary/util/Makefile index 6a8eb73e84a..003aa05cb9a 100644 --- a/src/gallium/auxiliary/util/Makefile +++ b/src/gallium/auxiliary/util/Makefile @@ -10,6 +10,8 @@ C_SOURCES = \ u_blit.c \ u_cache.c \ u_draw_quad.c \ + u_format.c \ + u_format_table.c \ u_gen_mipmap.c \ u_handle_table.c \ u_hash_table.c \ |