Module: wine Branch: master Commit: a8697d90e43c12d237992c6f12c34e96b8910403 URL: http://source.winehq.org/git/wine.git/?a=commit;h=a8697d90e43c12d237992c6f12...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Tue Jan 6 11:43:45 2009 +0100
wined3d: Renumber WINED3DTEXTURESTAGESTATETYPE enum elements.
Saves some space by not having unused entries is the arrays tracking these states.
---
dlls/wined3d/arb_program_shader.c | 4 +- dlls/wined3d/ati_fragment_shader.c | 2 +- dlls/wined3d/device.c | 9 +++++-- dlls/wined3d/nvidia_texture_shader.c | 4 +- dlls/wined3d/state.c | 12 +++++----- dlls/wined3d/stateblock.c | 3 +- dlls/wined3d/utils.c | 3 -- dlls/wined3d/wined3d_private.h | 4 +- include/wine/wined3d.idl | 36 +++++++++++++++++----------------- 9 files changed, 39 insertions(+), 38 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=a8697d90e43c12d237992c...