gallium: Don't serialize GPU writes.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Fri, 9 May 2008 02:02:10 +0000 (11:02 +0900)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Fri, 9 May 2008 02:02:26 +0000 (11:02 +0900)
commit2268306f58769dff4b2b1da8bb668bdff2856d70
treea831d9c6597e51500964ad9416b928da5aa7e9b6
parentf763cc3cb54ee419902bdf24065e7c1948e92b67
gallium: Don't serialize GPU writes.

Only make sure the GPU is finished with a buffer before mapping.

The opposite -- waiting for the CPU to be finished before handing
to the CPU -- must be done before fencing.
src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c