i965: Use ~0 to represent true on Gen >= 6.
authorMatt Turner <mattst88@gmail.com>
Sat, 9 Aug 2014 04:00:31 +0000 (21:00 -0700)
committerMatt Turner <mattst88@gmail.com>
Tue, 19 Aug 2014 01:35:53 +0000 (18:35 -0700)
commit2e51dc838be177a09f60958da7d1d904f1038d9c
tree57cd9a684b41f51d49197c29b21d671365ac8828
parentcc60a487d1bd2b34a07ce6cbe5161684772ecd70
i965: Use ~0 to represent true on Gen >= 6.

total instructions in shared programs: 4292303 -> 4288650 (-0.09%)
instructions in affected programs:     299670 -> 296017 (-1.22%)

Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
src/mesa/drivers/dri/i965/brw_context.c
src/mesa/drivers/dri/i965/brw_fs.cpp
src/mesa/drivers/dri/i965/brw_fs_visitor.cpp
src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp