1
0
mirror of https://github.com/wine-mirror/wine synced 2024-06-29 06:14:34 +00:00
wine/dlls/opengl32
Alexandros Frantzis 3ecd3ff853 opengl32: Add default implementation for wglGetPixelFormatAttribfvARB.
The default implementation is always used, and never calls the driver
implementation of this function, so we can remove all the driver
implementations.
2024-06-19 18:42:45 +02:00
..
tests opengl32: Prefer formats with depth if unspecified in wglChoosePixelFormat(). 2024-05-14 22:48:05 +02:00
make_opengl opengl32: Add default implementation for wglGetPixelFormatAttribfvARB. 2024-06-19 18:42:45 +02:00
Makefile.in
opengl32.spec
private.h opengl32: Remove DECLSPEC_HIDDEN usage. 2023-11-10 20:52:28 +01:00
thunks.c opengl32: Add default implementation for wglGetPixelFormatAttribfvARB. 2024-06-19 18:42:45 +02:00
unix_private.h opengl32: Remove DECLSPEC_HIDDEN usage. 2023-11-10 20:52:28 +01:00
unix_thunks.c opengl32: Remove the wglDescribePixelFormat driver entry point. 2024-05-20 11:57:16 +02:00
unix_wgl.c opengl32: Implement wglDescribePixelFormat using new driver API get_pixel_formats. 2024-04-24 17:15:44 +02:00
unixlib.h opengl32: Remove the wglDescribePixelFormat driver entry point. 2024-05-20 11:57:16 +02:00
version.rc Update copyright info for 2024. 2024-01-01 20:15:23 +01:00
wgl.c opengl32: Add default implementation for wglGetPixelFormatAttribfvARB. 2024-06-19 18:42:45 +02:00
winegl.xml