Re: [Mesa-dev] [PATCH v2] intel: support for 16 bit config with 24 depth and 8 stencil

2012-10-26 Thread Chad Versace
Looks good to me. There's a test for gen >= 6, and you've tested it there. Reviewed-by: Chad Versace On 10/26/2012 12:39 AM, Tapani Pälli wrote: > Patch adds additional singlesample config with 565 color buffer, > 24 bit depth and 8 bit stencil buffer. This makes Quadrant benchmark > work on And

[Mesa-dev] [PATCH v2] intel: support for 16 bit config with 24 depth and 8 stencil

2012-10-26 Thread Tapani Pälli
Patch adds additional singlesample config with 565 color buffer, 24 bit depth and 8 bit stencil buffer. This makes Quadrant benchmark work on Android. Tested with Sandybridge and Ivybridge machines. Signed-off-by: Tapani Pälli --- src/mesa/drivers/dri/intel/intel_screen.c | 9 +++-- 1 file c