summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell/ppu/cell_fence.h
AgeCommit message (Collapse)Author
2008-10-22cell: implement fencing for texture buffersBrian Paul
If we delete a texture, we need to keep the underlying tiled data buffer around until any rendering that references it has completed. Keep a list of buffers referenced by a rendering batch. Unref/free them when the associated batch's fence is executed/signalled.