wined3d: Fix flow control instructions number of parameters.
authorIvan Gyurdiev <ivg2@cornell.edu>
Sun, 16 Apr 2006 09:25:15 +0000 (05:25 -0400)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 18 Apr 2006 09:18:48 +0000 (11:18 +0200)
commitd3d56e765d9129aaa7e0719d458182d0336aa4fa
tree9326275fdd60a5bcad103b0037a1613c62b16534
parent0d6eaf363de7608de67c48011663f3e5d864b1b2
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
dlls/wined3d/vertexshader.c