Module: wine Branch: master Commit: 79a0dece8b2a27979835076914a21f468515d8b6 URL: http://source.winehq.org/git/wine.git/?a=commit;h=79a0dece8b2a27979835076914...
Author: Matteo Bruni mbruni@codeweavers.com Date: Wed Jan 14 16:27:31 2015 +0100
wined3d: Use the core version of the gl*Buffer* functions.
---
dlls/wined3d/buffer.c | 56 ++++++++++++++++---------------- dlls/wined3d/device.c | 2 +- dlls/wined3d/directx.c | 26 ++++++++++++--- dlls/wined3d/state.c | 32 +++++++++---------- dlls/wined3d/surface.c | 86 +++++++++++++++++++++++++------------------------- dlls/wined3d/volume.c | 42 ++++++++++++------------ 6 files changed, 130 insertions(+), 114 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=79a0dece8b2a2797983507...