index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
effects
/
GrCustomXfermode.cpp
Commit message (
Expand
)
Author
Age
*
initClassID no longer auto-allocates ids
Ethan Nicholas
2017-10-09
*
Use shader based blending to clamp kPlus mode w/F16
Brian Osman
2017-09-20
*
GR_TEST_UTILS fixes
Brian Salomon
2017-07-06
*
Retract GrTexture.h a bit
Robert Phillips
2017-06-09
*
Fix gpu lcd blending to semi-correctly handle alpha coverage
Greg Daniel
2017-05-19
*
Move ref counting out of GrProcessor and into subclasses.
Brian Salomon
2017-04-10
*
Use sk_sp with GrXferProcessor and use a static factory to handle the nullptr...
Brian Salomon
2017-04-04
*
Store the dst texture used by an XP in GrPipeline rather than in the XP.
Brian Salomon
2017-04-03
*
Respect xfer barriers in InstancedRendering::Op
Brian Salomon
2017-03-31
*
Renames of processor analysis-related classes and method.
Brian Salomon
2017-03-30
*
Make analysis optional to GrPipeline::init().
Brian Salomon
2017-03-29
*
Miscellaneous GrSurfaceProxy-related cleanup
Robert Phillips
2017-03-29
*
Remove GrXferProcessor::getOptimizations.
Brian Salomon
2017-03-29
*
Split GrPipelineInput into separate color and coverage types, the latter of w...
Brian Salomon
2017-03-27
*
Revert "Revert "Remove GrPipeline from GrDrawOp.""
Brian Salomon
2017-03-21
*
Revert "Remove GrPipeline from GrDrawOp."
Brian Salomon
2017-03-16
*
Remove GrPipeline from GrDrawOp.
Brian Salomon
2017-03-16
*
Retract GrContext from src/gpu/effects
Robert Phillips
2017-03-15
*
Add query to GrXPFactory about coverage-as-alpha optimization
Brian Salomon
2017-03-13
*
Remove PLS path renderer
Brian Salomon
2017-03-06
*
Remove XP override color.
Brian Salomon
2017-03-06
*
Make GrPipelineAnalysis a nested class of GrProcessorSet.
Brian Salomon
2017-02-22
*
Simplify GrPaint::isConstantBlendedColor to avoid FP analysis and XP virtual ...
Brian Salomon
2017-02-21
*
Check that coverage FPs are compatible with alpha as coverage
Brian Salomon
2017-02-15
*
Clarify when tweak alpha for coverage optimizaton can occur.
Brian Salomon
2017-02-15
*
Remove component flags from GrXPFactory output analysis.
Brian Salomon
2017-02-14
*
Remove GrFragmentProcessor::computeInvariantOutput
Brian Salomon
2017-02-13
*
Use new fragment processor optimization queries.
Brian Salomon
2017-02-10
*
make GR_TEST_UTILS=0 work
Hal Canary
2017-02-02
*
Revert "Revert "Make it possible to query GrXPFactory for dst texture without...
Brian Salomon
2017-01-20
*
Revert "Make it possible to query GrXPFactory for dst texture without GrPipel...
Brian Salomon
2017-01-20
*
Make it possible to query GrXPFactory for dst texture without GrPipelineAnaly...
Brian Salomon
2017-01-20
*
Simplify GrProcOptInfo initialization.
Brian Salomon
2017-01-17
*
Revert "Revert "Removing ref counting from GrXPFactory.""
Brian Salomon
2017-01-09
*
Revert "Removing ref counting from GrXPFactory."
Brian Salomon
2017-01-09
*
Removing ref counting from GrXPFactory.
Brian Salomon
2017-01-09
*
Make all GrXPFactory instances statics.
Brian Salomon
2017-01-06
*
Removing tracking of whether GP/FP coverage calculations are used by XP.
Brian Salomon
2017-01-04
*
This renames methods and classes that relate to static analysis of combinatio...
Brian Salomon
2016-12-21
*
Merge GrGLSLCaps into GrShaderCaps
Brian Salomon
2016-11-29
*
Revert "Revert "make it illegal to include SkXfermode.h""
Mike Reed
2016-11-23
*
Revert "make it illegal to include SkXfermode.h"
Greg Daniel
2016-11-23
*
make it illegal to include SkXfermode.h
Mike Reed
2016-11-23
*
Rename GrTextureAccess to GrProcessor::TextureSampler.
Brian Salomon
2016-11-17
*
make SkXfermode.h go away
Mike Reed
2016-11-16
*
remove xfermode from public api
Mike Reed
2016-10-28
*
sk_sp for Ganesh.
bungeman
2016-06-09
*
Remove hasMixedSamples() from GrPipelineBuilder
cdalton
2016-05-06
*
added support for PLS path rendering
ethannicholas
2016-01-30
*
Add gpu implementation of OverdrawXfermode
robertphillips
2016-01-27
[next]