Introduce GrColorSpaceXform, for gamut conversion on textures
[platform/upstream/libSkiaSharp.git] / src / gpu / GrPaint.cpp
2016-07-18 brianosmanIntroduce GrColorSpaceXform, for gamut conversion on...
2016-06-24 brianosmanGrColor4f is yet another 4f color type, unfortunately.
2016-06-09 bungemansk_sp for Ganesh.
2016-04-06 brianosmanSkSurfaceProps now has a gamma-correct ("AllowSRGBInput...
2016-03-29 halcanaryStyle bikeshed - remove extraneous whitespace
2016-03-25 brianosmanRequire sRGB write control for sRGB support. Add flag...
2015-11-23 egdanielDon't create a GXPFactory when blend is SrcOver
2015-10-06 bsalomonBye bye processor data manager.
2015-09-22 bsalomonStop supporting HW dither
2015-09-09 joshualittMake GrProcessorDataManager a noop
2015-08-27 bsalomonRemove GrStagedProcessor, remove the word Stage as...
2015-08-26 halcanaryStyle Change: SkNEW->new; SkDELETE->delete
2015-08-26 rmistryRevert of Remove GrStagedProcessor, remove the word...
2015-08-26 bsalomonRemove GrStagedProcessor, remove the word Stage as...
2015-07-10 joshualittMove GrProcessorDataManager to GrMemoryPool
2015-07-09 joshualittMore threading of GrProcessorDataManager
2015-06-02 cdaltonUpdate XPF invariant info to not account for conflation
2015-02-17 egdanielUse SkXfermode as public facing enum for GrPorterDuffXP
2015-01-22 joshualittXPFactory lazily initializie in drawstate / GrPaint
2014-12-29 joshualittremoving coord change matrices
2014-12-22 egdanielAdd XP to handle the cases where we disable color write.
2014-12-18 egdanielAdd an InvariantOutput for the XPF.
2014-12-09 egdanielMake all blending up to GrOptDrawState be handled by...
2014-12-08 egdanielRevert of Make all blending up to GrOptDrawState be...
2014-12-08 egdanielMake all blending up to GrOptDrawState be handled by...
2014-12-03 egdanielUse static XPF for porter duff xp factories.
2014-12-03 egdanielAdd XferProcessor factory in GrPaint and GrDrawState.
2014-11-13 egdanielAdd GrProcOptInfo class to track various output informa...
2014-11-12 egdanielMove GrInvariantOutput out of GrProcessor and into...
2014-11-11 joshualittRemove coverage from grpaint
2014-11-03 egdanielForce input coverage to be only a byte in gpu shaders.
2014-10-03 egdanielAdd isSingleComponent bool to getConstantColorComponent
2014-10-02 robertphillipsRevert of Add isSingleComponent bool to getConstantColo...
2014-10-02 egdanielAdd isSingleComponent bool to getConstantColorComponent
2014-09-23 joshualittPatch to create a distinct geometry processor. The...
2014-09-05 bsalomon"NULL !=" = NULL
2014-07-08 bsalomonMake GrDrawState and GrPaint take GrEffect* instead...
2014-07-07 reedRevert of Make GrDrawState and GrPaint take GrEffect...
2014-07-07 bsalomonMake GrDrawState and GrPaint take GrEffect* instead...
2014-07-07 bsalomonRemove use of GrEffectRef from draw state and below.
2014-04-30 commit-bot@chromiu... Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL
2013-10-23 commit-bot@chromiu... Implement SkColorFilter as a GrGLEffect
2013-08-17 tfarina@chromium.orgReplace uses of GrAssert by SkASSERT.
2013-08-14 commit-bot@chromiu... Add blend optimization helpers and use to convert rect...
2013-08-07 bsalomon@google.comRevert "Add blend optimization helpers and use to conve...
2013-08-06 commit-bot@chromiu... Add blend optimization helpers and use to convert rect...
2013-08-05 bsalomon@google.comRevert "Add blend optimization helpers and use to conve...
2013-08-05 commit-bot@chromiu... Add blend optimization helpers and use to convert rect...
2013-07-14 skia.committer@gma... Sanitizing source files in Housekeeper-Nightly
2013-07-13 commit-bot@chromiu... Make GrPaint have a variable sized array of color and...