Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

[[ Blend Modes ]] Support more blend modes #6759

Open
wants to merge 2 commits into
base: develop-9.0
Choose a base branch
Loading
from

Conversation

montegoulding
Copy link
Member

No description provided.

@montegoulding montegoulding added this to the 9.0.2-rc-1 milestone Oct 25, 2018
t_blend_mode = kCGBlendModeClear;
break;
case GXblendSrc:
case GXblendSrcOver:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GXblendSrcOver / GXcopy are BlendModeNormal - i.e. SrcOver

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

case GXblendDst:
glBlendFunc(GL_ZERO, GL_ONE);
break;
case GXblendSrcOver:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These should be moved to the default case.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@livecodepanos livecodepanos modified the milestones: 9.0.2-rc-1, 9.0.3-rc-1 Nov 13, 2018
@livecodepanos livecodepanos modified the milestones: 9.0.3-rc-1, 9.0.4-rc-1 Mar 12, 2019
@runrevmark runrevmark modified the milestones: 9.0.4-rc-1, 9.1.0-dp-1 Mar 26, 2019
@runrevmark runrevmark removed this from the 9.1.0-dp-1 milestone May 8, 2019
@montegoulding
Copy link
Member Author

@runrevmark do you think this should be rebased against develop? I was thinking it was reasonable for a maintenance release because it may resolve or at least document rendering issues in accelerated rendering under openGL

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.