Module: wine Branch: master Commit: eea2c95727a2d6ba2ab9955b661c59d411412ab9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=eea2c95727a2d6ba2ab9955b66...
Author: Stefan Dösinger stefan@codeweavers.com Date: Sat Jul 12 11:45:33 2008 -0500
wined3d: Move set_tex_op(_nvrc) to their specific files.
---
dlls/wined3d/nvidia_texture_shader.c | 385 +++++++++ dlls/wined3d/state.c | 1109 +++++++++++++++++++++++++ dlls/wined3d/utils.c | 1496 +--------------------------------- dlls/wined3d/wined3d_private.h | 3 +- 4 files changed, 1499 insertions(+), 1494 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=eea2c95727a2d6ba2ab995...