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

Radial Gradient #28

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

Radial Gradient #28

wants to merge 4 commits into from

Commits on Mar 7, 2021

  1. gpu: use named indexes for materials

    It's hard to follow large number of elements that need to be in the
    correct order. Use material types as indices, which should make the
    implementation clearer.
    
    Signed-off-by: Egon Elbre <[email protected]>
    egonelbre committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    5a43a6b View commit details
    Browse the repository at this point in the history
  2. gpu: add radial-gradient material

    Signed-off-by: Egon Elbre <[email protected]>
    egonelbre committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    82f63d2 View commit details
    Browse the repository at this point in the history
  3. gpu,op/paint: add paint.RadialGradientOp

    Signed-off-by: Egon Elbre <[email protected]>
    egonelbre committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    2ae1967 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. gpu,op/paint: add Offset1 to RadialGradient

    Signed-off-by: Egon Elbre <[email protected]>
    egonelbre committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    f55bc5f View commit details
    Browse the repository at this point in the history