Skip to content
Snippets Groups Projects
Commit 277621bb authored by Bruce Cherniak's avatar Bruce Cherniak Committed by Tim Rowley
Browse files

swr: Remove need to allocate vertex buffer scratch space all in one go


Deferred deletion (via "fence_work") has obsoleted the need to allocate
all client vertex buffer scratch space in a single chunk.  Scratch
allocations are now valid until the referenced fence is complete.

Reviewed-by: default avatarTim Rowley <timothy.o.rowley@intel.com>
parent 2b27dcd0
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment