[Mesa-dev] u_blitter cpu/gpu stall

Dave Airlie airlied at gmail.com
Mon Nov 22 20:06:01 PST 2010


Hi Marek,

So I was looking at some perf traces from r600g, and I see a stall on
the blitter quad vbuf, every clear will cause the CPU to block on the
mapping of the vbuf to upload the new coords. On r300g I can see this
not mattering as the immediate upload path takes care of things,
however I think we should probably do something like the attached and
fire and forget the vertex buffer.

Dave.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-u_blitter-fire-and-forget-the-vertex-buffer.patch
Type: text/x-patch
Size: 1681 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20101123/c7854497/attachment.bin>


More information about the mesa-dev mailing list