Ivan Gyurdiev : wined3d: Fix flow control instructions number of parameters .
Module: wine Branch: refs/heads/master Commit: d3d56e765d9129aaa7e0719d458182d0336aa4fa URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=d3d56e765d9129aaa7e0719d... Author: Ivan Gyurdiev <ivg2(a)cornell.edu> Date: Sun Apr 16 05:25:15 2006 -0400 wined3d: Fix flow control instructions number of parameters. - else, endif, break take 0 parameters [not 2] - if, rep take 1 parameter [not 2] - breakp takes 1 parameter [not 2] - move all flow control instructions in one place - sync software shaders signatures with this --- dlls/wined3d/pixelshader.c | 52 +++++++++++++++++++++-------------------- dlls/wined3d/vertexshader.c | 55 ++++++++++++++++++++++--------------------- 2 files changed, 55 insertions(+), 52 deletions(-) Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=d3d56e765d9129aaa7e0...
participants (1)
-
Alexandre Julliard