i965/vs: Fix order of source arguments to LRP. 61/6261/1
authorMatt Turner <mattst88@gmail.com>
Sun, 28 Apr 2013 21:35:01 +0000 (14:35 -0700)
committerMatt Turner <mattst88@gmail.com>
Sun, 28 Apr 2013 21:38:14 +0000 (14:38 -0700)
commita8eed0299df3b233a80031ebe86cac785458eade
tree1d05049b46da695886980dbe290be235f8600119
parent3bba7878793b38dbc5075e5f7aa77f8c10a25559
i965/vs: Fix order of source arguments to LRP.

The order or arguments matches DirectX, and is backwards from GLSL's
mix() built-in.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=63983
src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp