From: Carl Worth Date: Wed, 16 Jul 2008 02:45:58 +0000 (-0700) Subject: Correct unfortunate typo X-Git-Url: https://git.cworth.org/git?p=cworth.org;a=commitdiff_plain;h=07dfb1a6de254cbad30524dccbf73c8dd48eeae4 Correct unfortunate typo --- 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