Module: wine Branch: master Commit: 6be41fd59ac9e1ae6a0297ce780c5049ef1b5ddd URL: http://source.winehq.org/git/wine.git/?a=commit;h=6be41fd59ac9e1ae6a0297ce78...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Thu Oct 22 10:09:54 2009 +0200
wined3d: Get rid of GL_LIMITS.
---
dlls/wined3d/arb_program_shader.c | 42 +++++++------ dlls/wined3d/ati_fragment_shader.c | 12 +++- dlls/wined3d/context.c | 52 +++++++++------- dlls/wined3d/device.c | 45 +++++++++----- dlls/wined3d/directx.c | 23 ++++---- dlls/wined3d/drawprim.c | 10 ++- dlls/wined3d/glsl_shader.c | 56 ++++++++++------- dlls/wined3d/nvidia_texture_shader.c | 16 +++-- dlls/wined3d/state.c | 110 +++++++++++++++++++++------------ dlls/wined3d/stateblock.c | 26 +++++--- dlls/wined3d/surface.c | 5 +- dlls/wined3d/utils.c | 33 ++++------ dlls/wined3d/vertexshader.c | 17 +++-- dlls/wined3d/wined3d_private.h | 1 - 14 files changed, 266 insertions(+), 182 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=6be41fd59ac9e1ae6a0297...