Re: [Mesa-dev] [PATCH] i965: Don't allocate curbe buffers on Gen6+.

2013-08-04 Thread Eric Anholt
Kenneth Graunke kenn...@whitecape.org writes: These are only used on Gen4-5. Why waste the 8kB of space? Signed-off-by: Kenneth Graunke kenn...@whitecape.org Reviewed-by: Eric Anholt e...@anholt.net pgp9qi9CVZ_mA.pgp Description: PGP signature

[Mesa-dev] [PATCH] i965: Don't allocate curbe buffers on Gen6+.

2013-08-02 Thread Kenneth Graunke
These are only used on Gen4-5. Why waste the 8kB of space? Signed-off-by: Kenneth Graunke kenn...@whitecape.org --- src/mesa/drivers/dri/i965/brw_context.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_context.c