[Mesa-dev] [PATCH] r600g: fix and optimize tgsi_cmp when using ABS and NEG modifier

Marek Olšák maraeo at gmail.com
Tue Apr 5 21:27:32 UTC 2016


On Sat, Apr 2, 2016 at 11:45 AM, Patrick Rudolph <siro at das-labor.org> wrote:
> Are there optimizations done on TGSI ?
> I can't find any file in src/gallium/auxiliary/tgsi that does so.

Since this is for Nine, only the driver can do optimizations.
r600_shader.c is probably the best place to optimize this (or SB).

Marek


More information about the mesa-dev mailing list