X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=src%2Fexa%2Fi965%2Fnew_job_old_tricks.mdwn;h=f320434702f52888885710d6cfd39b90813ea88d;hb=07dfb1a6de254cbad30524dccbf73c8dd48eeae4;hp=5b3c99b8574ddf120fea24cfecad733cf7416af3;hpb=5da922e1ef390cf4f4bbcd517af0ad65305b3036;p=cworth.org diff --git a/src/exa/i965/new_job_old_tricks.mdwn b/src/exa/i965/new_job_old_tricks.mdwn index 5b3c99b..f320434 100644 --- a/src/exa/i965/new_job_old_tricks.mdwn +++ b/src/exa/i965/new_job_old_tricks.mdwn @@ -68,7 +68,7 @@ So here was one piece that just hadn't been finished yet. The driver was still just using a single vertex buffer that it allocates upfront---and a tiny buffer---just big enough for a single rectangle for a single composite operation. And so the driver was waiting for -each composite operation to finish before reusing the bugger. And the +each composite operation to finish before reusing the buffer. And the change to GEM had made this problem even more noticeable. And Eric even had a partially-working patch to fix this---simply allocating a much larger vertex buffer and only doing the sync when wrapping around