[Mesa-dev] [PATCH 1/2] nir: optimize min(min(a, b), c) to min3(a, b, c) under an option

Matt Turner mattst88 at gmail.com
Fri Jun 1 16:47:39 UTC 2018


On Wed, May 30, 2018 at 10:06 AM, Samuel Pitoiset
<samuel.pitoiset at gmail.com> wrote:
> Similar for max().
>
> Signed-off-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>

What are the shader-db results? That should be in the commit message.


More information about the mesa-dev mailing list