summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965/Makefile
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-11-04 20:26:41 +0000
committerKeith Whitwell <keithw@vmware.com>2009-11-04 20:26:41 +0000
commite18f223da710a6e1f6a08d346951ea66c6a1de99 (patch)
tree6741613369c491f2c034f41a9657e737d8ef5270 /src/gallium/drivers/i965/Makefile
parent19119517ce00f7710c6cd627c75e7eef765021c2 (diff)
i965g: hook up pipe_clear functions
Diffstat (limited to 'src/gallium/drivers/i965/Makefile')
-rw-r--r--src/gallium/drivers/i965/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/i965/Makefile b/src/gallium/drivers/i965/Makefile
index d7262cf07c..870d67b13d 100644
--- a/src/gallium/drivers/i965/Makefile
+++ b/src/gallium/drivers/i965/Makefile
@@ -34,6 +34,7 @@ C_SOURCES = \
brw_pipe_misc.c \
brw_pipe_sampler.c \
brw_pipe_vertex.c \
+ brw_pipe_clear.c \
brw_pipe_rast.c \
brw_sf.c \
brw_sf_emit.c \