-
d8686600
by Alexandros Frantzis at 2024-08-21T23:13:28+02:00
winewayland: Support WGL_ARB_pbuffer.
-
800f973d
by Alexandros Frantzis at 2024-08-21T23:13:28+02:00
winewayland: Support WGL_ARB_render_texture.
-
1e45f5b4
by Alexandros Frantzis at 2024-08-21T23:13:28+02:00
winewayland: Advertise pbuffer capable formats.
Since we are emulating pbuffer support using normal EGL window surfaces
this commit marks all formats as pbuffer capable. Additionally
since pbuffers are usually requested as single-buffered, we advertise
single-buffered, pbuffer-only variations of all the formats.
-
f0642394
by Alexandros Frantzis at 2024-08-21T23:13:28+02:00
winewayland: Fix off-by-one error in format check.