Age | Commit message (Expand) | Author |
---|---|---|
2022-04-20 | Code refactor: make basic_viewport and aa_viewport no longer a child class. M... | Keuin |
2022-04-16 | Move trace logging to tracelog.h. | Keuin |
2022-04-14 | Make hitlist<T> no longer a generic class (but hitlist::color<T>(...) is now ... | Keuin |
2022-04-14 | Remove viewport8b and basic_viewport8b. | Keuin |
2022-04-13 | Global diffuse lighting. (gamma not corrected) | Keuin |
2022-04-13 | Use basic_viewport8b if antialiasing is not enabled. | Keuin |
2022-04-13 | Antialiasing. (not parallelized) | Keuin |
2022-04-13 | Simplify bias_ctx's constructor. | Keuin |
2022-04-13 | Generalize hitlist and basic_viewport. (HDR in the future) | Keuin |
2022-04-13 | Rename viewport to basic_viewport. | Keuin |
2022-04-12 | Refactor: move hitlist, object, sphere, viewport into single files. | Keuin |