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

Update webrender, copy new shaders, pin ipc-channel. #12711

Merged
merged 4 commits into from Aug 3, 2016
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Copy fixed box-shadow shader.

  • Loading branch information
gw3583 authored and Ms2ger committed Aug 3, 2016
commit c349e4b1b856d03d12ace15a7b7b56ffd85dc306
@@ -147,5 +147,5 @@ void main(void) {
float value = color(pos, p0Rect, p1Rect, radii, sigma);

value = max(value, 0.0);
oFragColor = vec4(vColor.rgb, vInverted == 1.0 ? 1.0 - value : value);
oFragColor = vColor * vec4(1.0, 1.0, 1.0, vInverted == 1.0 ? 1.0 - value : value);
}
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.