summaryrefslogtreecommitdiffstats
path: root/fft.shader
Commit message (Collapse)AuthorAge
* Simplify pipeline creation, vectorize FFTHEADmasteryum2025-07-30
| | | | | | - Add a script to create a pipeline & assets in a single click - Add pipeline executor concept. This exists to (theoretically) let users merge the results of multiple pipelines.
* Bugfix: only zero out imag in fft, not ifftyum2025-07-28
|
* Add CRT pipeline scriptyum2025-07-28
|
* Fix twiddle factors in shaderyum2025-07-27
|
* add temporal lds to verify perfyum2025-07-27
|
* Add inverse fft codeyum2025-07-27
|
* Add fft shaderyum2025-07-27