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

Blob Shadows Culling Optims #176

Closed
3 tasks done
Delt06 opened this issue Dec 8, 2023 · 0 comments
Closed
3 tasks done

Blob Shadows Culling Optims #176

Delt06 opened this issue Dec 8, 2023 · 0 comments
Labels
Lighting/Shadows Lighting, shadows, GI, etc. Performance
Milestone

Comments

@Delt06
Copy link
Owner

Delt06 commented Dec 8, 2023

  • Run one big job instead of many small ones
  • Parallelize index append/avoid atomic counter
  • Use full float4 SIMD instruction for bounds intersection - no change due to packing
@Delt06 Delt06 added Lighting/Shadows Lighting, shadows, GI, etc. Performance labels Dec 8, 2023
@Delt06 Delt06 added this to the v0.8.0 milestone Dec 8, 2023
@Delt06 Delt06 closed this as completed Dec 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Lighting/Shadows Lighting, shadows, GI, etc. Performance
Projects
None yet
Development

No branches or pull requests

1 participant