Re: [Mesa-dev] [PATCH 1/5] Revert "i965/vec4: Don't lose the saturate modifier in copy propagation."

2015-03-23 Thread Abdiel Janulgue
On 03/20/2015 04:16 PM, Francisco Jerez wrote: This reverts commit 0dfec59a2785cf7a87ee5128889ecebe810b611b. The change prevented propagation of copies with the saturate flag set, making the whole saturate mask tracking completely useless. A proper fix follows. This series is Reviewed-by:

[Mesa-dev] [PATCH 1/5] Revert "i965/vec4: Don't lose the saturate modifier in copy propagation."

2015-03-20 Thread Francisco Jerez
This reverts commit 0dfec59a2785cf7a87ee5128889ecebe810b611b. The change prevented propagation of copies with the saturate flag set, making the whole saturate mask tracking completely useless. A proper fix follows. --- src/mesa/drivers/dri/i965/brw_vec4_copy_propagation.cpp | 2 +- 1 file change