Re: [Mesa-dev] [PATCH v2 2/4] gallium: add a texture target to sampler view and a CAP to use it

2014-08-21 Thread Roland Scheidegger
Am 21.08.2014 04:42, schrieb Ilia Mirkin: This allows a sampler view to have a different texture target than the underlying resource. This will be used to implement the type casting between 2d arrays and cube maps as specified in ARB_texture_view. Signed-off-by: Ilia Mirkin

Re: [Mesa-dev] [PATCH v2 2/4] gallium: add a texture target to sampler view and a CAP to use it

2014-08-21 Thread Ilia Mirkin
On Thu, Aug 21, 2014 at 1:35 PM, Roland Scheidegger srol...@vmware.com wrote: Am 21.08.2014 04:42, schrieb Ilia Mirkin: This allows a sampler view to have a different texture target than the underlying resource. This will be used to implement the type casting between 2d arrays and cube maps as

Re: [Mesa-dev] [PATCH v2 2/4] gallium: add a texture target to sampler view and a CAP to use it

2014-08-21 Thread Roland Scheidegger
Am 21.08.2014 19:39, schrieb Ilia Mirkin: On Thu, Aug 21, 2014 at 1:35 PM, Roland Scheidegger srol...@vmware.com wrote: Am 21.08.2014 04:42, schrieb Ilia Mirkin: This allows a sampler view to have a different texture target than the underlying resource. This will be used to implement the

[Mesa-dev] [PATCH v2 2/4] gallium: add a texture target to sampler view and a CAP to use it

2014-08-20 Thread Ilia Mirkin
This allows a sampler view to have a different texture target than the underlying resource. This will be used to implement the type casting between 2d arrays and cube maps as specified in ARB_texture_view. Signed-off-by: Ilia Mirkin imir...@alum.mit.edu --- src/gallium/auxiliary/util/u_sampler.c