mesa/src
Eric Anholt 6992c3c373 ir_to_mesa: Fix implementation of ir_binop_equal, ir_binop_notequal.
These binops are the vector-to-bool comparisons, not vec-to-bvec.  We
likely want both operations avilable as expression, since 915 and 965
FS naturally does the vector version, while 965 VS can also naturally
do the scalar version.  However, we can save that until later.

Fixes:
glsl-fs-vec4-operator-equal.shader_test
glsl-fs-vec4-operator-notequal.shader_test
glsl-vs-vec4-operator-equal.shader_test
glsl-vs-vec4-operator-notequal.shader_test
2010-08-17 17:27:44 -07:00
..
driclient mesa: Purge macros NEED_EVENTS and NEED_REPLIES 2010-07-01 13:07:07 -06:00
egl egl: Add support for EGL_KHR_fence_sync. 2010-08-17 00:06:19 +08:00
gallium r600g: fix fake pixel output 2010-08-17 17:25:08 -04:00
glsl glsl2: Fix transpose of rows and cols 2010-08-17 16:06:30 -07:00
glu glu/sgi: Remove dead initialization in extract565rev. 2010-07-16 01:11:03 -07:00
glut glut: also check for GLX_ARB_multisample 2010-08-10 17:28:33 -06:00
glw Makefiles: Don't complain if depend file to be included doesn't exist. 2010-07-21 13:19:33 -07:00
glx glx: Move deref after NULL check 2010-08-04 12:51:26 -04:00
mapi glx: Move bind and unbind to context vtable 2010-07-28 16:45:25 -04:00
mesa ir_to_mesa: Fix implementation of ir_binop_equal, ir_binop_notequal. 2010-08-17 17:27:44 -07:00
talloc talloc: Make it compile with MSVC, MinGW, and Xcode/gcc4.0. 2010-08-13 13:53:04 +01:00
Makefile
SConscript talloc: Make it compile with MSVC, MinGW, and Xcode/gcc4.0. 2010-08-13 13:53:04 +01:00