On Fri, May 19, 2017 at 6:52 PM, Samuel Pitoiset
<samuel.pitoi...@gmail.com> wrote:
> Old-style images are identified using TGSI_FILE_SAMPLER, but
> bindless samplers can be TGSI_FILE_CONSTANT or TGSI_FILE_TEMPORARY.
>
> To avoid backend compilers to be confused, this adds a new flag
> that will only be set for bindless samplers.

Sorry, I don't understand it. Why is it necessary? It seems to me that
this is enough to tell whether the sampler is bindless: File !=
TGSI_FILE_SAMPLER && File != TGSI_FILE_IMAGE.

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

Reply via email to