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
* Test RIB file updates / additions More... over 23 years ago
Added stub functions for RiDiskFilter and RiBesselFilter. More... over 23 years ago
Changed sinc again to have a half cosine window and made it more radially symmetric. More... over 23 years ago
Fixed a possible divide by zero in the window sinc function. More... over 23 years ago
Rename storage directory to avoifd name clash with standard Posix file 'Install'. More... over 23 years ago
Add testing for multiple shaders per .sl file. More... over 23 years ago
Fix so that shader .slx files are named after the shader name itself, not the filename. More... over 23 years ago
Fix problem with namespace intialisation. More... over 23 years ago
Minor changes, now outputs version properly, and names the .slx file better. More... over 23 years ago
Add new projects libslparse and libcodegenvm More... over 23 years ago
Remove superfluous shader type name array. More... over 23 years ago
New library handles parsing of a .sl file into a parse tree, which is then exposed to a backend code generator via a series of parse node interfaces defined in iparsenode.h, ivardef.h and ifuncdef.h. More... over 23 years ago
New library handles output of parse tree from libslparse into a format suitable for the Aqsis shader VM. More... over 23 years ago
Split functionality into separate libraries, libslparse and libcodegenvm. More... over 23 years ago
Moved into separate libraries, libslparse and libcodegenvm More... over 23 years ago
New statistics output: Number of total gprims the scene consists of (after splitting) and the number of culled gprims/grids/micropolys. More... over 23 years ago
Stats values are increased by a method in CqStats now. ri.cpp contains the Start/Stop methods for the various timers. More... over 23 years ago
Bug fix: Statistics variables weren't reset at the beginning of a frame. Moved the time variable and PrintStats() method from CqRenderer to CqStats. Added new timers for shading and individal frame time vs total time. Added methods to increase the counters instead of giving out references to them. More... over 23 years ago
Stats values are increased by a method in CqStats now. Bug fix: For motion micropolys the sample hit count was increased twice per hit. More... over 23 years ago
Changed Gaussian and Sinc to match what PRMan and 3.2 spec use. The Sinc filter is windowed by a raised cosine (von Hann Window), this additional math matches the PRMan sinc. More... over 23 years ago
Tidy up the sockets stuff, now cleans up after itself better, and ensures that driver processes left hanging around (i.e. framebuffer) don't cause problems on the next run. More... over 23 years ago
Added attribute storage for two matrices needed to convert basis and trying to figure out nicest looking way to add it in. More... over 23 years ago
Just adding comments about change of basis. No code changed. More... over 23 years ago
Ooops, forgot to mention that I removed the extra permutation for cellnoiseU,V. More... over 23 years ago
Adding a test. If anyone gets a chance let me know if you think the distribution of resulting colors is more centered on BMRT and maybe PRMan than my cellnoise function. PRMan and RenderDotC give their noise functions a certain statistical property, so maybe cellnoise is skewed a bit to the center too. More... over 23 years ago
Adding a test. If anyone gets a chance let me know if you think the distribution of resulting colors is more centered on BMRT and maybe PRMan than my cellnoise function. PRMan and RenderDotC give their noise functions a certain statistical property, so maybe cellnoise is too. More... over 23 years ago
Removed @echo off since I keep doing that, hopefully no one minds. More... over 23 years ago
* Makefile.in is a generated file, and shouldn't have gotten checked-in in the first place ... More... over 23 years ago
* Added RiGeometryV() implementation back into librib2stream::Stream More... over 23 years ago
Re-enable PixelFilter function. More... over 23 years ago