On Wed Apr 24 06:43:41 2024 +0000, Alexandros Frantzis wrote:
v2:
- Rename `wglDescribePixelFormat` parameters.
- Use a `PIXELFORMATDESCRIPTOR` member (for now the only one) to store
information in `struct wgl_pixel_format`.
- winewayland: Populate information in `get_pixel_formats` on demand,
rather than creating and storing all the info during opengl init. Since we are caching on the PE side this should be fine from an efficiency standpoint, but we can revisit if needed.
- winex11: Implement `get_pixel_formats` and remove
`wglDescribePixelFormat` implementation.
It looks like the winex11.drv changes broke something. Looking...