summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965/Makefile
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-11-04 15:10:34 +0000
committerKeith Whitwell <keithw@vmware.com>2009-11-04 15:10:34 +0000
commita09b3d50975e68c13c0421d770f3865ad2a1257c (patch)
tree0b8d1011e5090d33950c5898b15b7466dbb803bf /src/gallium/drivers/i965/Makefile
parent82a19f097427916f4ce594b7c40b0d4b33502727 (diff)
i965g: add missing buffer 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 94b52bf0ec..38b7a30944 100644
--- a/src/gallium/drivers/i965/Makefile
+++ b/src/gallium/drivers/i965/Makefile
@@ -58,6 +58,7 @@ C_SOURCES = \
brw_wm_state.c \
brw_wm_surface_state.c \
brw_screen.c \
+ brw_screen_buffers.c \
brw_screen_tex_layout.c \
brw_screen_texture.c \
brw_screen_surface.c \