summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/SConscript
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-07-26 23:50:00 +0100
committerJosé Fonseca <jfonseca@vmware.com>2009-08-29 09:21:15 +0100
commit15422b2d99be074e1d6ac064b6f791245975da83 (patch)
tree44d51409d6c873d603a0b1c7eb3626c5567f8bf0 /src/gallium/auxiliary/util/SConscript
parent946f432a08112148d743eb9faf6b27bb8cc7fa76 (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/SConscript')
-rw-r--r--src/gallium/auxiliary/util/SConscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/util/SConscript b/src/gallium/auxiliary/util/SConscript
index fb142eebca..bd1af4e473 100644
--- a/src/gallium/auxiliary/util/SConscript
+++ b/src/gallium/auxiliary/util/SConscript
@@ -12,6 +12,8 @@ util = env.ConvenienceLibrary(
'u_debug_stack.c',
'u_debug_symbol.c',
'u_draw_quad.c',
+ 'u_format.c',
+ 'u_format_table.c',
'u_gen_mipmap.c',
'u_handle_table.c',
'u_hash.c',