Module: wine Branch: master Commit: 5b126f78069e61fab53f8ecd8b002aa936f9a86f URL: https://gitlab.winehq.org/wine/wine/-/commit/5b126f78069e61fab53f8ecd8b002aa...
Author: Alexandros Frantzis alexandros.frantzis@collabora.com Date: Wed Jun 12 10:56:13 2024 +0300
opengl32: Add default implementation for wglGetPixelFormatAttribivARB.
Extend the wgl_pixel_format struct with extra fields required to implement wglGetPixelFormatAttribivARB in opengl32.dll. The default implementation will be used automatically if the driver populates the extra fields.
---
dlls/opengl32/make_opengl | 26 ++++++ dlls/opengl32/thunks.c | 10 +-- dlls/opengl32/wgl.c | 219 +++++++++++++++++++++++++++++++++++++++++++++- include/wine/wgl_driver.h | 27 +++++- 4 files changed, 271 insertions(+), 11 deletions(-)