Module: wine Branch: master Commit: 8644b6272677e06865b3875d5194d5efe1c2f5f8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=8644b6272677e06865b3875d51...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Sun Oct 6 17:33:06 2013 +0200
wined3d: Move lowest_disabled_stage to the context.
---
dlls/wined3d/arb_program_shader.c | 8 ++--- dlls/wined3d/context.c | 21 +++++++++++++- dlls/wined3d/device.c | 50 ---------------------------------- dlls/wined3d/nvidia_texture_shader.c | 8 +++--- dlls/wined3d/state.c | 6 ++-- dlls/wined3d/stateblock.c | 2 - dlls/wined3d/utils.c | 2 +- dlls/wined3d/wined3d_private.h | 4 +- 8 files changed, 32 insertions(+), 69 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=8644b6272677e06865b387...