summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965simple/Makefile
diff options
context:
space:
mode:
authorBrian <brian@i915.localnet.net>2008-02-27 16:22:08 -0700
committerBrian <brian@i915.localnet.net>2008-02-27 16:22:08 -0700
commitdacf91fe587a777eed95b9767bc6b4ccdc7de71c (patch)
tree2b682736de8eeb3074e6b38282cd4cda1626d5ed /src/gallium/drivers/i965simple/Makefile
parentf504d87240542016213569b5da89e251adebc31d (diff)
gallium/i965: remove brw_shader_info struct
The info it contained is now found in tgsi_shader_info. Added a few assertions to catch potential misunderstandings about register counts vs. highest register index used.
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 8589ebdf96..e97146e57c 100644
--- a/src/gallium/drivers/i965simple/Makefile
+++ b/src/gallium/drivers/i965simple/Makefile
@@ -30,7 +30,6 @@ C_SOURCES = \
brw_sf.c \
brw_sf_emit.c \
brw_sf_state.c \
- brw_shader_info.c \
brw_state.c \
brw_state_batch.c \
brw_state_cache.c \