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

[Vulkan] Support uniform buffer object for passing many scalar arguments #7717

Merged
merged 22 commits into from
Apr 11, 2021

Commits on Apr 10, 2021

  1. ubo codegen first cut

    masahi committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    4f5ca8c View commit details
    Browse the repository at this point in the history
  2. begin runtime change for UBO

    masahi committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    7d2ed2b View commit details
    Browse the repository at this point in the history
  3. allocate and bind ubo

    masahi committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    e1788b8 View commit details
    Browse the repository at this point in the history
  4. query memory type for uniform

    masahi committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    665d5ff View commit details
    Browse the repository at this point in the history
  5. refactor

    masahi committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    432ff24 View commit details
    Browse the repository at this point in the history
  6. do not use float64

    masahi committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    5f9f82d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a8de459 View commit details
    Browse the repository at this point in the history
  8. add more log

    masahi committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    23b1f40 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7cfea18 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    436ff80 View commit details
    Browse the repository at this point in the history
  11. remove log

    Masahiro Masuda authored and masahi committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    6c04669 View commit details
    Browse the repository at this point in the history
  12. cleaning up

    masahi committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    c1b1c88 View commit details
    Browse the repository at this point in the history
  13. formatting

    masahi committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    fb27fbb View commit details
    Browse the repository at this point in the history
  14. revert BufferArgument change

    masahi committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    69f2d05 View commit details
    Browse the repository at this point in the history
  15. refactored codegen

    masahi committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    a5a97f4 View commit details
    Browse the repository at this point in the history
  16. minor fix

    masahi committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    17597ae View commit details
    Browse the repository at this point in the history
  17. introduce value kind for ubo

    masahi committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    bfec9d3 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    95ec1db View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9a67f4a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a75a5b0 View commit details
    Browse the repository at this point in the history
  21. doc update

    masahi committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    706fb3e View commit details
    Browse the repository at this point in the history
  22. fix typo

    masahi committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    1a3dbee View commit details
    Browse the repository at this point in the history