On 02.05.2017 08:18, Dave Airlie wrote:
On 1 May 2017 at 22:43, Marek Olšák <mar...@gmail.com> wrote:
From: Marek Olšák <marek.ol...@amd.com>

Only very few shaders have them (from 48486 shaders):

For the series:

Reviewed-by: Dave Airlie <airl...@redhat.com>

(you might want to stop radeonsi running this pass on tess ctrl if you
haven't already).

This:

        if ((ctx->type != PIPE_SHADER_VERTEX &&
             ctx->type != PIPE_SHADER_TESS_EVAL) ||
            shader->key.as_ls ||
            shader->key.as_es)
                return;

already skips everything except VS and TES compiled as hardware VS stage.

For the series:

Reviewed-by: Nicolai Hähnle <nicolai.haeh...@amd.com>



Dave.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev



--
Lerne, wie die Welt wirklich ist,
Aber vergiss niemals, wie sie sein sollte.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to