summaryrefslogtreecommitdiff
path: root/graphics/glitz/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2005-11-04Interix has neither <stdint.h> nor <inttypes.h>.tv1-1/+2
2005-11-03Added a patch that prevents glitz from using -lsunmath on Solaris, asrillig1-1/+2
this library is not provided by the Solaris base system. Thanks to <grant> for finding the relevant part to patch. Bumped PKGREVISION.
2005-10-03Use platform pthread flags instead of hard coded -lpthread.joerg1-1/+2
2005-08-11Changes 0.4.4:adam1-4/+4
* Bug fixes * Improvements
2005-07-06update to 0.4.3drochner1-5/+4
changes: minor fixes and feature additions
2005-06-18Fix a cut-and-paste error that prevented compilation on NetBSD 1.6.kristerw1-1/+2
2005-02-24Add RMD160 digestsagc1-1/+2
2005-02-09Update to 0.4.0.xtraeme1-4/+3
Some changes: Add anti-aliased trapezoids, rectangular clipping, multiple geometry arrays, bitmap geometry, mask surface convolution filtering.
2004-11-15Update glitz to 0.2.3. Changes are too numerous to list here. Theyrh1-3/+3
include a revamped graphics engine and tons of bug fixes. Closes PR pkg/28107 by Francois Briere, thanks!
2004-05-11update to glitz-0.1.2recht1-3/+3
Sadly, there's no real news file avaiable. So, I guess it's the usual bug-fixes and optimizations.
2004-04-27Glitz is a portable 2D graphics library that uses OpenGL to render hardwareadam1-0/+5
accelerated graphics. It supports many of the latest OpenGL features, such as efficient off-screen rendering using pbuffers. Rendering can be carried out by arbitrary OpenGL layers, thanks to glitz's extensible backend system. Glitz is designed to match the X Render Extension semantics and provides a general way for accelerating this imaging model. Glitz can be used as a stand-alone layer above OpenGL but is also designed to act as a backend for cairo, providing it with OpenGL accelerated output.