2025-07-04 15:18 | ui: move push_das_shader_kind and push_custom_view_title up | Randy Palamar | 1 | +63 | -63 |
2025-07-04 15:02 | core/lib: add live imaging parameters sharing | Randy Palamar | 6 | +110 | -24 |
2025-07-03 02:29 | ui: enable MSAA for 3D views | Randy Palamar | 3 | +38 | -18 |
2025-07-02 20:32 | ui: 3D X-Plane dragging interaction | Randy Palamar | 7 | +293 | -53 |
2025-07-02 16:09 | ui: 3D X-Plane view | Randy Palamar | 13 | +1130 | -519 |
2025-06-30 04:23 | tests/throughput: use updated tag naming | Randy Palamar | 1 | +1 | -1 |
2025-06-29 01:37 | core: naming cleanup | Randy Palamar | 6 | +75 | -64 |
2025-06-23 12:22 | ui: add compute stats bar graph mode | Randy Palamar | 1 | +195 | -59 |
2025-06-28 04:06 | static: move compute thread starting until after shared memory is initialized | Randy Palamar | 1 | +9 | -9 |
2025-06-28 04:02 | static: set user_context before starting worker thread | Randy Palamar | 1 | +2 | -2 |
2025-06-27 13:54 | shaders/decode: gain another 10% by doing a first pass data reordering | Randy Palamar | 4 | +47 | -28 |
2025-06-27 13:07 | shaders/decode: readability | Randy Palamar | 1 | +8 | -9 |
2025-06-26 03:24 | shaders/decode: gain another 47% performance boost for i16 data | Randy Palamar | 2 | +30 | -21 |
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 |
| 495 more commits remaining, fetch the repository |