srol...@vmware.com writes:

> From: Roland Scheidegger <srol...@vmware.com>
>
> core GL specifies out-of-bound accesses have undefined behavior,
> which includes crashes.
> Crashes are very much undesired, but ARB_robustness still allows undefined
> values to be returned (with a recommendation to return 0).
> Only ARB_robust_buffer_access_behavior would require to return zero, but the
> test doesn't need this extension. In any case even returning zero is not what
> the test expected, since it wanted [0,0,0,1].
> (With this change softpipe passes the test, as it clamps the coords.)

Are you saying texelFetch is supposed to not do wrap modes?

Attachment: pgpZU0UPqPOMx.pgp
Description: PGP signature

_______________________________________________
Piglit mailing list
Piglit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to