aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects
Commit message (Expand)AuthorAge
* Initial CL to create dummy GrShaderDataManager and thread it throughGravatar joshualitt2015-07-08
* style nit cleanups. e.g. remove 'virtual' on override declarationsGravatar robertphillips2015-07-07
* Revert of Revert of Revert of Fix SkTileImageFilter clipping/cropRect interac...Gravatar robertphillips2015-07-06
* Revert of Revert of Fix SkTileImageFilter clipping/cropRect interaction issue...Gravatar jvanverth2015-07-03
* Revert of Fix SkTileImageFilter clipping/cropRect interaction issue (patchset...Gravatar bsalomon2015-07-01
* remove SkInstCntGravatar mtklein2015-06-26
* Fix SkTileImageFilter clipping/cropRect interaction issueGravatar robertphillips2015-06-26
* Convert SkPMFloat to [0,1] range and prune its API.Gravatar mtklein2015-06-25
* Move GLSL-specific routines/classes to separate glsl directoryGravatar jvanverth2015-06-24
* Clean up usage of SkSurfacePropsGravatar robertphillips2015-06-22
* Fix dst bound reported by SkTileImageFilterGravatar robertphillips2015-06-16
* skia: Add runtime option to disable picture IO security precautionsGravatar hendrikw2015-06-16
* Don't leak fragment processor in SkColorFilter::asFragmentProcessors implemen...Gravatar bsalomon2015-06-12
* Remove overly-promiscuous SkNx syntax sugar.Gravatar mtklein2015-06-10
* add copyrightGravatar reed2015-06-09
* Revert[2] SkDraw and all Blitters to use pixmap instead of bitmapiGravatar reed2015-06-09
* remove subclassing from ImageFilter::ProxyGravatar reed2015-06-09
* Revert of change SkDraw and all Blitters to use pixmap instead of bitmap (pat...Gravatar reed2015-06-08
* Add mixed samples support to XPsGravatar cdalton2015-06-08
* Apply coverage in XP base class when using dst readsGravatar cdalton2015-06-08
* change SkDraw and all Blitters to use pixmap instead of bitmapGravatar reed2015-06-08
* Add bigtileimagefilter GM & improvements to toStringGravatar robertphillips2015-06-08
* delete (unused) TransparentShaderGravatar reed2015-06-05
* Remove unused PackBits methods and fix length checksGravatar jschuh2015-06-04
* Revert of Fix dst bound reported by SkTileImageFilter (patchset #3 id:40001 o...Gravatar robertphillips2015-06-04
* Fix dst bound reported by SkTileImageFilterGravatar robertphillips2015-06-04
* Revert of Fix dst bound reported by SkTileImageFilter (patchset #3 id:40001 o...Gravatar robertphillips2015-06-02
* Fix dst bound reported by SkTileImageFilterGravatar robertphillips2015-06-02
* Update XPF invariant info to not account for conflationGravatar cdalton2015-06-02
* Refactor GrGpu path rendering functions to GrPathRenderingGravatar kkinnunen2015-06-01
* Add direct getter for GrCaps to GrContext.Gravatar bsalomon2015-05-29
* Revert of Add direct getter for GrCaps to GrContext. (patchset #4 id:60001 of...Gravatar bsalomon2015-05-28
* Add direct getter for GrCaps to GrContext.Gravatar bsalomon2015-05-28
* Split drawing functionality out of GrContext and into new GrDrawContextGravatar robertphillips2015-05-26
* 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
* Remove init from GrGLContextInfo and caps classesGravatar bsalomon2015-05-22
* rename GrDrawTargetCaps.h to GrCaps.h and move to includeGravatar bsalomon2015-05-22
* Don't fail SkMergeImageFilter if one of the inputs are emptyGravatar fs2015-05-20
* rename GrDrawTargetCaps to GrCapsGravatar bsalomon2015-05-19
* Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://cod...Gravatar reed2015-05-12
* Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://coderevie...Gravatar reed2015-05-12
* stop calling SkScalarDivGravatar reed2015-05-12
* Only discard for XP dstCopies if we have a coverage value.Gravatar egdaniel2015-05-10
* We don't use boxBlurY.Gravatar mtklein2015-05-07
* remove dead code for SK_SUPPORT_LEGACY_RADIAL_GRADIENT_SQRTGravatar reed2015-05-05
* Remove canTweakAlphaForCoverage from XP's since batch reads flag.Gravatar egdaniel2015-05-04
* remove redundant/deprecated TwoPointRadial gradiet -- use TwoPointConicalGravatar reed2015-05-04
* This replaces the texture creation/caching functions on GrContext with a GrTe...Gravatar bsalomon2015-04-30