diff options
author | Jakob Bornecrantz <jakob@tungstengraphics.com> | 2008-11-24 20:01:48 +0100 |
---|---|---|
committer | Jakob Bornecrantz <jakob@tungstengraphics.com> | 2008-11-24 20:01:48 +0100 |
commit | f0e3366b0860047632bec59c8ee815670cfb2d25 (patch) | |
tree | 43ce8399982d7b3a779490dbad01d9a7ff1c3833 /src/gallium/auxiliary/util/Makefile | |
parent | 0b9e96fae9493d5d58f046e01c983a3c4267090e (diff) |
util: Add generic tile and detile functions
Diffstat (limited to 'src/gallium/auxiliary/util/Makefile')
-rw-r--r-- | src/gallium/auxiliary/util/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/util/Makefile b/src/gallium/auxiliary/util/Makefile index b3d1045a8f..f611f82773 100644 --- a/src/gallium/auxiliary/util/Makefile +++ b/src/gallium/auxiliary/util/Makefile @@ -11,6 +11,7 @@ C_SOURCES = \ u_handle_table.c \ u_hash_table.c \ u_keymap.c \ + u_linear.c \ u_math.c \ u_mm.c \ u_rect.c \ |