mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 09:28:07 +02:00
wgl: Don't export pure-stencil pixel formats.
They cause DCT's conform to always fail.
This commit is contained in:
parent
e5da7b8548
commit
5e870f4fe9
1 changed files with 0 additions and 2 deletions
|
|
@ -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} }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue