Module: wine Branch: master Commit: 43fcbcb36ee6fa128a68945861b5172ec6f7246d URL: http://source.winehq.org/git/wine.git/?a=commit;h=43fcbcb36ee6fa128a68945861...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Mon Jan 9 22:16:51 2012 +0100
wined3d: Get rid of the WINED3DTEXTURESTAGESTATETYPE typedef.
---
dlls/d3d8/device.c | 60 +++--- dlls/d3d9/device.c | 70 ++++---- dlls/ddraw/device.c | 124 ++++++------ dlls/wined3d/arb_program_shader.c | 282 +++++++++++++------------- dlls/wined3d/ati_fragment_shader.c | 232 +++++++++++----------- dlls/wined3d/context.c | 4 +- dlls/wined3d/device.c | 42 ++-- dlls/wined3d/drawprim.c | 4 +- dlls/wined3d/glsl_shader.c | 6 +- dlls/wined3d/nvidia_texture_shader.c | 266 +++++++++++++------------ dlls/wined3d/shader.c | 4 +- dlls/wined3d/state.c | 361 +++++++++++++++++----------------- dlls/wined3d/stateblock.c | 74 ++++---- dlls/wined3d/utils.c | 62 +++--- dlls/wined3d/wined3d_private.h | 2 +- include/wine/wined3d.h | 50 +++--- 16 files changed, 827 insertions(+), 816 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=43fcbcb36ee6fa128a6894...