Re: [Mesa-dev] [PATCH] tgsi: handle projection modifier for array textures.

2013-03-05 Thread Brian Paul
On 03/05/2013 09:25 AM, srol...@vmware.com wrote: From: Roland Scheidegger This partly reverts 6ace2e41da7dded630d932d03bacb7e14a93d47a. Apparently with GL_MESA_texture_array fixed-function texturing with texture arrays is possible, and hence we have to handle TXP. (Though noone seems to know th

[Mesa-dev] [PATCH] tgsi: handle projection modifier for array textures.

2013-03-05 Thread sroland
From: Roland Scheidegger This partly reverts 6ace2e41da7dded630d932d03bacb7e14a93d47a. Apparently with GL_MESA_texture_array fixed-function texturing with texture arrays is possible, and hence we have to handle TXP. (Though noone seems to know the semantics, softpipe now does what it did before,