Module: wine Branch: master Commit: 111307dfbae2216549a9e47af2221121d55e8893 URL: http://source.winehq.org/git/wine.git/?a=commit;h=111307dfbae2216549a9e47af2...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Thu Oct 29 10:37:11 2009 +0100
wined3d: Get rid of the GL_SUPPORT macro.
---
dlls/wined3d/arb_program_shader.c | 71 +++++++++----- dlls/wined3d/basetexture.c | 6 +- dlls/wined3d/buffer.c | 8 +- dlls/wined3d/context.c | 66 ++++++++----- dlls/wined3d/device.c | 54 +++++++---- dlls/wined3d/directx.c | 171 +++++++++++++++++++++++----------- dlls/wined3d/drawprim.c | 29 ++++-- dlls/wined3d/gl_compat.c | 15 ++- dlls/wined3d/glsl_shader.c | 19 +++- dlls/wined3d/nvidia_texture_shader.c | 33 ++++--- dlls/wined3d/query.c | 16 ++- dlls/wined3d/state.c | 166 +++++++++++++++++++++------------ dlls/wined3d/surface.c | 85 +++++++++++------ dlls/wined3d/swapchain.c | 4 +- dlls/wined3d/utils.c | 52 ++++++----- dlls/wined3d/volume.c | 4 +- dlls/wined3d/volumetexture.c | 6 +- dlls/wined3d/wined3d_private.h | 1 - 18 files changed, 514 insertions(+), 292 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=111307dfbae2216549a9e4...