From 676d3d955e8bf14ea09ed9e884cdce58b0b54f6d Mon Sep 17 00:00:00 2001 From: AdamJackson Date: Tue, 27 Sep 2016 20:44:22 +0000 Subject: --- Development/Documentation/GlamorPerformance.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Development/Documentation/GlamorPerformance.mdwn b/Development/Documentation/GlamorPerformance.mdwn index ed670dbc..47b168df 100644 --- a/Development/Documentation/GlamorPerformance.mdwn +++ b/Development/Documentation/GlamorPerformance.mdwn @@ -32,7 +32,7 @@ When damage is active for a drawable we look up the glyphs twice, once in damage ### Span ops -FillSpans might benefit from an alternate calling convention, where rather than being passed a span list the caller asks the driver to allocate the span storage, fills that in, then calls Set or Fill. This would let us eliminate the copy into the vbo and just store there directly. +FillSpans might benefit from an alternate calling convention, where rather than being passed a span list the caller asks the driver to allocate the span storage, fills that in, then calls Fill. This would let us eliminate the copy into the vbo and just store there directly. GetSpans and SetSpans are irrelevant, you can't hit them unless you're using the mi blit routines, and we're not. -- cgit v1.2.1