Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gpgpuimgui #707

Open
wants to merge 120 commits into
base: master
Choose a base branch
from
Open

Gpgpuimgui #707

wants to merge 120 commits into from

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    d8a1f1f View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. Configuration menu
    Copy the full SHA
    fd11a0e View commit details
    Browse the repository at this point in the history
  2. clean a bit Nabla IMGUI extension backend, remove a lot of useless wr…

    …appers, update examples_tests submodule
    AnastaZIuk committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    85d5681 View commit details
    Browse the repository at this point in the history
  3. Remove SSBO & use Buffer Device Address instead. Clean code, move cli…

    …pping into vertex shader - TODO: fill clipping plane distances
    AnastaZIuk committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    c921b9f View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    b995627 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6ecff6 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. eliminate some Nabla IMGUI extension validation errors, auto submit p…

    …ipeline barier to change the font image's layout after the buffer update from TRANSFER_DST_OPTIMAL to READ_ONLY_OPTIMAL
    AnastaZIuk committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    55031d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bdb902 View commit details
    Browse the repository at this point in the history
  3. Create Nabla Imgui Test Engine Tool - integrate 3rdparty/imgui_test_e…

    …ngine for this purpose with full test suite. Enter runtime issues, I think it's because of how I currently share resources across modules and the fact ImGUI context is static
    AnastaZIuk committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    fcca8e0 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    1ce0776 View commit details
    Browse the repository at this point in the history
  2. Correct IMGUI Integration, use Test Engine's configuration and elimin…

    …ate memory corruption issues. Make NITE work, now we just need to take care of imguizmo which doesn't like the configuration
    AnastaZIuk committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    badbdaf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54e370f View commit details
    Browse the repository at this point in the history
  4. Reorganize imgui dependency & utility libraries, create our own imcon…

    …fig header on fly with CMake and share across imgui projects. TODO: add NBL_IMGUI_WITH_TEST_ENGINE enabled by default which makes all imgui projects use our configuration with embedding the test engine and enables the nite tool, otherwise disables stuff and limits the imgui build to minimum
    AnastaZIuk committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    003aae4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e932e23 View commit details
    Browse the repository at this point in the history
  6. Add CTest for Nabla IMGUI Test Engine, update the tool to use argpars…

    …e and use running modes
    AnastaZIuk committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    8eace54 View commit details
    Browse the repository at this point in the history
  7. add --queue nite argument which toggles whether tests should be queue…

    …d and executed immediately after startup or should let user browse GUI and execute stuff by hand, use queued mode with CTest
    AnastaZIuk committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    fe5dc46 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    d755e83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2f89f8 View commit details
    Browse the repository at this point in the history
  3. sync, pull master

    AnastaZIuk committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    2d7d9e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9ac293 View commit details
    Browse the repository at this point in the history
  5. update Nabla IMGUI backend to use separated immutable sampler with fo…

    …nt atlas as 2D array texture, use BDA for requesting texture index. Add comments regarding our base instance indexing as replacement for gl_DrawID and a few more comments + minor changes
    AnastaZIuk committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    a7102f0 View commit details
    Browse the repository at this point in the history
  6. upgrade Nabla IMGUI backend key IO, use IMGUI_DISABLE_OBSOLETE_KEYIO …

    …define, refactor current legacy mouse handle & add key events handle
    AnastaZIuk committed Jul 11, 2024
    1 Configuration menu
    Copy the full SHA
    c8198be View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    78432b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6e60d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b52077a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b3dc0ca View commit details
    Browse the repository at this point in the history
  5. use Descriptor Indexing in the IMGUI backend. TODO: ds writes on new …

    …texture use request + no hardcoded ds layout etc
    AnastaZIuk committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    38d80c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. pull master

    AnastaZIuk committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    e87548f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3eb8fb1 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    ab1318c View commit details
    Browse the repository at this point in the history
  2. remove openssl again

    AnastaZIuk committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    7385d22 View commit details
    Browse the repository at this point in the history
  3. remove 3rdparty/tcpp again

    AnastaZIuk committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    332fad4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b6465b View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Merge branch 'master' of github.com:Devsh-Graphics-Programming/Nabla …

    …into gpgpuimgui and resolve conflicts
    AnastaZIuk committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    470b194 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e10909 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6d8b89 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    b767617 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    256c630 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. pull master

    AnastaZIuk committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    b8efcf6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a86c213 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    310369c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    80032c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    edf27cd View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    6df4dc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f70053b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a488204 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a4f2dac View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    47fc1b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3071f65 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. update DXC submodule

    AnastaZIuk committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    d9624ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f57c274 View commit details
    Browse the repository at this point in the history
  3. update submodule

    AnastaZIuk committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    9730eb0 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. remove sampler, descriptor set & its pool creation from Nabla IMGUI e…

    …xtension, ask user for descriptor set layout at create time & let they pass descriptor set within render call
    AnastaZIuk committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    b1f307b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a65565 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    bfed39c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69a1f65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    675034e View commit details
    Browse the repository at this point in the history
  4. update examples_tests + fix nasty bug with drawID (no more validation…

    … errors!) - turns out it must be passed to another stage
    AnastaZIuk committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    66ade6a View commit details
    Browse the repository at this point in the history
  5. update ImGui.cpp & ImGui/shaders/fragment.hlsl, update examples_tests…

    … submodule - turns out I have issues with blend equation, add a temporary solution which turns alpha to 1 when non-atlas font textures are sampled
    AnastaZIuk committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    9415013 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Configuration menu
    Copy the full SHA
    9ec03aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16187cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65e1b9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1d5ca7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a0e724 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. Configuration menu
    Copy the full SHA
    c00a9ea View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    4c05ea8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23192ca View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. define ICPURenderpass constructor + add IRenderpass's missing NBL_API…

    …2 to export/import it's constructor in dll mode
    AnastaZIuk committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    99ffad4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b956b3c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e325e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f9f754e View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    181f219 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e1cfb6 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    f80832b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef28cdd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4d8cea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7aaf7a9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6de285f View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. update Nabla ImGUI backend to use streaming buffer with multi allocat…

    …ions instead of std::vector objects, update examples_tests submodule. TODO: Instead of allocating at render call I need to start with preallocated like 2 MB buffer for which multi alloc requests will be performed & handle overflows
    AnastaZIuk committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    1f34e33 View commit details
    Browse the repository at this point in the history
  2. preallocate 1Mb MDI buffer in UI's constructor, pass correctly multi …

    …alloc but now I have white screen + swapchain present fails terminating my exe, I need to take care of intended submit + sync things first, also my queue submit seems to take much more time than before
    AnastaZIuk committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    4af890d View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. fix awful bugs - requested one extra indirect draw than I have + mist…

    …aken ImGUI Vertex with Indices types [typo] resulting in incorrect memory write. I see the scene nicely again, but something is decreasing my ref counted counter for mdi buffer which is proxy passed with dont_grab_t{}! (wut, inspecting it)
    AnastaZIuk committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    e9af093 View commit details
    Browse the repository at this point in the history
  2. correct another bug, indeed I don't want to "dont_grab{}" in order to…

    … keep it alive and not let it decrease reference counter to 0
    AnastaZIuk committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    73f7713 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb83a58 View commit details
    Browse the repository at this point in the history
  4. use SIntendedSubmitInfo instead of raw command buffer in UI's render …

    …call, add more validation & logs, multi_deallocate at then end of the render call with future scratch semaphore (we treating it as wait semaphore), temporary terminate application on scratch semaphore-spotted counter overflow, update examples_tests submodule
    AnastaZIuk committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    5cb70ef View commit details
    Browse the repository at this point in the history
  5. let's boost default default UI mdi streaming buffer to 2Mb, I still h…

    …ave issues with multi alloc hence I guess something off with my wait semaphore
    AnastaZIuk committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    839f38f View commit details
    Browse the repository at this point in the history
  6. move MULTI_ALLOC_PARAMS to cpp, make mdi the alignment array constexp…

    …r, add more logs (+ tmp logs) - I have issue with deferred offset memory deallocation, it doesn't execute (maybe because of my wait semaphore?)
    AnastaZIuk committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    4fbf379 View commit details
    Browse the repository at this point in the history
  7. cull_frees with streaming buffer, handle failed allocation and make i…

    …t work (Erfan thank you for help), update examples_tests submodule
    AnastaZIuk committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    46a5039 View commit details
    Browse the repository at this point in the history
  8. add UI streaming buffer const getter, extra cull frees call, correct …

    …some typos, add comments & update examples_tests submodule
    AnastaZIuk committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    46c78a8 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. I don't need to cull_frees myself, second allocation attempt fires de…

    …ferred memory free anyway
    AnastaZIuk committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    5be870d View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. sort out how we handle window in ImGUI backend - it's really only nee…

    …ded at update stage, should never be kept & passed with constructor. Let user pass subpassIx while creating the UI for internal pipeline creation purposes, update examples_tests submodule, clean some code & add comments
    AnastaZIuk committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    4b8990b View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. bring back GLSLstd450MatrixInverse & GLSLstd450UnpackSnorm2x16 - set …

    …proper extended instruction set for our opcodes ( `ext_instruction(opcode[, set])` )
    AnastaZIuk committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    bca9f86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35af49d View commit details
    Browse the repository at this point in the history
  3. update getters to return dumb pointers, let users pass MDI streaming …

    …buffer themselves & validate its creation params, memory, allocate + mapping flags, update examples_tests submodule
    AnastaZIuk committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    650e2e4 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. wrap the UI's .update args into S_UPDATE_PARAMETERS, require only the…

    … minimum (remove optional delta in secs, 1/60 by default), get rid of our IWindow & ICursor dependency from the UI, move ImGui::Render() from .update to .render, update examples_tests submodule
    AnastaZIuk committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    1f19c37 View commit details
    Browse the repository at this point in the history
  2. fix bug with multi allocation timeout, call multi_deallocate right af…

    …ter multi_allocate, don't try to map MDI memory range in case its unmapped at .render
    AnastaZIuk committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    738ba75 View commit details
    Browse the repository at this point in the history
  3. clean more UI's subscribers, remove EUF_INLINE_UPDATE_VIA_CMDBUF from…

    … required usage buffer flags, increase minStreamingBufferAllocationSize to 32u
    AnastaZIuk committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    70c5d58 View commit details
    Browse the repository at this point in the history
  4. typo - registerListener needs to return the same type as unregister t…

    …akes, also the design for the subscriber could be better however lets leave it currently
    AnastaZIuk committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    17faf3a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ee3fafe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2df883e View commit details
    Browse the repository at this point in the history
  7. remove system creation from the UI, take everything it requires from …

    …the constructor, do also another clean-up, put stuff into nice creation parameters struct, remove unnecessary font adjusting static method + a few IO variables we were setting to their default values anyway, add more comments for users, update examples_tests submodule
    AnastaZIuk committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    fe79eaf View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    be47096 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfdbcf2 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    4154f08 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    fbec20b View commit details
    Browse the repository at this point in the history
  2. dxc's submodules to ssh

    AnastaZIuk committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    ebe211d View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Configuration menu
    Copy the full SHA
    7664479 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. turn OPENEXR_FORCE_INTERNAL_DEFLATE ON - fix legacy build system exr'…

    …s deflate dependency, it should never look system wide but download
    AnastaZIuk committed Sep 15, 2024
    1 Configuration menu
    Copy the full SHA
    1e48c59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e7cbe2 View commit details
    Browse the repository at this point in the history
  3. add asset manager to nbl::ext::imgui::UI::S_CREATION_PARAMETERS, remo…

    …ve NSC from the ImGUI extension build system & embed shader sources instead (leave some comments), codegen & compile shaders on fly with respect to new optional S_RESOURCE_PARAMETERS (leave user freedom to specify set & resource bindings with certain required constraints), add more validation to the UI creation, update examples_tests submodule
    AnastaZIuk committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    dc04722 View commit details
    Browse the repository at this point in the history
  4. correct typo in comments

    AnastaZIuk committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    90cec3b View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    59663ec View commit details
    Browse the repository at this point in the history
  2. update UI shader codegen - allow for even more freedom and gen NBL_TE…

    …XTURES_BINDING, NBL_SAMPLER_STATES_BINDING, NBL_RESOURCES_COUNT & NBL_RESOURCES_SET. Validate external descriptor set layout if given (redirects, validate required textures & samplers binding), support generating default one if nullptr passed. Add more comments for API usage, update examples_tests submodule
    AnastaZIuk committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    de4991b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ebb16fb View commit details
    Browse the repository at this point in the history
  4. remove SIntendedSubmitInfo from UI::render, we cannot overflow while …

    …recording non-dynamic renderpass - bring back command buffer + add semaphore wait info for deferred memory deallocation, clean more code, add comments regarding linear allocator TODO, update examples_tests submodule
    AnastaZIuk committed Sep 17, 2024
    1 Configuration menu
    Copy the full SHA
    18949b1 View commit details
    Browse the repository at this point in the history
  5. ah forgot to uncomment some of GLSL extended math in include/nbl/buil…

    …tin/hlsl/glsl_compat/core.hlsl
    AnastaZIuk committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    551c735 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. allow for full UI resources setup freedom, exchange descriptor set la…

    …yout with pipeline layout in the creation parameters, update examples_tests submodule
    AnastaZIuk committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    eaad1cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c63d01 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    3dd43b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    421f86c View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. replace StreamingTransientDataBufferST with GeneralpurposeAddressAllo…

    …cator host allocator + LinearAddressAllocatorST sub-allocator combo & use allocator type traits to handle them, update examples_tests submodule, leave some TODO comments
    AnastaZIuk committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    1fbbc06 View commit details
    Browse the repository at this point in the history