Alexandre Julliard pushed to branch master at wine / wine
Commits: 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.
- - - - -
1 changed file:
- dlls/winewayland.drv/opengl.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6216bdadeb13b85d3c0509b54fa690...