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

Initial (readonly) storage buffer support. #1007

Merged
merged 33 commits into from
May 9, 2024
Merged

Initial (readonly) storage buffer support. #1007

merged 33 commits into from
May 9, 2024

Commits on Mar 5, 2024

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

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    7284793 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc4886b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    025df96 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Configuration menu
    Copy the full SHA
    34b92a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71df9eb View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

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

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    daedb63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fa8312 View commit details
    Browse the repository at this point in the history
  3. sokol_gfx.h gl: make GL_SHADER_STORAGE_BUFFER const generally availab…

    …le, filter dependent GL calls via runtime flag
    floooh committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    3226c30 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e8c89c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

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

Commits on Apr 4, 2024

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

Commits on Apr 8, 2024

  1. sokol_app.h gl: update GL context initialization

    - on macOS: use default version 4.1
    - elsewhere: use default version 4.3
    - new funcs sapp_get_gl_major/minor_version
    floooh committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    cb7bcf6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b5d2f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19903d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

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

Commits on Apr 20, 2024

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

Commits on Apr 21, 2024

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

Commits on Apr 29, 2024

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

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    e98ec4e View commit details
    Browse the repository at this point in the history
  2. sokol_gfx.h: rename SG_MAX_SHADERSTAGE_STORAGE_BUFFERS to SG_MAX_SHAD…

    …ERSTAGE_STORAGEBUFFERS
    floooh committed May 1, 2024
    Configuration menu
    Copy the full SHA
    5d59b76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d50223a View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    8e88de6 View commit details
    Browse the repository at this point in the history
  2. forgot changelog item credits

    floooh committed May 3, 2024
    Configuration menu
    Copy the full SHA
    a302849 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa08a50 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

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

Commits on May 5, 2024

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

Commits on May 6, 2024

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

Commits on May 8, 2024

  1. update changelog and readme

    floooh committed May 8, 2024
    Configuration menu
    Copy the full SHA
    5cb19c7 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

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