8
I Use This!
Inactive

Commits : Listings

Analyzed 22 days ago. based on code collected 22 days ago.
Jan 28, 2024 — Jan 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Change from CqBasicError to stdout. More... over 23 years ago
Adding bumpy standard shader. More... over 23 years ago
Adding ambientlight standard shader. More... over 23 years ago
Added dependencies to All. More... over 23 years ago
Yes Pinky. Fincally really fixed the annoying cellnoise thing that has been bothering me. It was a bug in the permute code that messed-up the swapping. The tables are back to normal functioning and hopefully need no more changes. More... over 23 years ago
Adding warning message about not finding config file and the paths searched. More... over 23 years ago
Removed cribber and slcomp More... over 23 years ago
Update to take into account new Windows aqsl.exe More... over 23 years ago
Remove cribber and slcomp projects, update aqsl to avoid naming probkems with automake. More... over 23 years ago
Changed integer constants in float computations to float constants, as per Mark Bolstad's discovery More... over 23 years ago
Remove cribber and slcomp, superceded by aqsis and aqsl/aqslcomp. Add default definitions to slpp call. More... over 23 years ago
Added aqsl.exe, simple console app. for windows to do the same job as the Posix aqsl script. More... over 23 years ago
Added support for caching object bounds. More... over 23 years ago
Added support for occlusion culling. Visible sample lists are now truncated by a opaque sample. More... over 23 years ago
Fix indention to match rest of project More... over 23 years ago
Make default output to stdout and not verbose. More... over 23 years ago
Make aqsis and aqslcomp work on windows. More... over 23 years ago
Make aqsis work on windows. More... over 23 years ago
Make aqslcomp work on windows. More... over 23 years ago
Make aqslcomp work on windows. More... over 23 years ago
Make aqsis work on windows. More... over 23 years ago
Make aqsis use libargparse. Add new configuration file and command line and environment mechanism More... over 23 years ago
Update version number for 0.5.0000 release. More... over 23 years ago
* Fixed bug in install target More... over 23 years ago
Rename SqImageValue to SqImageSample. More... over 23 years ago
* Renamed SqImageValue to SqImageSample * Renamed CqImageElement to CqImagePixel * Restored depth and coverage data processing to CqImagePixel::Combine() (fixes the bug with rendering rgba images) * Eliminated warnings More... over 23 years ago
* Added "--help" and "--version" command-line options. * By default, a standard set of arguments is declared before processing any RIB files. This behaviour can be turned off with the "--nostandard" option. * If no RIB files are specified on the command-line, automatically parses RIB from stdin. More... over 23 years ago
* Added "StandardConfiguration()" function to librib namespace, which declares a standard set of Renderman arguments More... over 23 years ago
* Set the default install prefix to /usr/local/aqsis * Disabled shared libraries by default More... over 23 years ago
* Added an output stream operator for CqColor, for debugging output More... over 23 years ago