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

2012-10-25 Thread Eric Anholt
Tapani Pälli writes: > 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. i915 hardware can't do mixed bit depth between color and depth buffers

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

2012-10-25 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 | 7 +-- 1 file cha