Module: wine Branch: master Commit: 112617f00bb59d71da9113361396c11681564ee1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=112617f00bb59d71da91133613...
Author: Stefan Dösinger stefan@codeweavers.com Date: Mon Sep 16 12:43:18 2013 +0200
wined3d: Move tex_unit_map and friends into the context.
---
dlls/wined3d/arb_program_shader.c | 8 +- dlls/wined3d/ati_fragment_shader.c | 2 +- dlls/wined3d/context.c | 236 +++++++++++++++++++++++++++++++++- dlls/wined3d/device.c | 231 +--------------------------------- dlls/wined3d/drawprim.c | 4 +- dlls/wined3d/glsl_shader.c | 5 +- dlls/wined3d/nvidia_texture_shader.c | 9 +- dlls/wined3d/state.c | 25 ++--- dlls/wined3d/surface.c | 7 +- dlls/wined3d/utils.c | 2 +- dlls/wined3d/volume.c | 4 +- dlls/wined3d/wined3d_private.h | 32 +++--- 12 files changed, 279 insertions(+), 286 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=112617f00bb59d71da9113...