advancedfx icon indicating copy to clipboard operation
advancedfx copied to clipboard

Sampling system optimizations

Open dtugend opened this issue 5 years ago • 0 comments

  • [ ] 1. Make multi-threaded, a lot of work on CPU can be done in parallel
  • [ ] 2. Optimize in Source like in old GoldSrc when shutter is closed and the frame is not needed
  • [ ] 3. Make use of the fact that frame data and weight is used twice in the common case (except for first and last)
  • [ ] 4. GPU acceleration with compute shader

dtugend avatar Jun 15 '19 06:06 dtugend