wined3d: Get rid of the invymat.
commit44b8915371a7a021e39c2f298d00b8e4be583fc2
authorStefan Dösinger <stefan@codeweavers.com>
Tue, 25 Dec 2007 22:14:05 +0000 (25 23:14 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 27 Dec 2007 12:44:13 +0000 (27 13:44 +0100)
tree18c1d962971783fe705bb5f4cffda7fc98d9a4a7
parent2bec23fd7c059e0d4c90652f12d8c0675a620602
wined3d: Get rid of the invymat.

glScalef(1.0, -1.0, 1.0) does the same as the glMultMatrix with the
invymat matrix, and it is more optimal.
dlls/wined3d/state.c