intel: Stop doing special _NEW_STENCIL state flagging on drawbuffers.
authorEric Anholt <eric@anholt.net>
Thu, 20 Jun 2013 16:08:30 +0000 (09:08 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 26 Jun 2013 02:19:21 +0000 (19:19 -0700)
commit94ecf913b44d8b966b090723b6ab56cdbe6927e9
tree6c26575f4ad59705694625e1b1d91c49117049b6
parent3faccc42adddf1312461ee74385c645aeb4ddb9a
intel: Stop doing special _NEW_STENCIL state flagging on drawbuffers.

2/3 packets depending on Stencil._Enabled already checked for
_NEW_BUFFERS, so just add _NEW_BUFFERS to the remaining one.

Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_cc.c
src/mesa/drivers/dri/i965/brw_vtbl.c
src/mesa/drivers/dri/i965/brw_wm.c
src/mesa/drivers/dri/i965/gen6_depthstencil.c