2024-12-21 00:11 | port to aarch64 | Randy Palamar | 6 | +81 | -25 |
2024-12-11 00:51 | make test less zealous | Randy Palamar | 1 | +1 | -2 |
2024-12-11 00:30 | don't crash when reloading shaders when no data is loaded | Randy Palamar | 2 | +14 | -2 |
2024-12-06 23:17 | add a couple normal RCA beamforming methods to das shader | zemplab | 3 | +92 | -21 |
2024-12-10 18:19 | calculate transmit distance relative to world space | Randy Palamar | 1 | +14 | -7 |
2024-12-10 18:05 | add cycle_t to das shader for help with debugging | Randy Palamar | 3 | +7 | -0 |
2024-12-10 12:34 | don't over-constrain mem_copy | Randy Palamar | 2 | +2 | -9 |
2024-12-10 04:46 | simpilify some frame iteration | Randy Palamar | 1 | +12 | -17 |
2024-12-10 04:29 | avoid flickering from unnecessary ui driven texture clears | Randy Palamar | 3 | +41 | -8 |
2024-12-10 04:27 | don't flood the work queue with in flight frames | Randy Palamar | 2 | +19 | -6 |
2024-12-10 02:21 | allow non power of 2/multiple of 12 image dimensions to pass through | Randy Palamar | 1 | +6 | -2 |
2024-12-07 22:54 | make output test dim consistent with stored frame dim | Randy Palamar | 1 | +12 | -2 |
2024-12-07 16:29 | move fno-builtin to correct cflags | Randy Palamar | 1 | +2 | -2 |
2024-12-06 17:14 | use fno-builtin to avoid broken mingw builtins | Randy Palamar | 1 | +1 | -1 |
2024-12-06 17:11 | use X macro to simplify the addition of new shaders | Randy Palamar | 3 | +22 | -21 |
2024-11-28 22:05 | always allocate an output frame | Randy Palamar | 1 | +3 | -1 |
2024-11-28 22:05 | update cuda lib bindings | Randy Palamar | 2 | +5 | -4 |
2024-11-28 18:11 | user higher contrast color for ruler | Randy Palamar | 2 | +2 | -1 |
2024-11-28 17:55 | bump raylib to v5.5 | Randy Palamar | 1 | +1 | -1 |
2024-11-26 23:44 | add ruler display interaction | Randy Palamar | 5 | +98 | -38 |
2024-11-26 21:24 | don't crash when trying to average without enough backlog frames | Randy Palamar | 1 | +12 | -6 |
2024-11-21 19:52 | combine hercules/uforces shaders into an uber DAS shader | Randy Palamar | 9 | +229 | -280 |
2024-11-19 22:20 | fix cuda buffer offset | Randy Palamar | 1 | +1 | -1 |
2024-11-15 19:28 | ui: remove unnecessary buffer clearing and set fixed cursor width | Randy Palamar | 3 | +42 | -33 |
2024-11-15 03:11 | add F# to ui and shader parameters | Randy Palamar | 4 | +14 | -7 |
2024-11-15 01:07 | correct transducer coordinate transform calculation | Randy Palamar | 4 | +43 | -43 |
2024-11-15 00:38 | fix stream variable printing for VT_I32 | Randy Palamar | 1 | +4 | -3 |
2024-11-14 23:29 | hercules: properly step the second axis when image is off axis | Randy Palamar | 1 | +1 | -1 |
2024-11-14 23:25 | ui: adjust threshold instead of dynamic range when scrolling on image | Randy Palamar | 1 | +2 | -2 |
2024-11-14 23:18 | decouple ui interaction from ui drawing | Randy Palamar | 7 | +573 | -372 |
2024-11-14 18:45 | queue a recompute when shaders are reloaded | Randy Palamar | 1 | +3 | -1 |
2024-11-13 16:17 | fix completely bogus program setting during shader loading | Randy Palamar | 1 | +1 | -1 |
2024-11-13 16:07 | fix broken assert in debug build | Randy Palamar | 1 | +1 | -1 |
2024-11-13 04:38 | move pipe polling out of beamformer | Randy Palamar | 7 | +37 | -38 |
2024-11-13 04:16 | remove unnecessary ubo binding | Randy Palamar | 2 | +2 | -3 |
2024-11-13 03:41 | win32: naming the variable is hard | Randy Palamar | 1 | +1 | -1 |
2024-11-13 03:37 | helper lib: win32: fix cast from iptr to actual pointer | Randy Palamar | 1 | +3 | -2 |
2024-11-12 23:14 | add queued data exporting | Randy Palamar | 9 | +313 | -91 |
2024-11-08 21:58 | restructure beamform submissions into work queue | Randy Palamar | 8 | +486 | -308 |
2024-11-12 17:59 | change g_compute_shader_header text to a macro | Randy Palamar | 2 | +3 | -3 |
2024-10-31 21:44 | add GL Object labels to aid debugging | Randy Palamar | 3 | +36 | -10 |
2024-10-31 16:42 | ci: update the ubuntu package list before trying to install | Randy Palamar | 1 | +2 | -1 |
2024-10-31 16:33 | win32: fix a few missed argument changes | Randy Palamar | 1 | +4 | -6 |
2024-10-31 16:24 | use error stream in few missed places | Randy Palamar | 5 | +54 | -57 |
2024-10-31 16:06 | remove system raylib support from build script | Randy Palamar | 1 | +20 | -25 |
2024-10-31 16:01 | move shader parameters ubo to static s8 | Randy Palamar | 9 | +77 | -105 |
2024-10-29 18:28 | make kronecker product use SIMD | Randy Palamar | 1 | +15 | -7 |
2024-10-29 15:46 | support inverse hadamard matrices with dimension 2^n * 12 | Randy Palamar | 2 | +55 | -3 |
2024-10-28 21:16 | ui: use the correct scale value when storing text input | Randy Palamar | 1 | +1 | -1 |
2024-10-28 20:54 | add threshold/holdoff to display shader | Randy Palamar | 5 | +22 | -6 |
| 205 more commits remaining, fetch the repository |