aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i915/Makefile
diff options
context:
space:
mode:
authorStéphane Marchesin <[email protected]>2011-07-04 20:21:37 -0700
committerStéphane Marchesin <[email protected]>2011-07-06 02:49:48 -0700
commit2bc5e0e97ba7b6c32f6ff90cb90448173d74b89b (patch)
tree8421bf310dfd85869d0f63c950957099a3b7f9b9 /src/gallium/drivers/i915/Makefile
parentcc78eb63cdc0022684ca6816f258ea4492431916 (diff)
i915g: introduce the tiny shader optimizer.
Diffstat (limited to 'src/gallium/drivers/i915/Makefile')
-rw-r--r--src/gallium/drivers/i915/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/i915/Makefile b/src/gallium/drivers/i915/Makefile
index 778124728bb..36197fbc93b 100644
--- a/src/gallium/drivers/i915/Makefile
+++ b/src/gallium/drivers/i915/Makefile
@@ -27,6 +27,7 @@ C_SOURCES = \
i915_resource_buffer.c \
i915_fpc_emit.c \
i915_fpc_translate.c \
+ i915_fpc_optimize.c \
i915_surface.c
include ../../Makefile.template