index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrPaint.cpp
Commit message (
Expand
)
Author
Age
*
Inline fast path for GrPaint::isConstantBlendedColor when no color FPs and sr...
bsalomon
2016-08-11
*
GrFP can express distance vector field req., program builder declares variab...
dvonbeck
2016-08-01
*
Introduce GrColorSpaceXform, for gamut conversion on textures
brianosman
2016-07-18
*
GrColor4f is yet another 4f color type, unfortunately.
brianosman
2016-06-24
*
sk_sp for Ganesh.
bungeman
2016-06-09
*
SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propa...
brianosman
2016-04-06
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
Require sRGB write control for sRGB support. Add flag to GrPaint to suppress ...
brianosman
2016-03-25
*
Don't create a GXPFactory when blend is SrcOver
egdaniel
2015-11-23
*
Bye bye processor data manager.
bsalomon
2015-10-06
*
Stop supporting HW dither
bsalomon
2015-09-22
*
Make GrProcessorDataManager a noop
joshualitt
2015-09-09
*
Remove GrStagedProcessor, remove the word Stage as it applies to FPs
bsalomon
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FP...
rmistry
2015-08-26
*
Remove GrStagedProcessor, remove the word Stage as it applies to FPs
bsalomon
2015-08-26
*
Move GrProcessorDataManager to GrMemoryPool
joshualitt
2015-07-10
*
More threading of GrProcessorDataManager
joshualitt
2015-07-09
*
Update XPF invariant info to not account for conflation
cdalton
2015-06-02
*
Use SkXfermode as public facing enum for GrPorterDuffXP
egdaniel
2015-02-17
*
XPFactory lazily initializie in drawstate / GrPaint
joshualitt
2015-01-22
*
removing coord change matrices
joshualitt
2014-12-29
*
Add XP to handle the cases where we disable color write.
egdaniel
2014-12-22
*
Add an InvariantOutput for the XPF.
egdaniel
2014-12-18
*
Make all blending up to GrOptDrawState be handled by the xp/xp factory.
egdaniel
2014-12-09
*
Revert of Make all blending up to GrOptDrawState be handled by the xp/xp fact...
egdaniel
2014-12-08
*
Make all blending up to GrOptDrawState be handled by the xp/xp factory.
egdaniel
2014-12-08
*
Use static XPF for porter duff xp factories.
egdaniel
2014-12-03
*
Add XferProcessor factory in GrPaint and GrDrawState.
egdaniel
2014-12-03
*
Add GrProcOptInfo class to track various output information for color and cov...
egdaniel
2014-11-13
*
Move GrInvariantOutput out of GrProcessor and into its own class.
egdaniel
2014-11-12
*
Remove coverage from grpaint
joshualitt
2014-11-11
*
Force input coverage to be only a byte in gpu shaders.
egdaniel
2014-11-03
*
Add isSingleComponent bool to getConstantColorComponent
egdaniel
2014-10-03
*
Revert of Add isSingleComponent bool to getConstantColorComponent (patchset #...
robertphillips
2014-10-02
*
Add isSingleComponent bool to getConstantColorComponent
egdaniel
2014-10-02
*
Patch to create a distinct geometry processor. The vast majority of this patch
joshualitt
2014-09-23
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*.
bsalomon
2014-07-08
*
Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*...
reed
2014-07-07
*
Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*.
bsalomon
2014-07-07
*
Remove use of GrEffectRef from draw state and below.
bsalomon
2014-07-07
*
Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL
commit-bot@chromium.org
2014-04-30
*
Implement SkColorFilter as a GrGLEffect
commit-bot@chromium.org
2013-10-23
*
Replace uses of GrAssert by SkASSERT.
tfarina@chromium.org
2013-08-17
*
Add blend optimization helpers and use to convert rect draws to clears.
commit-bot@chromium.org
2013-08-14
*
Revert "Add blend optimization helpers and use to convert rect draws to clears."
bsalomon@google.com
2013-08-07
*
Add blend optimization helpers and use to convert rect draws to clears.
commit-bot@chromium.org
2013-08-06
*
Revert "Add blend optimization helpers and use to convert rect draws to clears."
bsalomon@google.com
2013-08-05
*
Add blend optimization helpers and use to convert rect draws to clears.
commit-bot@chromium.org
2013-08-05
[next]