intel: Allocate region for separate stencil buffer
authorChad Versace <chad@chad-versace.us>
Mon, 23 May 2011 20:47:35 +0000 (13:47 -0700)
committerChad Versace <chad@chad-versace.us>
Wed, 25 May 2011 14:41:32 +0000 (07:41 -0700)
commit1a1411e09b23fce9977f7926dba4f1f0c8f3c5ec
treee98a3b96c37bedb775337eec85b6f4de7107631a
parentb5c847c7ca06823af3b72324056a2e478caca70b
intel: Allocate region for separate stencil buffer

... in intel_alloc_renderbuffer_storage().  The stencil buffer has quirky
pitch requirements, so its region allocation is a special case.

Reviewed-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Signed-off-by: Chad Versace <chad@chad-versace.us>
src/mesa/drivers/dri/intel/intel_fbo.c