https://bugs.winehq.org/show_bug.cgi?id=22303
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #7 from winetest@luukku.com ---
From bug 33318
I am not sure but this could have been fixed.
/* GL_ARB_map_buffer_range and GL_APPLE_flush_buffer_range provide the same * functionality. Prefer the ARB extension */ gl_info->supported[APPLE_FLUSH_BUFFER_RANGE] = FALSE;
To me it looks like that the extension isn't in use.
Some 3d guy would know better.