On Tue, Jan 19, 2010 at 7:58 AM, Luca Barbieri <l...@luca-barbieri.com> wrote:
> The XImage backend keeps a transfer permanently and map/unmaps to do
> modifications.
> However, Gallium transfers can be implemented by making and keeping a
> copy of the surface, flushing it back on transfer destruction.
> Thus, it should be fixed to create and destroy a transfer every time
> it maps the surface.
Thanks, that should be an easy fix.

But I do wonder if a pipe transfer is always supposed to be temporary?  Its
operations, transfer_map and transfer_unmap, kind of hinted me that the pipe
transfer can be used repeatedly.

-olv

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to