Module: wine
Branch: master
Commit: 4287054943b5b659400438fc26fa5a328a10fa68
URL: http://source.winehq.org/git/wine.git/?a=commit;h=4287054943b5b659400438fc2…
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Tue Jan 5 15:04:56 2016 +0100
wined3d: Get rid of GL_APPLE_client_storage support.
Once upon a time this extention helped reduce address space usage on MacOS,
although at the cost of obscure driver bugs. These days it just seems to make
things worse.
Signed-off-by: Henri Verbeet <hverbeet(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
dlls/wined3d/directx.c | 2 --
dlls/wined3d/surface.c | 38 +++---------------------
dlls/wined3d/texture.c | 65 +++---------------------------------------
dlls/wined3d/volume.c | 3 --
dlls/wined3d/wined3d_gl.h | 1 -
dlls/wined3d/wined3d_private.h | 5 +---
6 files changed, 9 insertions(+), 105 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=4287054943b5b65940043…