i965: Add a flag for instructions with normal writemasking disabled.
authorEric Anholt <eric@anholt.net>
Wed, 28 Nov 2012 22:16:03 +0000 (14:16 -0800)
committerEric Anholt <eric@anholt.net>
Wed, 5 Dec 2012 22:29:44 +0000 (14:29 -0800)
commitef2fbf67d4bd941a9a0e1c6f8515fb4911e05c50
treebaf69596cf7a7719275bd58a8534d57ff1ce7133
parent00d77e9fe49924e39e211e1890c083847498a9a0
i965: Add a flag for instructions with normal writemasking disabled.

For getting values from the new timestamp register, the channels we
load have nothing to do with the pixels dispatched.
src/mesa/drivers/dri/i965/brw_fs.h
src/mesa/drivers/dri/i965/brw_fs_emit.cpp
src/mesa/drivers/dri/i965/brw_vec4.h
src/mesa/drivers/dri/i965/brw_vec4_emit.cpp