Introduce GrColorSpaceXform, for gamut conversion on textures
[platform/upstream/libSkiaSharp.git] / src / gpu / GrPipelineBuilder.h
2016-07-18 brianosmanIntroduce GrColorSpaceXform, for gamut conversion on...
2016-06-09 bungemansk_sp for Ganesh.
2016-06-08 csmartdaltonReplace targetHasUnifiedMultisampling in GrPB constructor
2016-06-06 robertphillipsRemove GrRenderTarget from GrPipelineBuilder
2016-06-03 robertphillipsMake GrClipMaskManager stateless and push GrPipelineBui...
2016-05-28 robertphillipsChange parameters to GrPipelineBuilder's ctor
2016-05-12 cdaltonRemove clip from GrPipelineBuilder
2016-05-11 cdaltonSeparate user and raw stencil settings
2016-05-11 robertphillipsRevert of Separate user and raw stencil settings (patch...
2016-05-10 cdaltonSeparate user and raw stencil settings
2016-05-06 cdaltonRemove hasMixedSamples() from GrPipelineBuilder
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...
2016-03-02 robertphillipsBegin weaning GrClipMaskManager off of GrDrawTarget...
2016-03-02 robertphillipsRevert of Begin weaning GrClipMaskManager off of GrDraw...
2016-03-02 robertphillipsBegin weaning GrClipMaskManager off of GrDrawTarget...
2015-11-30 ethannicholasAPIs which took colorPOI / coveragePOI pairs updated...
2015-11-24 ethannicholasNew API for computing optimization invariants.
2015-11-23 egdanielDon't create a GXPFactory when blend is SrcOver
2015-11-11 cdaltonEnable AA stencil clip for mixed samples
2015-10-29 robertphillipsRemove GrPipelineBuilder from getPathRenderer call
2015-10-06 bsalomonBye bye processor data manager.
2015-09-22 bsalomonStop supporting HW dither
2015-09-11 joshualittRemove batchtracker
2015-09-09 joshualittMake GrProcessorDataManager a noop
2015-08-27 halcanaryStyle Change: NULL->nullptr
2015-08-27 bsalomonRemove GrStagedProcessor, remove the word Stage as...
2015-08-26 rmistryRevert of Remove GrStagedProcessor, remove the word...
2015-08-26 bsalomonRemove GrStagedProcessor, remove the word Stage as...
2015-08-24 egdanielRemove unused calcPOIs with color/coverage input.
2015-08-13 bsalomonIntroduce GrBatch subclasses GrDrawBatch and GrVertexBa...
2015-08-13 bsalomonMove willColorBlendWithDst from pipeline builder to...
2015-07-14 joshualittAnother trivial cleanup
2015-07-13 joshualittRevert of Another trivial cleanup (patchset #6 id:10000...
2015-07-13 joshualittAnother trivial cleanup
2015-07-13 joshualittsmall cleanups after fixing const of GrPipelineBuilder...
2015-07-13 joshualittModify GrClipMaskManager to reflect logical constness
2015-07-10 joshualittMove GrProcessorDataManager to GrMemoryPool
2015-07-09 joshualittRemove setFromPaint from GrPipelineBuilder
2015-07-09 joshualittMore threading of GrProcessorDataManager
2015-07-09 joshualittYUV to RGB Texture threading GrProcessorDataManager
2015-06-12 vbuzinovImplement support for mixed sampled render targets
2015-06-08 cdaltonAdd mixed samples support to XPs
2015-06-02 cdaltonUpdate XPF invariant info to not account for conflation
2015-05-26 bsalomonMove DstCoordTexture to GrXP, rename and remove the...
2015-05-22 bungemanRevert of Move DstCoordTexture to GrXP, rename and...
2015-05-22 bsalomonMove DstCoordTexture to GrXP, rename and remove the...
2015-05-22 bsalomonrename GrDrawTargetCaps.h to GrCaps.h and move to include
2015-05-19 bsalomonrename GrDrawTargetCaps to GrCaps
2015-05-04 egdanielRemove canTweakAlphaForCoverage from XP's since batch...
2015-04-27 bsalomonMake non-AA hairline stroke rects snap to pixels center...
2015-03-13 joshualittCreation of GrBatchAtlas and Distancefieldpathrenderer...
2015-02-26 bsalomonCleanup in GrPipelineBuilder
2015-02-25 joshualittI'd really like to land this before the branch so speed...
2015-02-25 joshualittRevert of Pass clip to context (patchset #8 id:180001...
2015-02-25 joshualittI'd really like to land this before the branch so speed...
2015-02-23 joshualittMove clip off of draw target
2015-02-23 egdanielRemove canApplyCoverage from XP and all related functio...
2015-02-17 egdanielUse SkXfermode as public facing enum for GrPorterDuffXP
2015-02-13 egdanielPass in ProcOptInfos into willNeedDstCopy on XPs
2015-02-12 joshualittA simple change to move a bunch of stuff out of Gr...
2015-02-06 bsalomonRevert of Revert of Move DstCopy on gpu into the GrXfer...
2015-02-05 bsalomonRevert of Move DstCopy on gpu into the GrXferProcessor...
2015-02-05 egdanielMove DstCopy on gpu into the GrXferProcessor.
2015-02-04 egdanielRevert "Move DstCopy on gpu into the GrXferProcessor."
2015-02-04 egdanielRevert of Revert "Move DstCopy on gpu into the GrXferPr...
2015-02-04 egdanielRevert "Move DstCopy on gpu into the GrXferProcessor."
2015-02-03 egdanielMove DstCopy on gpu into the GrXferProcessor.
2015-01-28 joshualittGrBatchPrototype
2015-01-28 joshualittRevert of GrBatchPrototype (patchset #32 id:630001...
2015-01-27 joshualittGrBatchPrototype
2015-01-27 joshualittRevert of GrBatchPrototype (patchset #30 id:570001...
2015-01-26 joshualittGrBatchPrototype
2015-01-22 egdanielRename GrOptDrawState to GrPipeline and GrDrawState...