Module: wine Branch: refs/heads/master Commit: 8b7401c39a47e8cfd402940cd8333ddc56266656 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=8b7401c39a47e8cfd402940c...
Author: Ivan Gyurdiev ivg2@cornell.edu Date: Sun May 14 09:43:31 2006 -0400
wined3d: Shaders: share dump_param function, version functions.
---
dlls/wined3d/baseshader.c | 152 ++++++++++++++++++++++++++++++++++++++-- dlls/wined3d/pixelshader.c | 137 +----------------------------------- dlls/wined3d/vertexshader.c | 110 ++--------------------------- dlls/wined3d/wined3d_private.h | 17 ++++ 4 files changed, 174 insertions(+), 242 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=8b7401c39a47e8cfd402...