Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create cmake-single-platform.yml #3

Open
wants to merge 164 commits into
base: master
Choose a base branch
from
Open

Create cmake-single-platform.yml #3

wants to merge 164 commits into from

Conversation

HamilcarR
Copy link
Owner

No description provided.

- In a first time, we will use the most clean
abstractions for Nova.

- We intend to refactor the rest of gpgpu usage like texture
 processing , after the path tracing engine has fully been integrated with cuda.

- We maybe will integrate OpenCL.
Resource manager owns the stopping mechanism for the rendering , instead of pointing to a boolean to check if the rendering should stop, ie , it's just simpler.
Replacing vectors by a non owning structure, allows for the memory pool to own textures data instead.
-IResourceDB now has a caching system allowing resources to be created on a preallocated memory pool.
- Replaced various pointers to vector by spans for better clarity.
copyRange() was incorrectly comparing the destination buffer to the current block only. Replaced it with a search in used_blocks list to retrieve the valid block.
…ator and their equivalent CPU.

Implemented two random number generation for different sampling strategy.

- GPU/CPUPseudoRandomGenerator: Generates a pseudo random sequence using either mt19937 for the CPU version or a xor shift for GPU.

- GPU/CPUQuasiRandomGenerator: Generates a quasi random sequence using a sobol sequence for both CPU and GPU.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant