v0.1.9 put together by Markus Oberhumer - Build changes (automake & libtool). - Updates to the DOS port. - Minor fixes and enhancements. - No functional changes. v0.1.8pre3: - Texture mapping. - Sub-pixel positioning for vertices removes almost all glitches visible in previous versions. v0.1.8pre2: - Routines for tesselation of primitives by Alligator Descartes - Postscript file output device by Michael Ohme - autoconf script based on contributions by Alligator Descartes and Felix von Leitner - Fixed for gcc-2.6.3 by Markus Oberhumer - Generalized support for render-to-file devices. - Fixes for use of multiple viewports (to support file devices). - Support for on-the-fly resizing, assisted by a new 'Scene' abstraction. - A (more) substantial motif-based demo. - Cheap & cheerful SVGAlib device. - Bug fixes for multiple lights in flat pipeline. - The pattern used for 2x2 dithering was incorrect. - Smooth dithering bug fix, and several other glitches removed. v0.1.8pre1: - Wireframe pipeline contributed by Alligator Descartes - Now builds a proper library, thanks to Thierry Berger-Perrin - Experimental mouse support and arcball demo (testmouse.cc). - Colour index visual is up and running. v0.1.7 v0.1.6: - Patches to the DOS port. - Fix for DGA at higher bit depths. v0.1.5: - Experimental DGA support under XFree86 (158k polys/second on P100) - Xlib interface - render into a window/widget of your choice. - Directory structure organization. - DOS port (ADevice.*) contributed by Markus Oberhumer - Support for mulitple pixel depth X servers, contributed by Tim Rowley (tor@cs.brown.edu) - Renamed .C files to .cc for dos. - Renamed Visual (!) and Object to avoid name clashes. - Changes to try to help compilation with earlier versions of g++. - Removed the private classes from FlatPipeline and SmoothPipeline, which were giving problems with even quite recent g++'s. - Sundry bugfixes, particularly with regards to colour ramps. - Fix the stupid Pipeline pointer initialization bug in v0.1.4. v0.1.4: - Gouraud shading. - Fix to Camera::setParameters. Reported by Alligator Descartes v0.1.3: - Bugfix for XShm detection, contributed by Oleg Girko . - Bugfix for HrTimer initialization, contributed by Frank M. Siegert - Fix for clipping bug, reported by Henning Schmiedehausen - Fix for z interpolation of single pixel height polygons in flatPolygonZb(). - Partially implemented 8Bpp colourIndex visual, with i386 assembly inner loops. - Ongoing tuning in DitherVisual.C. Slight (5%) improvement on v0.1.2. - Fix to object-space backface culling, which slows everything back down again... - First hints of documentation (see doc/*) v0.1.2: - 40-50% speed improvement on version 0.1.1. (138k poly/sec on a P100) - A reader for TAGL-style .geom files. - Some bug fixes. v0.1.1: - First release.