i965: Don't allocate curbe buffers on Gen6+.
authorKenneth Graunke <kenneth@whitecape.org>
Fri, 2 Aug 2013 07:11:10 +0000 (00:11 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 6 Aug 2013 07:21:10 +0000 (00:21 -0700)
commit59f22148b361a5e1c06d9f5b200666afa854473c
tree28a78888717dfbb4b5208ec7248c26e9a18d734d
parentb57c1e4b86a0884318418bb19191af41cfd40175
i965: Don't allocate curbe buffers on Gen6+.

These are only used on Gen4-5.  Why waste the 8kB of space?

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/drivers/dri/i965/brw_context.c