On Fri, Aug 1, 2014 at 7:21 AM, Neil Roberts <[email protected]> wrote:

> Jason Ekstrand <[email protected]> writes:
>
> > This, together with the meta path, provides a almost-complete
> > implemetation of ARB_copy_image. The only case that won't work is if
> > one of the textures is compressed and has a pitch greater than
> > INT16_MAX. I think that's good enough to justify turning on the
> > extension.
>
> How hard would it be to add an extra fallback in texstore which maps the
> texture and just memcpys the data? If it's not too tricky it seems like
> that would be worth doing to avoid having mysterious bugs with for
> example very wide floating-point textures.
>

As it turns out, not very hard.  I'll send a follow-up patch.
--Jason


>
> Regards,
> - Neil
> _______________________________________________
> mesa-dev mailing list
> [email protected]
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to