On 2015-03-23 17:37:58, Kenneth Graunke wrote:
> Our fragment program backend implements support for TXP directly, and
> there's no NIR lowering pass to remove the projection. When we switch
> fragment program support over to NIR, we need to support it somehow.
>
> It's easy enough to support dir
Our fragment program backend implements support for TXP directly, and
there's no NIR lowering pass to remove the projection. When we switch
fragment program support over to NIR, we need to support it somehow.
It's easy enough to support directly.
Signed-off-by: Kenneth Graunke
---
src/mesa/dri