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

Support Multipass shaders (buffer A ...) #30

Open
wants to merge 42 commits into
base: main
Choose a base branch
from
Open

Commits on May 9, 2024

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

Commits on May 11, 2024

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

Commits on May 13, 2024

  1. keep base channels working

    Vipitis committed May 13, 2024
    Configuration menu
    Copy the full SHA
    ab2e3ca View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. consider renderpasses in main

    Vipitis committed May 14, 2024
    Configuration menu
    Copy the full SHA
    57adba3 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. add renderpass classe stubs

    Vipitis committed May 17, 2024
    Configuration menu
    Copy the full SHA
    b7479f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ca7406 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

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

Commits on May 21, 2024

  1. start draw_buffer function

    Vipitis committed May 21, 2024
    Configuration menu
    Copy the full SHA
    8e8cd36 View commit details
    Browse the repository at this point in the history
  2. split up _prepare_render

    Vipitis committed May 21, 2024
    Configuration menu
    Copy the full SHA
    c186ea6 View commit details
    Browse the repository at this point in the history
  3. initialize buffers with zero

    Vipitis committed May 21, 2024
    Configuration menu
    Copy the full SHA
    a97e2fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f9fa17 View commit details
    Browse the repository at this point in the history
  5. static buffer pass working?

    Vipitis committed May 21, 2024
    Configuration menu
    Copy the full SHA
    6243a3e View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. put passes into it's own file

    Vipitis committed May 22, 2024
    Configuration menu
    Copy the full SHA
    1922f6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f0db52 View commit details
    Browse the repository at this point in the history
  3. fix color and orientation

    Vipitis committed May 22, 2024
    Configuration menu
    Copy the full SHA
    3c8ba77 View commit details
    Browse the repository at this point in the history
  4. fix type annotations

    Vipitis committed May 22, 2024
    Configuration menu
    Copy the full SHA
    46d0fae View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. only update dynamic channels

    Vipitis committed May 23, 2024
    Configuration menu
    Copy the full SHA
    c696aea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4dce6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50904fe View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

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

Commits on May 27, 2024

  1. add buffer resizing

    Vipitis committed May 27, 2024
    Configuration menu
    Copy the full SHA
    f6c9da5 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. fix channel order

    Vipitis committed May 28, 2024
    Configuration menu
    Copy the full SHA
    6928caf View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

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

Commits on Jun 6, 2024

  1. fix resize

    Vipitis committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    12bff83 View commit details
    Browse the repository at this point in the history
  2. fix vflip buffers

    Vipitis committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    3221ea7 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. cleanup

    Vipitis committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    a2457dc View commit details
    Browse the repository at this point in the history
  2. use rgba32float for buffers

    Vipitis committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    43a3572 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. add logic for device features

    Vipitis committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    6fbbe6b View commit details
    Browse the repository at this point in the history
  2. update wgpu dependency

    Vipitis committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    6e67f7e View commit details
    Browse the repository at this point in the history
  3. increase CI verbosity

    Vipitis committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    68fff52 View commit details
    Browse the repository at this point in the history
  4. fix CI

    Vipitis committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    76a2f84 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. dynamic input headers

    Vipitis committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    599d1f2 View commit details
    Browse the repository at this point in the history
  2. cleanup redundant logic

    Vipitis committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    bbb44e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. add buffers test from api

    Vipitis committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    b2f5a8d View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. add test for buffers

    Vipitis committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    2f2f227 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. fix empty buffer case

    Vipitis committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    139166a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa0d05f View commit details
    Browse the repository at this point in the history
  3. fix lint

    Vipitis committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    7baae28 View commit details
    Browse the repository at this point in the history
  4. update ruff

    Vipitis committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    a1a78f8 View commit details
    Browse the repository at this point in the history
  5. fix lint call in ci

    Vipitis committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    8b00a95 View commit details
    Browse the repository at this point in the history
  6. fix syntax

    Vipitis committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    50d3b47 View commit details
    Browse the repository at this point in the history
  7. initialize inputs_complete

    Vipitis committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    b247e3f View commit details
    Browse the repository at this point in the history