summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Development/Documentation/GlamorPerformance.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/Development/Documentation/GlamorPerformance.mdwn b/Development/Documentation/GlamorPerformance.mdwn
index a22dc267..77294c33 100644
--- a/Development/Documentation/GlamorPerformance.mdwn
+++ b/Development/Documentation/GlamorPerformance.mdwn
@@ -58,6 +58,10 @@ The Render implementation needs major work:
With modern GL, we should be just fine writing the trapezoids rendering in a shader, improving xlib-cairo path performance massively. Today, we allocate an in-memory pixmap, rasterize traps into it, then upload to GL and do a Composite from there.
+4. Accelerate the Render 0.11 blend modes
+
+ Right now we're only doing the basic Porter-Duff modes. 0.11 adds the PDF blend modes (dodge, burn, etc.) and there's no reason we couldn't accelerate them as well.
+
## XVideo
TODO