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

Final results of collaboration with Google and The Forge #90284

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

Commits on Jan 12, 2024

  1. New: buffer_get_persistent_address to return UMA address when possible

    - vulkan implementation to allocate with a persistent memory address
    - getter implementation
    - new member added for vulkan BufferInfo
    ShadyTF committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    0fc0325 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b25b49e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16fe4ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1250b8 View commit details
    Browse the repository at this point in the history
  5. add a flag to globally toggle persistent buffers + remove usage in ve…

    …rtex and index buffer
    ShadyTF committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    6cf9b26 View commit details
    Browse the repository at this point in the history
  6. missed in previous commit

    ShadyTF committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    b611cf8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3315786 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    39bb921 View commit details
    Browse the repository at this point in the history
  9. bitfirelds for buffer creation bits, and update uniform and storage b…

    …uffer creation to use them
    ShadyTF committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    c9d9294 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5b2369f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    45e9cc5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bdc5a1d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2718c27 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c2b1658 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f103234 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    eecc81f View commit details
    Browse the repository at this point in the history
  17. request debug marker extension along side debug utils, and assign the…

    … function pointers if found
    ShadyTF committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    84c4eaf View commit details
    Browse the repository at this point in the history
  18. debug marker extenstion usages for begin_label/end_label/ inser_label…

    …/ setobject name + a conversion function
    ShadyTF committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    aa4ed9b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    35961df View commit details
    Browse the repository at this point in the history
  20. fixes for debug marker extensions, they should be coming from the dev…

    …ice, not the instance
    ShadyTF committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    b02cf06 View commit details
    Browse the repository at this point in the history
  21. adding a function to vma to verify that lazily allocated buffers are …

    …being used on android
    ShadyTF committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    07ecf9d View commit details
    Browse the repository at this point in the history
  22. function to destroy shader modules, should be called on shaders after…

    … all associated modules have been created
    ShadyTF committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    062d8f1 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    7ea1c92 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    9600903 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    390d12e View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. adding memory advice library

    ShadyTF committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    4f30636 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

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

