From: Ian Romanick Date: Mon, 8 Feb 2010 18:34:52 +0000 (-0800) Subject: intel: Stop exposing useless 24 depth/0 stencil configs X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=73e24cd5a7a0760726a681dda5b88805ddcf1555;p=mesa.git intel: Stop exposing useless 24 depth/0 stencil configs Signed-off-by: Ian Romanick Reviewed-by: Kristian Høgsberg --- diff --git a/src/mesa/drivers/dri/intel/intel_screen.c b/src/mesa/drivers/dri/intel/intel_screen.c index bda94e0df35..b308ae19104 100644 --- a/src/mesa/drivers/dri/intel/intel_screen.c +++ b/src/mesa/drivers/dri/intel/intel_screen.c @@ -399,16 +399,13 @@ __DRIconfig **intelInitScreen2(__DRIscreen *psp) if (fb_type[color] == GL_UNSIGNED_SHORT_5_6_5) { depth_bits[1] = 16; stencil_bits[1] = 0; - - depth_factor = 2; } else { depth_bits[1] = 24; - stencil_bits[1] = 0; - depth_bits[2] = 24; - stencil_bits[2] = 8; - - depth_factor = 3; + stencil_bits[1] = 8; } + + depth_factor = 2; + new_configs = driCreateConfigs(fb_format[color], fb_type[color], depth_bits, stencil_bits,