wgl: Don't export pure-stencil pixel formats.

They cause DCT's conform to always fail.
This commit is contained in:
José Fonseca 2010-01-19 06:12:10 -08:00
parent e5da7b8548
commit 5e870f4fe9

View file

@ -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} }