summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965/Makefile
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-10-26 00:20:33 +0000
committerKeith Whitwell <keithw@vmware.com>2009-10-26 00:20:33 +0000
commit09c231f84a20a306a173b60c82484ce1f9331edf (patch)
tree1faaa20dc34e1d2b019f14c8ea0accd5ce558808 /src/gallium/drivers/i965/Makefile
parent590949553f737902008dea020420311e2085aa1a (diff)
i965g: still working on compilation
Diffstat (limited to 'src/gallium/drivers/i965/Makefile')
-rw-r--r--src/gallium/drivers/i965/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/gallium/drivers/i965/Makefile b/src/gallium/drivers/i965/Makefile
index 40e8aa8786..c3dbad72ae 100644
--- a/src/gallium/drivers/i965/Makefile
+++ b/src/gallium/drivers/i965/Makefile
@@ -28,10 +28,7 @@ C_SOURCES = \
brw_pipe_blend.c \
brw_pipe_depth.c \
brw_pipe_fb.c \
- brw_pipe_flush.c \
brw_pipe_query.c \
- brw_pipe_shader.c \
- brw_screen_surface.c \
brw_sf.c \
brw_sf_emit.c \
brw_sf_state.c \
@@ -40,8 +37,6 @@ C_SOURCES = \
brw_state_dump.c \
brw_state_upload.c \
brw_swtnl.c \
- brw_tex.c \
- brw_tex_layout.c \
brw_urb.c \
brw_util.c \
brw_vs.c \
@@ -60,8 +55,12 @@ C_SOURCES = \
brw_wm_sampler_state.c \
brw_wm_state.c \
brw_wm_surface_state.c \
+ brw_screen_surface.c \
+ brw_screen_texture.c \
brw_bo.c \
brw_batchbuffer.c \
+ brw_pipe_shader.c \
+ brw_pipe_flush.c \
intel_tex_layout.c
include ../../Makefile.template