summaryrefslogtreecommitdiff
path: root/aa.h
AgeCommit message (Expand)Author
2022-04-21Add bokeh, aperture ad focus_dist.Keuin
2022-04-20Assert screen and image are of the same aspect in aa_viewport::aa_viewport an...Keuin
2022-04-20Reserve vector thread_pool::tasks to speed up task initializing.Keuin
2022-04-20Code refactor: make basic_viewport and aa_viewport no longer a child class. M...Keuin
2022-04-17Bugfix: replacing thread scheduler caused bias_ctx being initialized with a f...Keuin
2022-04-17Configurable thread count.Keuin
2022-04-17Calculate speed and display performance details. Do not allocate redundant im...Keuin
2022-04-17New lock-free thread pool. Improve CPU utility with massive small tasks.Keuin
2022-04-15Fix indirect inclusion.Keuin
2022-04-14Make hitlist<T> no longer a generic class (but hitlist::color<T>(...) is now ...Keuin
2022-04-13Global diffuse lighting. (gamma not corrected)Keuin
2022-04-13Threaded antialiasing.Keuin
2022-04-13Antialiasing. (not parallelized)Keuin