From: José Fonseca Date: Tue, 19 Jan 2010 14:12:10 +0000 (-0800) Subject: wgl: Don't export pure-stencil pixel formats. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5e870f4fe9e71b7f467f2a0b03934352f90846cc;p=mesa.git wgl: Don't export pure-stencil pixel formats. They cause DCT's conform to always fail. --- diff --git a/src/gallium/state_trackers/wgl/stw_pixelformat.c b/src/gallium/state_trackers/wgl/stw_pixelformat.c index 7abe5d9f7fa..c310c78ccf1 100644 --- a/src/gallium/state_trackers/wgl/stw_pixelformat.c +++ b/src/gallium/state_trackers/wgl/stw_pixelformat.c @@ -94,8 +94,6 @@ stw_pf_depth_stencil[] = { { PIPE_FORMAT_Z24X8_UNORM, {24, 0} }, { PIPE_FORMAT_X8Z24_UNORM, {24, 0} }, { PIPE_FORMAT_Z16_UNORM, {16, 0} }, - /* pure stencil */ - { PIPE_FORMAT_S8_UNORM, { 0, 8} }, /* combined depth-stencil */ { PIPE_FORMAT_S8Z24_UNORM, {24, 8} }, { PIPE_FORMAT_Z24S8_UNORM, {24, 8} }