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

Feature/software renderer #1228

Merged
merged 8 commits into from
Jan 5, 2024
Merged

Commits on Jan 5, 2024

  1. backend: export dumb buffer as rdwr

    this allows the resulting dmabuf to be mapped
    read/write for rendering
    cmeissl committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    0b672a6 View commit details
    Browse the repository at this point in the history
  2. backend: introduce DumbAllocator

    this allows to create a dumb buffer allocator
    from an open drm device fd.
    cmeissl committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    910bcc1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b65f46d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09e315b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ac61b1d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    71f0c9d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7ad8bea View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6ce537c View commit details
    Browse the repository at this point in the history