On Thu, Sep 3, 2015 at 1:17 PM, Jose Fonseca <jfons...@vmware.com> wrote:
> On the flip side, we could remove TGSI_FILE_ADDR, TGSI_OPCODE_ARL, and
> TGSI_OPCODE_ARR.
>
> We already remove all dependencies of these from our internal state tracers.
>
> And it is trivial to do so, at least for HW with native integer support.

Unfortunately, r600 has native address registers and generates
bytecode directly from TGSI, so the only radeon driver that can drop
support for TGSI_FILE_ADDR is radeonsi. Sadly, TGSI_FILE_ADDR has a
lot of users (newly nine), so it's not going away just yet.

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

Reply via email to