OSDN Git Service

i965: Micro-optimise check_state
authorChris Wilson <chris@chris-wilson.co.uk>
Sun, 20 Feb 2011 15:36:52 +0000 (15:36 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Mon, 21 Feb 2011 12:59:37 +0000 (12:59 +0000)
commit8ea6e98c7be6483514769b03ffa6c6f4f7b2e0be
treed90f19ea29be2424e975c112a18c6df3181b4838
parent50ade6ea697953bb17e3ca7210515fbd0411cd1e
i965: Micro-optimise check_state

Replace the intermediate tests due to the logical or with the bitwise
or.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
src/mesa/drivers/dri/i965/brw_state_upload.c