OSDN Git Service

i965/gen6+: Work around GPU hangs with logic ops on integer textures.
authorEric Anholt <eric@anholt.net>
Fri, 20 Jan 2012 21:19:10 +0000 (13:19 -0800)
committerEric Anholt <eric@anholt.net>
Fri, 27 Jan 2012 19:29:26 +0000 (11:29 -0800)
commitbc973082fcae3816691e75d4024ecf55102e2b97
treed4bb116ca8ad40c6bce597bc36b0eb6113596402
parentf92503e171c327c1b78ef09129d4290210353244
i965/gen6+: Work around GPU hangs with logic ops on integer textures.

This doesn't result in correct rendering -- GL requires that logic ops
work, while the hardware specs say it doesn't do them.  I'm not sure
how we would want to handle this.

NOTE: This is a candidate for the 8.0 branch.
(cherry picked from commit f6e82cd2a18b0edebe3e4102fc93b552e708935a)
src/mesa/drivers/dri/i965/gen6_cc.c