Re: [Mesa-dev] [PATCH 4/6] i965/fs: Implement texture projection support.

2015-03-24 Thread Jordan Justen
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

[Mesa-dev] [PATCH 4/6] i965/fs: Implement texture projection support.

2015-03-23 Thread Kenneth Graunke
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