summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/Makefile
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2010-08-12 20:20:23 +1000
committerDave Airlie <airlied@redhat.com>2010-09-20 09:38:18 +1000
commit91b70d84087967f65aba0ce4f9976d5e2c107f09 (patch)
tree6c26633d31ac1504b169ca201bd724309a6e79e6 /src/gallium/auxiliary/Makefile
parentf1cf04dbc0549d1520159be6b4811d6d37ddb5bf (diff)
util/r300g: split the r300 index buffer modifier functions out to util
These can be used by other drivers, like r600g. Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/gallium/auxiliary/Makefile')
-rw-r--r--src/gallium/auxiliary/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile
index 2de764c4ee..c339f72fe2 100644
--- a/src/gallium/auxiliary/Makefile
+++ b/src/gallium/auxiliary/Makefile
@@ -121,6 +121,7 @@ C_SOURCES = \
util/u_handle_table.c \
util/u_hash.c \
util/u_hash_table.c \
+ util/u_index_modify.c \
util/u_keymap.c \
util/u_linear.c \
util/u_linkage.c \