mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-24 12:30:19 +01:00
wgl: Support the same combinations of single buffer pixel formats.
This commit is contained in:
parent
39a1a24b3f
commit
317a7da2c4
1 changed files with 12 additions and 0 deletions
|
|
@ -74,6 +74,18 @@ add_standard_pixelformats(
|
|||
pf->depth = depth24s8;
|
||||
pf++;
|
||||
|
||||
pf->flags = flags;
|
||||
pf->color = color24;
|
||||
pf->alpha = alpha8;
|
||||
pf->depth = depth16;
|
||||
pf++;
|
||||
|
||||
pf->flags = flags;
|
||||
pf->color = color24;
|
||||
pf->alpha = alpha8;
|
||||
pf->depth = depth24s8;
|
||||
pf++;
|
||||
|
||||
pf->flags = flags;
|
||||
pf->color = color24;
|
||||
pf->alpha = noalpha;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue