Module: wine Branch: master Commit: 78984cf46cd10a9359879273390b04d2659f704c URL: http://source.winehq.org/git/wine.git/?a=commit;h=78984cf46cd10a935987927339...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Mon Dec 10 21:54:36 2012 +0100
wined3d: Get rid of ENTER_GL / LEAVE_GL.
---
dlls/wined3d/arb_program_shader.c | 74 ++++++++-------------------- dlls/wined3d/ati_fragment_shader.c | 6 +-- dlls/wined3d/buffer.c | 34 ------------- dlls/wined3d/context.c | 84 ++++++++----------------------- dlls/wined3d/device.c | 26 ---------- dlls/wined3d/directx.c | 35 +------------ dlls/wined3d/drawprim.c | 28 ++++------ dlls/wined3d/glsl_shader.c | 78 +++++++++-------------------- dlls/wined3d/nvidia_texture_shader.c | 4 +- dlls/wined3d/query.c | 20 -------- dlls/wined3d/state.c | 4 +- dlls/wined3d/surface.c | 90 ++-------------------------------- dlls/wined3d/swapchain.c | 4 -- dlls/wined3d/texture.c | 10 +--- dlls/wined3d/utils.c | 32 +++--------- dlls/wined3d/volume.c | 2 - dlls/wined3d/wined3d_private.h | 9 --- 17 files changed, 100 insertions(+), 440 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=78984cf46cd10a93598792...