Module: wine Branch: master Commit: 5b3c1a2082f78eba5061c84ad2f41988feb8a26c URL: http://source.winehq.org/git/wine.git/?a=commit;h=5b3c1a2082f78eba5061c84ad2...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Thu Sep 16 11:19:57 2010 +0200
wined3d: Move texture states to wined3d_state.
---
dlls/wined3d/arb_program_shader.c | 45 +++++++++++++------------- dlls/wined3d/ati_fragment_shader.c | 8 ++-- dlls/wined3d/device.c | 49 ++++++++++++++++------------ dlls/wined3d/drawprim.c | 4 +- dlls/wined3d/glsl_shader.c | 19 ++++++----- dlls/wined3d/nvidia_texture_shader.c | 57 ++++++++++++++++++--------------- dlls/wined3d/state.c | 54 ++++++++++++++++--------------- dlls/wined3d/stateblock.c | 53 ++++++++++++++++--------------- dlls/wined3d/utils.c | 40 +++++++++++++---------- dlls/wined3d/wined3d_private.h | 6 ++-- 10 files changed, 179 insertions(+), 156 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=5b3c1a2082f78eba5061c8...