Module: wine Branch: master Commit: e7ccb1480abd105ca6a56484a25c4d07e65704a4 URL: https://gitlab.winehq.org/wine/wine/-/commit/e7ccb1480abd105ca6a56484a25c4d0...
Author: Alexandros Frantzis alexandros.frantzis@collabora.com Date: Tue Sep 14 13:19:52 2021 +0300
winewayland.drv: Implement wglSetPixelFormat(WINE).
Introduce the internal wayland_gl_drawable object, which associates a window (and its backing Wayland surface) with an EGL surface.
---
configure | 90 ++++++++++++++++++- configure.ac | 7 +- dlls/winewayland.drv/Makefile.in | 4 +- dlls/winewayland.drv/opengl.c | 185 +++++++++++++++++++++++++++++++++++++- dlls/winewayland.drv/waylanddrv.h | 6 ++ dlls/winewayland.drv/window.c | 1 + include/config.h.in | 3 + 7 files changed, 290 insertions(+), 6 deletions(-)