Skip to content
  • Chris Wilson's avatar
    Implement cairo_backend_t · 83bfd85a
    Chris Wilson authored
    
    
    Allow a backend to completely reimplement the Cairo API as it wants. The
    goal is to pass operations to the native backends such as Quartz,
    Direct2D, Qt, Skia, OpenVG with no overhead. And to permit complete
    logging contexts, and whatever else the imagination holds. Perhaps to
    experiment with double-paths?
    
    Signed-off-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
    83bfd85a