[Mesa-dev] [PATCH 02/13] i965: Don't disable exec masking for sampler message sends.

Pohjolainen, Topi topi.pohjolainen at intel.com
Fri Mar 6 00:47:10 PST 2015


On Fri, Feb 27, 2015 at 05:34:45PM +0200, Francisco Jerez wrote:
> This was telling the sampler to do texture fetches for *all* channels
> in the non-constant surface index case, what could have reduced
> throughput unnecessarily when some of the channels were disabled by
> control flow.
> ---
>  src/mesa/drivers/dri/i965/brw_fs_generator.cpp   | 12 ++++++------
>  src/mesa/drivers/dri/i965/brw_vec4_generator.cpp |  8 ++++----
>  2 files changed, 10 insertions(+), 10 deletions(-)

Reviewed-by: Topi Pohjolainen <topi.pohjolainen at intel.com>


More information about the mesa-dev mailing list