2025-06-24 15:26 | core: drop one unneeded glFinish() call | Randy Palamar | 1 | +2 | -3 |
2025-06-24 13:44 | lib: ensure scratch space is locked while reading output | Randy Palamar | 1 | +16 | -8 |
2025-06-23 19:56 | ui: truncate text positions to fix some rendering jank | Randy Palamar | 2 | +3 | -3 |
2025-06-23 19:30 | build: generate pdb for test program debugging on w32 | Randy Palamar | 1 | +4 | -1 |
2025-06-23 03:26 | core: don't flicker ui when frames are in progress | Randy Palamar | 5 | +16 | -25 |
2025-06-22 18:21 | core/lib: use shared memory for export, add compute stats export | Randy Palamar | 16 | +291 | -424 |
2025-06-22 04:38 | core: don't overrun timing table buffer when coalescing | Randy Palamar | 1 | +1 | -1 |
2025-06-22 02:31 | core: swap order of compute stats table | Randy Palamar | 2 | +10 | -9 |
2025-06-21 22:21 | core: store large backlog of compute timings | Randy Palamar | 6 | +182 | -77 |
2025-06-20 21:03 | core: support hadamard dims 20, 40, 80, 160 | Randy Palamar | 1 | +33 | -11 |
2025-06-20 20:10 | build: ensure cc_single_file is terminated, skip unsupported msvc flag | Randy Palamar | 1 | +3 | -1 |
2025-06-20 19:51 | lib: allow LIB_FN to be predefined | Randy Palamar | 2 | +7 | -4 |
2025-06-20 12:44 | lib: remove overlapping locks | Randy Palamar | 2 | +49 | -64 |
2025-06-17 04:39 | core/raylib: drop GRAPHICS_API_OPENGL_43 define | Randy Palamar | 2 | +1 | -2 |
2025-06-18 20:12 | core: allow non power of 2 images to be created | Randy Palamar | 2 | +11 | -4 |
2025-06-18 17:23 | shaders/decode: improve gpu cache behaviour | Randy Palamar | 4 | +39 | -35 |
2025-06-18 14:47 | tests/throughput: properly exit on SIGINT | Randy Palamar | 1 | +13 | -2 |
2025-06-17 15:08 | core/lib: bump shared memory version | Randy Palamar | 1 | +1 | -1 |
2025-06-17 13:53 | build: disable broken gcc warning | Randy Palamar | 1 | +4 | -0 |
2025-06-17 12:25 | core: work around pebkac when beamformer is closed during live imaging | Randy Palamar | 6 | +46 | -14 |
2025-06-17 03:50 | ui: merge floating widget draw path with UIView draw path | Randy Palamar | 1 | +316 | -309 |
2025-06-14 20:03 | ui: merge FloatingWidget into UIView | Randy Palamar | 1 | +107 | -124 |
2025-06-14 19:18 | ui: clean up ruler interaction jank | Randy Palamar | 1 | +99 | -67 |
2025-06-12 14:06 | ui: merge text input drawing into floating widget path | Randy Palamar | 1 | +99 | -79 |
2025-06-11 13:37 | ui: begin interaction cleanup | Randy Palamar | 2 | +555 | -426 |
2025-06-13 20:13 | tests: add throughput measurement tool | Randy Palamar | 4 | +483 | -13 |
2025-06-13 16:34 | core: resolve lock up bug | Randy Palamar | 4 | +4 | -6 |
2025-06-13 16:26 | static: call os functions directly instead of through function pointers | Randy Palamar | 1 | +11 | -11 |
2025-06-10 17:48 | lib: actually commit the library code that does the coalescing | Randy Palamar | 1 | +4 | -1 |
2025-06-10 17:42 | core/lib: coalesce buffer uploads that haven't made it to the GPU | Randy Palamar | 5 | +18 | -13 |
2025-06-10 16:54 | core/lib: rework library syncing and locking | Randy Palamar | 14 | +391 | -258 |
2025-06-10 13:58 | os: w32: fix chunk size in write new file | Randy Palamar | 1 | +1 | -3 |
2025-06-10 03:32 | gitignore: exclude glsl and shaders as well | Randy Palamar | 1 | +5 | -3 |
2025-06-09 17:21 | intrisics: use _InterlockedExchangeAdd on windows | Randy Palamar | 1 | +2 | -2 |
2025-06-08 16:26 | build: upgrade logging | Randy Palamar | 1 | +74 | -44 |
2025-06-08 04:18 | core: verify required opengl function availability directly | Randy Palamar | 1 | +3 | -8 |
2025-06-07 23:25 | core: remove glad.h, load our own GL function pointers | Randy Palamar | 13 | +262 | -4081 |
2025-06-07 21:50 | core: do our own frame timing | Randy Palamar | 7 | +67 | -18 |
2025-06-07 18:59 | make sure gitignore doesn't exclude helpers/external | Randy Palamar | 1 | +4 | -2 |
2025-06-07 18:55 | lib: fix incorrect result testing in old set_beamformer_parameters function | Randy Palamar | 1 | +6 | -6 |
2025-06-04 16:17 | build: partially support msvc | Randy Palamar | 12 | +222 | -137 |
2025-06-03 19:05 | .gitignore: simplify | Randy Palamar | 1 | +3 | -11 |
2025-06-03 02:09 | build: make build.c compile with msvc | Randy Palamar | 6 | +53 | -34 |
2025-06-02 14:31 | util: add arg_list() macro | Randy Palamar | 3 | +7 | -9 |
2025-06-02 12:39 | core: use sentinel shader reload link, remove duplicate error message | Randy Palamar | 2 | +16 | -15 |
2025-06-01 04:24 | core: use common path for shader reloading | Randy Palamar | 11 | +267 | -234 |
2025-05-31 21:27 | util_gl: simplify load_shader | Randy Palamar | 4 | +19 | -22 |
2025-05-29 12:39 | add short README on how to build | Randy Palamar | 1 | +26 | -0 |
2025-05-26 17:48 | build: use cmd_base with empty options for rebuilding self | Randy Palamar | 1 | +33 | -33 |
2025-05-21 03:01 | core: add compiler.h for compiler/os/arch detection | Randy Palamar | 6 | +93 | -48 |
| 482 more commits remaining, fetch the repository |