i965/fs: Fix the example about overwriting uniforms in SIMD16.
authorMatt Turner <mattst88@gmail.com>
Sat, 7 Dec 2013 20:59:59 +0000 (12:59 -0800)
committerMatt Turner <mattst88@gmail.com>
Tue, 21 Jan 2014 22:09:33 +0000 (14:09 -0800)
commit80b949f16b3461c65273bb5d0e263dfffaab400e
tree99b3d76c6894a4822a727a238bab8b6bf95ff859
parent71bc11a37508542662132b16a53acd5f541cd2b4
i965/fs: Fix the example about overwriting uniforms in SIMD16.

mov takes only a single source argument. Example instruction
inexplicably changed from add to mov in commit f10f5e49.

Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
src/mesa/drivers/dri/i965/brw_fs_live_variables.cpp