diff options
-rw-r--r-- | Development/Documentation/GlamorPerformance.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
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. |