Am 21.08.2014 19:39, schrieb Ilia Mirkin:
> On Thu, Aug 21, 2014 at 1:35 PM, Roland Scheidegger
> 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
On Thu, Aug 21, 2014 at 1:35 PM, Roland Scheidegger 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 specified i
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
> ---
> src
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
---
src/gallium/auxiliary/util/u_sampler.c | 1 +
src