Re: [Mesa-dev] [RFC PATCH 0/2] Move ir_txf coord+offset hack to IR pass

2013-10-12 Thread Chris Forbes
Eek -- that's not quite true. It doesn't regress any piglits; it doesn't fix the two that were failing already though. On Sun, Oct 13, 2013 at 1:04 AM, Chris Forbes wrote: > This generalizes the new ir_tg4 coord+offset lowering pass to support > ir_txf in all its flavors, and removes the various

[Mesa-dev] [RFC PATCH 0/2] Move ir_txf coord+offset hack to IR pass

2013-10-12 Thread Chris Forbes
This generalizes the new ir_tg4 coord+offset lowering pass to support ir_txf in all its flavors, and removes the various copies of the lowering in the backend visitors. Passes all the texelFetch* piglits. Do people think this is a good idea? ___ mesa-