Re: [Mesa-dev] [PATCH 3/7] i965/gen7: Add a prepare_depthbuffer function.

2011-06-07 Thread Eric Anholt
On Mon, 6 Jun 2011 19:08:08 -0700, Kenneth Graunke wrote: > I'm not actually sure how anything worked without this. add_validated_bo is just for the aperture space accounting. You probably just weren't running anything that ran into aperture space limits in accumulating one batchbuffer. (Now

[Mesa-dev] [PATCH 3/7] i965/gen7: Add a prepare_depthbuffer function.

2011-06-06 Thread Kenneth Graunke
I'm not actually sure how anything worked without this. Signed-off-by: Kenneth Graunke --- src/mesa/drivers/dri/i965/gen7_misc_state.c | 15 +++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/src/mesa/drivers/dri/i965/gen7_misc_state.c b/src/mesa/drivers/dri/i965/