Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
41eac798f8ae5bb0fd3af3c16390d75501259f8d
/
src
/
gpu
/
effects
/
GrXfermodeFragmentProcessor.cpp
e026511
Fix ComposeOneFragmentProcessor coverage as alpha optimization.
by Brian Salomon
· 8 years ago
f3b995b
Clarify when tweak alpha for coverage optimizaton can occur.
by Brian Salomon
· 8 years ago
a12c153
Add preserves premul and modulate optimization to compose fragment processors.
by Brian Salomon
· 8 years ago
cb30bb2
Remove GrFragmentProcessor::computeInvariantOutput
by Brian Salomon
· 8 years ago
246a3c2
Re-enable ProcessorOptimizationValidationTest on iOS.
by Brian Salomon
· 8 years ago
5d4cd9e
Re-enable processor optimization test with some fixes.
by Brian Salomon
· 8 years ago
6f6961e
make GR_TEST_UTILS=0 work
by Hal Canary
· 8 years ago
587e08f
Revert "Revert "Start of rewrite of GrFragmentProcessor optimizations.""
by Brian Salomon
· 8 years ago
052fd51
Revert "Start of rewrite of GrFragmentProcessor optimizations."
by Ethan Nicholas
· 8 years ago
85eb422
Start of rewrite of GrFragmentProcessor optimizations.
by Brian Salomon
· 8 years ago
5f13fba
Stop tracking whether GrFragmentProcessors read their input
by Brian Salomon
· 8 years ago
aab259e
Simplify GrProcOptInfo initialization.
by Brian Salomon
· 8 years ago
94efbf5
Merge GrGLSLCaps into GrShaderCaps
by Brian Salomon
· 8 years ago
7d954ad
remove xfermode from public api
by Mike Reed
· 8 years ago
618d304
GrConstColorProcessor uses 4f colors in the destination space
by Brian Osman
· 8 years ago
22f939e
added basic dataflow analysis to skslc
by ethannicholas
· 8 years ago
06ca8ec
sk_sp for Ganesh.
by bungeman
· 9 years ago
8528541
Add more specialized fragment builders
by cdalton
· 9 years ago
9cdb992
Clean up GrGLSLFragmentProcessor-derived classes
by robertphillips
· 9 years ago
7ea439b
Create GLSLUniformHandler class for gpu backend
by egdaniel
· 9 years ago
783a4da
Add more batch information printouts
by robertphillips
· 9 years ago
4ca2e60
Add ShaderBuilders to EmitArgs and remove gettings from ProgBuilder.
by egdaniel
· 9 years ago
57d3b03
Rename some processor functions from GL to GLSL
by egdaniel
· 9 years ago
64c4728
Make all GrFragmentProcessors GL independent.
by egdaniel
· 9 years ago
2d721d3
Move all ShaderBuilder files to GLSL
by egdaniel
· 9 years ago
574a4c1
Move shader compiling to ProgramBuilder and various ShaderBuilder cleanups.
by egdaniel
· 9 years ago
f276ac5
Move functions from SkGr to SkGrPriv.h
by bsalomon
· 9 years ago
f1b7a1d
Make skpaint->grpaint flow work for composing draws (verts and atlas)
by bsalomon
· 9 years ago
38ddbad
Mangle output var in GrGLFragmentProcessor::emitChild
by bsalomon
· 9 years ago
ae4738f
Create fragment processor for performing input color blend with child processor
by bsalomon
· 9 years ago
506c802
Add helper for creating leaf FPs inside GrFP::TestCreate functions
by bsalomon
· 9 years ago
b5b6032
Test that GrFragmentProcessors work without input colors.
by bsalomon
· 9 years ago
59ce45f
Revert of Test that GrFragmentProcessors work without input colors. (patchset #2 id:20001 of https://codereview.chromium.org/1341853002/ )
by bsalomon
· 9 years ago
72c58e7
Test that GrFragmentProcessors work without input colors.
by bsalomon
· 9 years ago
059dffa
There's a set probability that a linear pipeline of random procs will be created (old behavior), or a pipeline with a single proc tree (added behavior).
by wangyix
· 9 years ago
809e5af
Brian requested a new namespace for factories that create fragment processors that combine 2 things with a xfermode. This way, we can change the implementation of these factories in the future to not use GrComposeEffect if desired.
by wangyix
· 9 years ago