Commits on Jan 19, 2024

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

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    c64defe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4151bac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a9ea57 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    27ee7b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0be8ab1 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. ASTC decode mode extension

    ShadyTF committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    db6c6aa View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Fix Editor UI issue when UMA buffers are enabled, now enable persiste…

    …nt buffer with uniform buffers only when requested
    ShadyTF committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    9fc7df4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d275e88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    074848f View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Descriptor optimizations : remove FREE_DESCRIPTOR flag from descripto…

    …r pools and make them act as linear allocators
    ShadyTF committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    9f9e8a5 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

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

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    247cd05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55a9f4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    679d451 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. using linearly allocatoted descriptor set pool with forward mobile se…

    …tup pass, material storage, mesh storage, and particles storage
    ShadyTF committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    ca71b28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e4acda View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. immutable sampler : vulkan device driver

    - adding  global flag to toggle immutable samplers
    - api change for   shader_create, optionally immutable sampler can be sent to be bound in layout
    - adding flag for bound uniforms specifying if its immutable sampler
    - skipping immutable samplers when creating uniform sets
    
    fix for skipping immutable  samplers in uniform set
    ShadyTF committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    57f7647 View commit details
    Browse the repository at this point in the history
  2. immutable sampler : rendering device changes

    - new api  shader_create_from_bytecode_with_samplers to have the option to specify immutable sampler when creating pipieline layouts
    - passing the flags to skip them from uniform sets
    ShadyTF committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    e5b954a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fa2420 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b0c8c6 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

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

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    887ea97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e05686e View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. replacing push constants with uniform buffers

    replacing push constants with uniform buffers
    
    re adapt the blur, blit, tonemap cube_to_dp shaders to use UBO instead of push constants,
    ShadyTF committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    74302f4 View commit details
    Browse the repository at this point in the history
  2. Revert "forward mobile renderer : replace push constants for draw par…

    …ams by uniform buffers"
    
    This reverts commit e05686e.
    ShadyTF committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    6e5c134 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Manually reset command pool

    NicolaTF committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    2127b8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3889a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6dbc22b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5bc9ac3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    654841d View commit details
    Browse the repository at this point in the history
  6. Setup blit command buffer

    NicolaTF committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    45dbf8c View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    62179b2 View commit details
    Browse the repository at this point in the history
  2. Remove api_context_rd.h

    NicolaTF committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    3d21db1 View commit details
    Browse the repository at this point in the history
  3. Fix queue synchronization

    NicolaTF committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    6e6e147 View commit details
    Browse the repository at this point in the history
  4. Fix split queue submission

    NicolaTF committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    4b40e7b View commit details
    Browse the repository at this point in the history
  5. Fix multiple swapchains

    NicolaTF committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    6854421 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    062183e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    95cc7c1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    08064c7 View commit details
    Browse the repository at this point in the history
  9. Fix Android errors

    NicolaTF committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    22fd9a3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2f617bb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6e27edd View commit details
    Browse the repository at this point in the history
  12. Use native size when creating the swapchain, swap width and height fo…

    …r non native orientations
    NicolaTF committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    64939a0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e6894bb View commit details
    Browse the repository at this point in the history
  14. Remove sc_optimizations

    NicolaTF committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    62095d8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2d466bb View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    baa46a6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f3b94fb View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1a153ed View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3409532 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a9da7e3 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ecbe3c9 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    2d64d49 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    01656c5 View commit details
    Browse the repository at this point in the history
  24. Fix flickering bug

    NicolaTF committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    e133787 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    3ce6ccb View commit details
    Browse the repository at this point in the history
  26. Fix cherry pick leftovers

    NicolaTF committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    fa2e079 View commit details
    Browse the repository at this point in the history
  27. Start breadcrumb interface

    NicolaTF committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    e0b7815 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    fe8a243 View commit details
    Browse the repository at this point in the history
  29. Write to breadcrumb buffer

    NicolaTF committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    bfbe4c0 View commit details
    Browse the repository at this point in the history
  30. Implement breadcrumbs

    NicolaTF committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    76bc465 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    778f798 View commit details
    Browse the repository at this point in the history
  32. Remove TYPE_BIND_UNIFORM_SET

    NicolaTF committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    829da6c View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    b3dbdec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b05f59a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61db948 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b8c36a View commit details
    Browse the repository at this point in the history
  5. Track calls in device driver

    NicolaTF committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    16146f3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b451518 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9fc2bf0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9b1c3fe View commit details
    Browse the repository at this point in the history
  9. Add memory report callback

    NicolaTF committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    6d0e8bd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6e27db7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8d2587d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    38a3753 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2806d85 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d613b80 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    730eb17 View commit details
    Browse the repository at this point in the history
  16. Fix memory report bugs

    NicolaTF committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    2d1d9e5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    816a77b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0206947 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c4d827f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    ae5abe2 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    368de5f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    3b79e68 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    3e2cfe5 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    1b4b41c View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    2b5f8af View commit details
    Browse the repository at this point in the history
  26. Fix tracking cherry pick

    NicolaTF committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    566ffe6 View commit details
    Browse the repository at this point in the history
  27. Add Swappy files

    NicolaTF committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    12ef522 View commit details
    Browse the repository at this point in the history
  28. Fix Swappy linking

    NicolaTF committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    faf5ac8 View commit details
    Browse the repository at this point in the history
  29. Integrate Swappy frame pacer

    NicolaTF committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    1e469ab View commit details
    Browse the repository at this point in the history
  30. Fix needed Swappy extension

    NicolaTF committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    6a7bb35 View commit details
    Browse the repository at this point in the history
  31. Add settings for Swappy

    NicolaTF committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    4638dfd View commit details
    Browse the repository at this point in the history
  32. Fix project settings

    NicolaTF committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    3b636c3 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    fb2e2cd View commit details
    Browse the repository at this point in the history
  34. Compile and link spirv-opt

    NicolaTF committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    ff787c1 View commit details
    Browse the repository at this point in the history
  35. Enable shader optimizer

    NicolaTF committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    a7ec312 View commit details
    Browse the repository at this point in the history
  36. Preserve spec consts

    NicolaTF committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    55659dd View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    a8abe64 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    9ef8c3e View commit details
    Browse the repository at this point in the history
  39. Make spirv-opt optional

    NicolaTF committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    97fdd8b View commit details
    Browse the repository at this point in the history
  40. Fix Swappy build errors

    NicolaTF committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    0ad3b3a View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    9a20b8d View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    72045eb View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    9aff40c View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    e939cc6 View commit details
    Browse the repository at this point in the history
  45. track1 ms 2 conflict fixes

    ShadyTF committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    a8070b7 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    bf7b8c5 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    ac16158 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    af70976 View commit details
    Browse the repository at this point in the history
  49. fix ASTC decode extension

    ShadyTF committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    a5141bd View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    266313a View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    c084f58 View commit details
    Browse the repository at this point in the history
  52. track 1 ms 4 fixes

    ShadyTF committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    89ad7e4 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    095df16 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    0623cc1 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Remove memory advisor

    NicolaTF committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    e4ca8e8 View commit details
    Browse the repository at this point in the history
  2. Remove memory advisor usage

    NicolaTF committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    b038d52 View commit details
    Browse the repository at this point in the history
  3. Fix swapchain rotation

    NicolaTF committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    1f5d484 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be47c6a View commit details
    Browse the repository at this point in the history
  5. Fix Android build

    NicolaTF committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    651aef8 View commit details
    Browse the repository at this point in the history
  6. Fix spot light shadows

    NicolaTF committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    459a180 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f63d39a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5a78540 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4ca458d View commit details
    Browse the repository at this point in the history
  10. disable immutable samplers

    ShadyTF committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    1e7ec83 View commit details
    Browse the repository at this point in the history
  11. Track Swappy libs

    NicolaTF committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    931629d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5bb5f88 View commit details
    Browse the repository at this point in the history
  13. Fix Android build

    NicolaTF committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    aad4c71 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e4f87d1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    cef59d7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a6fc5f2 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. remove Debug changes

    ShadyTF committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    75d6cd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ccf882 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e66978 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

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

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    9ee5068 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52ccd58 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    abaf0b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1a04a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d928c3f View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    c7452b2 View commit details
    Browse the repository at this point in the history
  2. Fix raster mip map creation

    NicolaTF committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    c238452 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d97ca6 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

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

Commits on Mar 24, 2024

  1. Fix F+ renderer

    NicolaTF committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    bf44bf6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f0ff05 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

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

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    dae972c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    805780d View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    0a5efd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f67d2c4 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

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

Commits on Mar 29, 2024

  1. Fix leak

    NicolaTF committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    12d87ba View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

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