Age | Commit message (Collapse) | Author | Files | Lines |
|
* art_render_svp.c (art_render_svp_callback,
art_render_svp_callback_span, art_render_svp_callback_opacity,
art_render_svp_callback_opacity_span): if no runs would
normally be emitted, but start is greater than zero, emit a
single run covering the entire width of the rendered region.
* autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
both automake 1.6 and 1.4 installed get the right automake. Means
compilation from CVS will now require the latest automake 1.4
release, or manually creating symlinks called "automake-1.4" and
"aclocal-1.4".
|
|
Approved by wiz.
|
|
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
|
|
Bump PKGREVISION
|
|
|
|
PR pkg/18194.
No change list is available, but 2.3.10 is the version required by the
2.0.1 release of GNOME2.
|
|
buildlink2.mk files back into the main trunk.
|
|
Patch provided by Julio Merino in pkg/17425.
|
|
into the NetBSD packages collection.
Provided in PR 16932 by jmmv@hispabsd.org (Julio Merino).
Libart is a library for high-performance 2D graphics. It is currently
being used as the antialiased rendering engine for the Gnome Canvas.
It is also the rendering engine for Gill, the Gnome Illustration app.
Libart supports a very powerful imaging model, basically the same as
SVG and the Java 2D API. It includes all PostScript imaging
operations, and adds antialiasing and alpha-transparency.
Libart is also highly tuned for incremental rendering. It contains
data structures and algorithms suited to rapid, precise computation
of Region of Interest, as well as a two-phase rendering pipeline
optimized for interactive display.
|