diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2009-07-15 16:37:25 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2009-07-17 11:50:02 +0100 |
commit | 52fa8760aeef38abbab0484a6978adaf4f100f90 (patch) | |
tree | 916eda04b5bc1bc81d8c716e5b79bcc4bea9f294 /AUTHORS | |
parent | 34d5b862bce3e9273391eb5d2c384394cca94d2d (diff) |
Add OpenVG backend.
Based on the work by Øyvind Kolås and Pierre Tardy -- many thanks to
Pierre for pushing this backend for inclusion as well as testing and
reviewing my initial patch. And many more thanks to pippin for writing the
backend in the first place!
Hacked and chopped by myself into a suitable basis for a backend. Quite a
few issues remain open, but would seem to be ready for testing on suitable
hardware.
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -43,7 +43,7 @@ Amaury Jacquot <sxpert@esitcom.org> Documentation review, appplication testing Adrian Johnson <ajohnson@redneon.com> PDF backend improvement Michael Johnson <ahze@ahze.net> Bug fix for pre-C99 compilers Jonathon Jongsma <jonathon.jongsma@gmail.com> Fix documentation typos -Øyvind Kolås <pippin@freedesktop.org> Bug fixes. Better default values. +Øyvind Kolås <pippin@freedesktop.org> OpenVG backend, Bug fixes. Better default values. Martin Kretzschmar <martink@gnome.org> Arithmetic fix for 64-bit architectures Mathieu Lacage <Mathieu.Lacage@sophia.inria.fr> several bug/typo fixes Dominic Lachowicz <domlachowicz@gmail.com> PDF conformance fix, fix image surface to zero out contents @@ -89,6 +89,7 @@ Travis Spencer <tspencer@cs.pdx.edu> XCB backend fix Bill Spitzak <spitzak@d2.com> Build fix to find Xrender.h without xrender.pc Zhe Su <james.su@gmail.com> Add support for fontconfig's embeddedbitmap option Owen Taylor <otaylor@redhat.com> Font rewrite, documentation, win32 backend +Pierre Tardy <tardyp@gmail.com> EGL support and testing, OpenVG backend Karl Tomlinson <karlt+@karlt.net> Optimisation and obscure bug fixes (mozilla) Alp Toker <alp@atoker.com> Fix several code/comment typos Malcolm Tredinnick <malcolm@commsecure.com.au> Documentation fixes |