summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965simple/Makefile
diff options
context:
space:
mode:
authorBrian <brian@i915.localnet.net>2008-02-27 11:24:35 -0700
committerBrian <brian@i915.localnet.net>2008-02-27 11:24:35 -0700
commit8383f798b41df9a305e0a33afe8afa028d5d5dfb (patch)
treeaa5f3626bc28f7f2368064d91099fdbaf486d04a /src/gallium/drivers/i965simple/Makefile
parent03b5267f52d440b1b357918ed7de2ca948f314e1 (diff)
gallium: start removing pipe_context->get_name/vendor/param/paramf
These are now per-screen functions, not per-context. State tracker updated, code in drivers and p_context.h disabled.
Diffstat (limited to 'src/gallium/drivers/i965simple/Makefile')
-rw-r--r--src/gallium/drivers/i965simple/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/i965simple/Makefile b/src/gallium/drivers/i965simple/Makefile
index 7b0df0f850..8589ebdf96 100644
--- a/src/gallium/drivers/i965simple/Makefile
+++ b/src/gallium/drivers/i965simple/Makefile
@@ -7,7 +7,6 @@ C_SOURCES = \
brw_blit.c \
brw_flush.c \
brw_screen.c \
- brw_strings.c \
brw_surface.c \
brw_cc.c \
brw_clip.c \