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

Add UI for pixel history for dual source output and blend src/dest #3010

Closed
wants to merge 10 commits into from

Commits on Jul 31, 2023

  1. Create pixel history shader out 2 variable

    Currently, no backend sets this, and it is not displayed.
    w-pearson committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    1c8e72a View commit details
    Browse the repository at this point in the history
  2. Create pixel history blend source and blend dest variables

    Currently, no backend sets them, and they are not displayed.
    w-pearson committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    3cb0217 View commit details
    Browse the repository at this point in the history
  3. Blend pixel history widget background color with selection color

    Before, if a row was selected, the color was completely replaced, which
    makes the color preview column completely useless for that row.
    
    This change also fixes some inconsistencies with how the selection hover
    works on tree widgets; previously part of the row was not highlighted.
    w-pearson committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    664c52f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7f885f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c0d34af View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e0cad1e View commit details
    Browse the repository at this point in the history
  7. Create pixel history tex before column

    This is already implemented by all backends, but did not get displayed
    beforehand. This column is not visible by default.
    w-pearson committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    c62b453 View commit details
    Browse the repository at this point in the history
  8. Create pixel history shader out 2 column

    This has not yet been implemented by any backends, not is the column
    visible by default.
    w-pearson committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    de2db79 View commit details
    Browse the repository at this point in the history
  9. Create pixel history blend source and blend dest columns

    They have not yet been implemented by any backends, not are the columns
    visible by default.
    w-pearson committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    d19013d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b5517f5 View commit details
    Browse the repository at this point in the history