Module: wine Branch: master Commit: 272c55ac257315ef8393df357a79aac4e0d6cd76 URL: https://gitlab.winehq.org/wine/wine/-/commit/272c55ac257315ef8393df357a79aac...
Author: Alexandros Frantzis alexandros.frantzis@collabora.com Date: Tue Jun 25 13:45:02 2024 +0300
opengl32: Add default implementation for wglChoosePixelFormatARB.
The default implementation will be used automatically if the driver populates the wgl_pixel_format ARB fields.
---
dlls/opengl32/make_opengl | 1 + dlls/opengl32/thunks.c | 10 +- dlls/opengl32/wgl.c | 283 ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 285 insertions(+), 9 deletions(-)