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

Reuse asset file #1729

Draft
wants to merge 99 commits into
base: dev
Choose a base branch
from
Draft

Commits on Sep 8, 2024

  1. Distinguish between muttable and immutable descriptors

    Fine grain descriptor set encode wrapper so that it can distinguish
    between mutable (storage) and immutable (uniform) images and buffers.
    panos-lunarg committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    ec46a9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cea230 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66700a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cae0083 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a280d2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e9c9c3b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    237082f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    58c88b5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8b172cb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a3caba2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f989f67 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    825e7db View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bec0074 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f675d22 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4afce37 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b6493dd View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8c633ba View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    597c06d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5b1366f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    bff7f4a View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    12bdb82 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    9b3a06a View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    dc5612d View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    69acf80 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    1203210 View commit details
    Browse the repository at this point in the history
  26. Asset file generation is optional and off by default

    Asset file generetaion is controlled by an environment variable
    panos-lunarg committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    064c873 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    61f369c View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    41aca5a View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    b6618d7 View commit details
    Browse the repository at this point in the history
  30. Code formatting

    panos-lunarg committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    e229c2f View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    b15626a View commit details
    Browse the repository at this point in the history
  32. Some clean ups

    panos-lunarg committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    5a164ca View commit details
    Browse the repository at this point in the history
  33. Fix 32bit build

    panos-lunarg committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    6b727dc View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    d3f8775 View commit details
    Browse the repository at this point in the history
  35. Dump assets is also controled by an android setting

    Android setting capture_android_dump_assets can trigger an asset dump in
    the asset file.
    panos-lunarg committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    9ecd5d9 View commit details
    Browse the repository at this point in the history
  36. Fix formatting

    panos-lunarg committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    9d61e61 View commit details
    Browse the repository at this point in the history
  37. Fix windows build

    panos-lunarg committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    1347c03 View commit details
    Browse the repository at this point in the history
  38. Fix formatting

    panos-lunarg committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    7dd6184 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    d3d889f View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    b54bdd4 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    120cac6 View commit details
    Browse the repository at this point in the history
  42. Rename a function

    panos-lunarg committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    382df46 View commit details
    Browse the repository at this point in the history
  43. No need to clear map

    panos-lunarg committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    e3ca6ab View commit details
    Browse the repository at this point in the history
  44. Track dynamic rendering

    panos-lunarg committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    16f8681 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    e4967e6 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    306cb51 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    a70a0a5 View commit details
    Browse the repository at this point in the history
  48. Fix windows build

    panos-lunarg committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    f8ebd58 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    d9e597d View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    dc86e8e View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    ef45a13 View commit details
    Browse the repository at this point in the history
  52. Fix a couple of typos

    panos-lunarg committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    5eda5e7 View commit details
    Browse the repository at this point in the history
  53. Scan only dirty regions

    panos-lunarg committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    1572b15 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    b04347d View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    e0070a3 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    4e40c45 View commit details
    Browse the repository at this point in the history
  57. Override path

    panos-lunarg committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    0abbfc8 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    6dd2681 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    9c2c86b View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    dc1547e View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    5aeb8aa View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    0dc5578 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    d820d67 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    3fb6efb View commit details
    Browse the repository at this point in the history
  65. Track resource <-> descriptor set connections

    When a resource that is bound to one or more descriptor sets is deleted
    then those descriptor sets are marked as dirty. This will make them to
    be dumped again in the next WriteState
    panos-lunarg committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    5a790c0 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    2262c34 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    bc1db1d View commit details
    Browse the repository at this point in the history
  68. Typo fix

    panos-lunarg committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    f34065a View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    3319b30 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    aa09680 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    ded80f1 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    9bb958e View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    329a5cb View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    71903fb View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    6ce6882 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    b172897 View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    fc2fe1f View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    d8cc332 View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    ad4a2c6 View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    2b13f13 View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    92e1804 View commit details
    Browse the repository at this point in the history
  82. Asset file consumer

    panos-lunarg committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    0bb3291 View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    b073091 View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    dcfce01 View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    0a79e38 View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    fe69ffb View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    89533b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Things seem to work

    panos-lunarg committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    5193a55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d6bd1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c70695 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2674af4 View commit details
    Browse the repository at this point in the history
  5. Fix win build

    panos-lunarg committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    640b192 View commit details
    Browse the repository at this point in the history
  6. Fix tests

    panos-lunarg committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    d93fd22 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Correct frame counting

    panos-lunarg committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    5104c7b View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

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

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    045909d View commit details
    Browse the repository at this point in the history
  2. Fix windows build

    panos-lunarg committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    813bcf8 View commit details
    Browse the repository at this point in the history
  3. clang-format

    panos-lunarg committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    46ede91 View commit details
    Browse the repository at this point in the history