..
accel
Split out memory arena into an external crate.
2019-12-27 10:43:03 +09:00
light
Split out memory arena into an external crate.
2019-12-27 10:43:03 +09:00
parse
Split out memory arena into an external crate.
2019-12-27 10:43:03 +09:00
sampling
Improve module path usage and remove extern crate declarations where possible.
2018-12-16 13:02:49 -08:00
scene
Split out memory arena into an external crate.
2019-12-27 10:43:03 +09:00
shading
Switched from in-tree float4 lib to glam.
2019-07-22 22:30:37 +09:00
surface
Split out memory arena into an external crate.
2019-12-27 10:43:03 +09:00
algorithm.rs
Switched all uninitialized memory to use MaybeUninit.
2019-07-06 13:46:54 +09:00
bbox.rs
Make better use of the types in the glam crate.
2019-07-25 11:36:52 +09:00
bbox4.rs
Fix/silence various clippy warnings.
2019-08-01 14:18:26 +09:00
boundable.rs
First step transitioning to Rust 2018.
2018-12-16 12:02:20 -08:00
camera.rs
Split out memory arena into an external crate.
2019-12-27 10:43:03 +09:00
color.rs
Fix/silence various clippy warnings.
2019-08-01 14:18:26 +09:00
fp_utils.rs
Fix deprecation warnings from rustc.
2019-11-23 10:21:16 +09:00
hash.rs
Reuse same hash function for ints and floats.
2020-03-16 09:50:10 +09:00
hilbert.rs
Run new rustfmt on codebase.
2018-03-04 13:00:55 -08:00
image.rs
Fix deprecation warnings from rustc.
2019-11-23 10:21:16 +09:00
lerp.rs
Make bilinear patch splitting a little smarter.
2019-08-01 13:49:44 +09:00
main.rs
Split out memory arena into an external crate.
2019-12-27 10:43:03 +09:00
math.rs
Fix/silence a bunch of clippy warnings in the main crate.
2018-12-15 23:26:12 -08:00
mis.rs
Make MIS routines handle infinite importance better.
2017-10-25 07:11:24 -07:00
ray.rs
Make better use of the types in the glam crate.
2019-07-25 11:36:52 +09:00
renderer.rs
Removed golden ratio sampling.
2020-03-19 19:49:45 +09:00
timer.rs
Improve module path usage and remove extern crate declarations where possible.
2018-12-16 13:02:49 -08:00
tracer.rs
Fix deprecation warnings from rustc.
2019-11-23 10:21:16 +09:00
transform_stack.rs
Switched all uninitialized memory to use MaybeUninit.
2019-07-06 13:46:54 +09:00