summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/i915simple/Makefile
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-08-22 13:33:19 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-08-22 13:33:19 -0600
commitbe673e9719593ee22c16e289fe4d154db3fb7805 (patch)
tree85d973c909f6054e86d8c3ca0b2199cb562097e3 /src/mesa/pipe/i915simple/Makefile
parentd45dd5672ae60f1f49648725974693bf4ebf4bf8 (diff)
Sampler state code now compiles and is built. Not tested yet.
Diffstat (limited to 'src/mesa/pipe/i915simple/Makefile')
-rw-r--r--src/mesa/pipe/i915simple/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/pipe/i915simple/Makefile b/src/mesa/pipe/i915simple/Makefile
index bb1e6104d8..7e4e3d413e 100644
--- a/src/mesa/pipe/i915simple/Makefile
+++ b/src/mesa/pipe/i915simple/Makefile
@@ -19,6 +19,7 @@ DRIVER_SOURCES = \
i915_state_derived.c \
i915_state_emit.c \
i915_state_fragprog.c \
+ i915_state_sampler.c \
i915_strings.c \
i915_prim_emit.c \
i915_tex_layout.c \