From 07dfb1a6de254cbad30524dccbf73c8dd48eeae4 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 15 Jul 2008 19:45:58 -0700 Subject: [PATCH] Correct unfortunate typo --- src/exa/i965/new_job_old_tricks.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0