diff options
author | Eric Anholt <[email protected]> | 2011-04-22 13:44:00 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2011-04-29 15:25:49 -0700 |
commit | d67c08319fda7d0f2df98d60b64c8cc2f3e06c44 (patch) | |
tree | 0f88f8b66cfc73b2b5e954c93d62e050f8a21c59 /src/mesa/drivers/dri/i965/Makefile | |
parent | 8d2047ca7e8a533e1853a2ba51cd1bd6e52ae4a3 (diff) |
i965: Move the CC VP to state streaming.
This is in a way a revert of f5bb775fd1f333d8e579d07a5cac1ded2bd54a2f.
The tiny win that had will be overwhelmed by the win of using the gen6
dynamic state base address.
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/Makefile')
-rw-r--r-- | src/mesa/drivers/dri/i965/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/Makefile b/src/mesa/drivers/dri/i965/Makefile index b05ba35d65f..849018b74ae 100644 --- a/src/mesa/drivers/dri/i965/Makefile +++ b/src/mesa/drivers/dri/i965/Makefile @@ -61,7 +61,6 @@ DRIVER_SOURCES = \ brw_sf.c \ brw_sf_emit.c \ brw_sf_state.c \ - brw_state.c \ brw_state_batch.c \ brw_state_cache.c \ brw_state_dump.c \ |