aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects/SkArithmeticMode_gpu.h
Commit message (Expand)AuthorAge
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* added support for PLS path renderingGravatar ethannicholas2016-01-30
* Revert of added support for PLS path rendering (patchset #16 id:360001 of htt...Gravatar ethannicholas2016-01-22
* added support for PLS path renderingGravatar ethannicholas2016-01-22
* APIs which took colorPOI / coveragePOI pairs updated to take a GrPipelineOpti...Gravatar ethannicholas2015-11-30
* Don't create a GXPFactory when blend is SrcOverGravatar egdaniel2015-11-23
* Increase the amount of debug information printed out by batchesGravatar robertphillips2015-11-16
* Rename some processor functions from GL to GLSLGravatar egdaniel2015-11-13
* Make all GrFragmentProcessors GL independent.Gravatar egdaniel2015-11-13
* Bye bye processor data manager.Gravatar bsalomon2015-10-06
* Create fragment processor for performing input color blend with child processorGravatar bsalomon2015-09-15
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* When getGLInstance is called on a frag proc, the resulting GrGLFragmentProces...Gravatar wangyix2015-08-18
* Added registerChild; transforms, textures, glKey automatically handled.Gravatar wangyix2015-08-04
* rename GrShaderDataManager -> GrProcessorDataManagerGravatar joshualitt2015-07-09
* more threading of GrShaderDataManagerGravatar joshualitt2015-07-08
* Add mixed samples support to XPsGravatar cdalton2015-06-08
* Update XPF invariant info to not account for conflationGravatar cdalton2015-06-02
* 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.h to GrCaps.h and move to includeGravatar bsalomon2015-05-22
* rename GrDrawTargetCaps to GrCapsGravatar bsalomon2015-05-19
* Remove canTweakAlphaForCoverage from XP's since batch reads flag.Gravatar egdaniel2015-05-04
* Use GLSLCaps for creating processor keys and GLSL-specific programsGravatar jvanverth2015-04-28
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Remove canApplyCoverage from XP and all related functions in gpu code.Gravatar egdaniel2015-02-23
* Use dst copies in porter duffer XP to correctly render certain blends.Gravatar egdaniel2015-02-17
* Revert of Use dst copies in porter duffer XP to correctly render certain blen...Gravatar egdaniel2015-02-13
* Use dst copies in porter duffer XP to correctly render certain blends.Gravatar egdaniel2015-02-13
* Pass in ProcOptInfos into willNeedDstCopy on XPsGravatar egdaniel2015-02-13
* Move GrXferProcessor subclasses into cpp filesGravatar egdaniel2015-02-09
* 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
* Remove willReadDst from GrFragmentProcessor.Gravatar egdaniel2015-01-20
* Add include before SK_SUPPORT_GPU in SkArithmeticMode_gpu.h to fix android buildGravatar egdaniel2015-01-15
* Add Arithmetic mode xp.Gravatar egdaniel2015-01-14
* Move Gpu ArithmeticMode xfer effect to _gpu files.Gravatar egdaniel2015-01-14