mesa: remove abs/negate from fetch_vector1ui()
authorBrian Paul <brianp@vmware.com>
Fri, 19 Feb 2010 19:41:21 +0000 (12:41 -0700)
committerBrian Paul <brianp@vmware.com>
Fri, 19 Feb 2010 19:43:47 +0000 (12:43 -0700)
commit984b72ad5f47cda8e141dc38524f6a0598dcc541
treed02fcf1a8e99632b5de930a275ca3ad9fadc0f58
parentda43aa84c8abc13bb8a2c8d0af57471862881523
mesa: remove abs/negate from fetch_vector1ui()

This function is only used for the NV unpack instructions.
Negate/abs make no sense and removing the code fixes Windows
compiler warnings.  Found by Karl Schultz.
src/mesa/shader/prog_execute.c