ogl_beamforming

Ultrasound Beamforming Implemented with OpenGL
git clone anongit@rnpnr.xyz:ogl_beamforming.git
Log | Files | Refs | Feed | Submodules | README | LICENSE

DateCommit messageAuthorFiles+-
2026-07-29 01:33util: stream_append_f64_e: don't infinite loop on negative inputsRandy Palamar1+3-1
2026-07-28 13:31ui: fix 1 frame flicker when switching to/from bar graphRandy Palamar1+22-23
2026-07-28 02:40build/meta: drop second name field in BakeRandy Palamar5+264-376
2026-07-28 02:08ui: add title to shader parameter listingRandy Palamar1+12-0
2026-07-28 01:53ui: add compile flags to shader parameter listingRandy Palamar4+77-2
2026-07-28 01:31build/meta: allow compile flags directly in Shader block declarationRandy Palamar3+34-36
2026-07-28 01:29util: EachBit: do not modify the passed in flags valueRandy Palamar2+2-1
2026-07-27 13:35ui: add shader bake parameter context menu to compute statsRandy Palamar6+101-8
2026-07-26 03:37core: use vulkan specialization constants for bake parametersRandy Palamar10+220-150
2026-07-25 12:51meta: build some compile time struct info into beamformerRandy Palamar6+395-164
2026-07-24 01:35core: remove remaining s8 usageRandy Palamar18+1038-1096
2026-07-23 03:15build/meta: split off some internal meta definitionsRandy Palamar9+1208-1189
2026-07-22 13:25lib: remove compute stat export from public interfaceRandy Palamar7+23-31
2026-07-22 13:10core: move live imaging struct/flags into meta codeRandy Palamar5+87-64
2026-07-21 18:36util: don't add links to the `nil` value in DLLInsertTyler Henry1+1-1
2026-07-21 13:09ui: move context menu building close to panel buildingRandy Palamar1+315-336
2026-07-21 02:33ui: actually assign broken shader text colourRandy Palamar1+1-1
2026-07-21 02:17math: flip yz transform normalRandy Palamar2+2-2
2026-07-21 01:25util: delete old macro namesRandy Palamar13+72-79
2026-07-15 02:47ui: fully immediate mode rewriteRandy Palamar16+5453-3459
2026-07-15 02:44build: meta: add Flags keywordRandy Palamar2+43-23
2026-07-08 12:14core: remove asserts around vk_command_clear_buffer()Randy Palamar1+2-7
2026-07-08 02:23core/vulkan: replace buffer clear with vkCmdFillBufferRandy Palamar8+34-107
2026-07-08 01:43core: skip hadamard generation when not requiredRandy Palamar1+11-6
2026-06-30 13:41ui: add contrast mode indicator to frame overlayRandy Palamar5+18-2
2025-12-02 04:26ui: add acquistion kind live controlRandy Palamar6+103-26
2026-06-24 17:50shaders/reshape: fix Float16/Float16Complex outputRandy Palamar1+16-2
2026-06-23 20:00README: remove unsupported cl commandRandy Palamar1+0-4
2026-06-22 18:01build: allow Expand inside Table definitionRandy Palamar2+632-547
2026-06-20 16:55build: add STR type; allow Struct as Expand targetRandy Palamar1+27-23
2026-06-18 18:40w32: fixed new entity allocation when freelist is emptyTyler Henry1+1-1
2026-06-18 18:17core: fix bogus dirty shader assertRandy Palamar1+2-2
2026-06-18 17:55vulkan: make export handle pass through to internal allocate functionRandy Palamar1+1-0
2026-06-18 17:41vulkan: re-add support for exporting general memory buffersRandy Palamar6+58-28
2026-06-17 14:48platform: make window creation a required APIRandy Palamar9+397-123
2026-06-12 13:54util: add os_push_input_event helperRandy Palamar3+14-6
2026-06-12 13:44ci: update to checkout v6 to shut up warningRandy Palamar1+2-2
2026-06-12 13:20util: cleanup some s8 usageRandy Palamar9+183-164
2026-06-11 18:16vulkan: enable nullDescriptor to shut up validation warningRandy Palamar2+24-0
2026-06-11 17:12util: make sure str8_from_c_str isn't evaluated twiceRandy Palamar1+2-1
2026-06-11 17:02vulkan: check for driver API validation layer API version mismatchRandy Palamar3+105-25
2026-06-09 15:39util: stream helper for utf32 codepointsRandy Palamar1+13-5
2026-06-09 15:38build: re-add rcore_extended.cRandy Palamar2+10-3
2026-06-10 19:15vulkan: remove assert for HOST_VISIBLE when memory is not DEVICE_LOCALRandy Palamar1+10-3
2026-06-08 16:16README: mention that MSVC is not supportedRandy Palamar1+1-13
2026-06-08 16:10README: mention legacy branch and modern compiler requirementRandy Palamar1+39-0
2026-06-02 17:39util: improve SLL/DLL macros, add extra string helpersRandy Palamar5+218-68
2026-05-26 16:31platform: load input key modifiers in platform layerRandy Palamar6+58-19
2026-05-22 17:30vulkan: fix resolve image layoutRandy Palamar1+1-1
2026-05-21 16:27external/glslang: bump to sdk 1.4.350Randy Palamar0+0-0
848 more commits remaining, fetch the repository