aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrPipeline.h
Commit message (Expand)AuthorAge
* Require sRGB write control for sRGB support. Add flag to GrPaint to suppress ...Gravatar brianosman2016-03-25
* Replace fWillReadFragmentPosition with a bitfieldGravatar cdalton2016-02-26
* Templatize GrNonAtomicRefGravatar cdalton2016-02-02
* added a default constructor for GrBatchToXPOverridesGravatar ethannicholas2016-02-01
* Don't ref/unref the static src-over xpGravatar bsalomon2015-12-21
* Create a static instances of SrcOver XferProcessorGravatar egdaniel2015-11-30
* New API for computing optimization invariants.Gravatar ethannicholas2015-11-24
* Revert of Fix mixed samples stencil clip (patchset #5 id:80001 of https://cod...Gravatar cdalton2015-11-10
* Fix mixed samples stencil clipGravatar cdalton2015-11-09
* Dependencies are now added between the drawTargets in GrPipelineGravatar robertphillips2015-10-30
* Revert of Dependencies are now added between the drawTargets in GrPipeline (p...Gravatar robertphillips2015-10-22
* Dependencies are now added between the drawTargets in GrPipelineGravatar robertphillips2015-10-22
* Revert of Dependencies are now added between the drawTargets in GrPipeline (p...Gravatar caryclark2015-10-21
* Dependencies are now added between the drawTargets in GrPipelineGravatar robertphillips2015-10-20
* Stop supporting HW ditherGravatar bsalomon2015-09-22
* minor cleanupGravatar joshualitt2015-09-16
* Remove GrStagedProcessor, remove the word Stage as it applies to FPsGravatar bsalomon2015-08-27
* Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FP...Gravatar rmistry2015-08-26
* Remove GrStagedProcessor, remove the word Stage as it applies to FPsGravatar bsalomon2015-08-26
* Check for xfer barriers in GrBatch, auto-issue barriers in GrGpuGravatar bsalomon2015-08-12
* Make GrBatch carry its own GrPipelineGravatar bsalomon2015-08-11
* Remove GrPipelineOptimizations member from GrPipelineGravatar bsalomon2015-08-10
* Rename GrPipelineInfo to GrPipelineOptimizationsGravatar bsalomon2015-08-10
* Use a factory function to create GrPipeline and remove unused memberGravatar bsalomon2015-08-10
* Expose coord transforms from GrPipelineGravatar joshualitt2015-08-05
* Give GrBatch a pointer to GrPipelineGravatar joshualitt2015-07-16
* Revert of Give GrBatch a pointer to GrPipeline (patchset #1 id:1 of https://c...Gravatar joshualitt2015-07-16
* Give GrBatch a pointer to GrPipelineGravatar joshualitt2015-07-16
* Revert of Another trivial cleanup (patchset #6 id:100001 of https://coderevie...Gravatar joshualitt2015-07-13
* Another trivial cleanupGravatar joshualitt2015-07-13
* Makes GrPipelineInfo a class with query functions used by GrBatch subclasses.Gravatar bsalomon2015-07-08
* Revert of Rework GrPipelineInfo (patchset #7 id:120001 of https://codereview....Gravatar bsalomon2015-07-08
* Makes GrPipelineInfo a class with query functions used by GrBatch subclasses.Gravatar bsalomon2015-07-08
* remove SkInstCntGravatar mtklein2015-06-26
* Refactor GrGpu path rendering functions to GrPathRenderingGravatar kkinnunen2015-06-01
* Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopyt...Gravatar bsalomon2015-05-26
* Revert of Move DstCoordTexture to GrXP, rename and remove the word "copy" fro...Gravatar bungeman2015-05-22
* Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopyt...Gravatar bsalomon2015-05-22
* rename GrDrawTargetCaps to GrCapsGravatar bsalomon2015-05-19
* Make non-AA hairline stroke rects snap to pixels centers so they close.Gravatar bsalomon2015-04-27
* Cleanup in GrPipelineBuilderGravatar bsalomon2015-02-26
* Pass in ProcOptInfos into willNeedDstCopy on XPsGravatar egdaniel2015-02-13
* Revert of Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #...Gravatar bsalomon2015-02-06
* Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #11 id:2000...Gravatar bsalomon2015-02-05
* Move DstCopy on gpu into the GrXferProcessor.Gravatar egdaniel2015-02-05
* Revert "Move DstCopy on gpu into the GrXferProcessor."Gravatar egdaniel2015-02-04
* Revert of Revert "Move DstCopy on gpu into the GrXferProcessor." (patchset #1...Gravatar egdaniel2015-02-04
* Revert "Move DstCopy on gpu into the GrXferProcessor."Gravatar egdaniel2015-02-04
* Move DstCopy on gpu into the GrXferProcessor.Gravatar egdaniel2015-02-03
* GrBatchPrototypeGravatar joshualitt2015-01-28