Rename GrBatch to GrOp
[platform/upstream/libSkiaSharp.git] / src / gpu / GrPipeline.cpp
2016-12-01 Brian SalomonRename GrBatch to GrOp
2016-11-17 Brian SalomonIn GrProcessor::TextureSampler drop the "get", it's...
2016-11-17 Robert PhillipsGuard against instantiate & accessRenderTarget failures
2016-11-17 Brian SalomonRename GrTextureAccess to GrProcessor::TextureSampler.
2016-11-07 Hal Canarysrc/gpu: s/SkAutoTUnref/sk_sp/g
2016-11-01 csmartdaltonRemove GrStencilSettings from GrPipeline
2016-10-27 Brian OsmanRename GrDrawContext to GrRenderTargetContext
2016-10-26 Robert PhillipsAdd GrOpList and rename GrDrawTarget to GrRenderTargetO...
2016-09-26 bsalomonStop aggregating texture/buffer access objects in GrFra...
2016-09-12 bsalomonRemove ability to skip coord transform comparison in...
2016-09-06 csmartdaltonImprove usage of window rectangles
2016-09-06 caryclarkRevert of Improve usage of window rectangles (patchset...
2016-09-02 csmartdaltonImprove usage of window rectangles
2016-08-17 csmartdaltonImplement difference clip rects with window rectangles
2016-08-01 dvonbeckGrFP can express distance vector field req., program...
2016-07-30 mtkleinRevert of GrFP can express distance vector field req...
2016-07-29 dvonbeckGrFP can express distance vector field req., program...
2016-07-06 csmartdaltonCheck fIgnoresCoverage in GrPipeline::AreEqual
2016-06-06 robertphillipsRemove GrRenderTarget from GrPipelineBuilder
2016-05-12 cdaltonEliminate special case nvpr batch handling
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-02-26 cdaltonReplace fWillReadFragmentPosition with a bitfield
2015-12-21 bsalomonDon't ref/unref the static src-over xp
2015-11-30 egdanielCreate a static instances of SrcOver XferProcessor
2015-11-30 egdanielFix bug in reads fragment position on gpu.
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-10 cdaltonRevert of Fix mixed samples stencil clip (patchset...
2015-11-09 cdaltonFix mixed samples stencil clip
2015-10-30 robertphillipsDependencies are now added between the drawTargets...
2015-10-22 robertphillipsRevert of Dependencies are now added between the drawTa...
2015-10-22 robertphillipsDependencies are now added between the drawTargets...
2015-10-21 caryclarkRevert of Dependencies are now added between the drawTa...
2015-10-20 robertphillipsDependencies are now added between the drawTargets...
2015-09-22 bsalomonStop supporting HW dither
2015-09-16 joshualittminor cleanup
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-08-13 bsalomonMove willColorBlendWithDst from pipeline builder to...
2015-08-13 bsalomonFail early in GrPipeline::CreateAt() if XP creation...
2015-08-12 bsalomonCheck for xfer barriers in GrBatch, auto-issue barriers...
2015-08-11 bsalomonMake GrBatch carry its own GrPipeline
2015-08-10 bsalomonRemove GrPipelineOptimizations member from GrPipeline
2015-08-10 bsalomonRename GrPipelineInfo to GrPipelineOptimizations
2015-08-07 joshualittMake folder for batches
2015-08-05 joshualittExpose coord transforms from GrPipeline
2015-07-16 joshualittAll batches do their own pipeline compare
2015-07-13 joshualittRevert of Another trivial cleanup (patchset #6 id:10000...
2015-07-13 joshualittAnother trivial cleanup
2015-07-08 bsalomonMakes GrPipelineInfo a class with query functions used...
2015-07-08 bsalomonRevert of Rework GrPipelineInfo (patchset #7 id:120001...
2015-07-08 bsalomonMakes GrPipelineInfo a class with query functions used...
2015-06-08 cdaltonAdd mixed samples support to XPs
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-04-27 bsalomonMake non-AA hairline stroke rects snap to pixels center...
2015-04-23 cdaltonAdd onGetBlendInfo to GrXferProcessor
2015-04-07 egdanielSet willReadFragmentPosition on XP when doing a DstCopy.
2015-02-26 bsalomonCleanup in GrPipelineBuilder
2015-02-13 egdanielDetermine whether we can tweakAlphaForCoverage during...
2015-02-13 egdanielPass in ProcOptInfos into willNeedDstCopy on XPs
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...