[Mesa-dev] [PATCH] tgsi: handle indirect sampler arrays. (v2)

Roland Scheidegger sroland at vmware.com
Tue Jun 23 06:27:47 PDT 2015


Am 23.06.2015 um 07:53 schrieb Dave Airlie:
> On 22 June 2015 at 21:20, Roland Scheidegger <sroland at vmware.com> wrote:
>> Should there be some clamping somewhere to prevent crashes due to
>> out-of-bound unit index?
> 
> The spec says its undefined, I'm never sure if that means explode in
> any way whatsoever.
> 
> Dave.
> 

Yes, you are allowed to explode usually. But this is really crappy
behavior which we try to avoid in general. And you're not allowed to
explode with robust contexts.

Roland



More information about the mesa-dev mailing list