i965/fs: Disable opt_sampler_eot for more message types
authorNeil Roberts <neil@linux.intel.com>
Tue, 20 Oct 2015 09:56:15 +0000 (11:56 +0200)
committerNeil Roberts <neil@linux.intel.com>
Wed, 21 Oct 2015 09:08:37 +0000 (11:08 +0200)
commitee77796a5c97105bf7e92e3a7931ee0f331a0545
tree61aaba707232aa2fd2778891086a61625784e9d1
parent801f151917fedb13c5c6e96281a18d833dd6901f
i965/fs: Disable opt_sampler_eot for more message types

In bfdae9149e0 I disabled the opt_sampler_eot optimisation for TG4
message types because I found by experimentation that it doesn't work.
I wrote in the comment that I couldn't find any documentation for this
problem. However I've now found the documentation and it has
additional restrictions on further message types so this patch updates
the comment and adds the others.

Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/drivers/dri/i965/brw_fs.cpp