mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-08 05:40:31 +01:00
Currently the replay creates a fresh surface for every new surface. Whilst using it to view replays (such as with --xlib) this is often not what is desired so add a mode (compile-time only for now) to use similar surfaces and blits to the front buffer instead. |
||
|---|---|---|
| .. | ||
| examples | ||
| .gitignore | ||
| cairo-script-file.c | ||
| cairo-script-hash.c | ||
| cairo-script-interpreter.c | ||
| cairo-script-interpreter.h | ||
| cairo-script-objects.c | ||
| cairo-script-operators.c | ||
| cairo-script-private.h | ||
| cairo-script-scanner.c | ||
| cairo-script-stack.c | ||
| COPYING | ||
| csi-bind.c | ||
| csi-exec.c | ||
| csi-replay.c | ||
| Makefile.am | ||