wined3d: Fix GLSL cnd instruction.
authorFabian Bieler <der.fabe@gmx.net>
Wed, 4 Apr 2007 22:26:35 +0000 (00:26 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 5 Apr 2007 08:55:00 +0000 (10:55 +0200)
commit0ce39d5869963b25ab47def349e4aa697bc6e827
tree90db57da7ee7bf8dffeff48f9e282382836c8840
parentfd6395f0c7d910971560c613d87ac44d6de5bc27
wined3d: Fix GLSL cnd instruction.

According to MSDN the cnd instruction should translate:
dst = src0 > 0.5 ? src1 : src2;
dlls/wined3d/glsl_shader.c