aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkImageFilter.cpp
Commit message (Expand)AuthorAge
* Image filters: refactor input GPU processing into filterInputGPU().Gravatar senorblanco2015-10-16
* Image Filters: refactor all CPU input processing into a filterInput helper fu...Gravatar senorblanco2015-10-15
* GrDrawContext now holds GrRenderTarget pointerGravatar robertphillips2015-10-15
* Add a comment to explain clip intersection in crop rects.Gravatar senorblanco2015-10-15
* change back to method for localmatrix imagefilterGravatar reed2015-10-14
* Implement SkLocalMatrixImageFilter.Gravatar senorblanco2015-10-14
* add applyFilter() to SkImageGravatar reed2015-10-12
* Remove image usage type enum. Use GrTextureParams instead.Gravatar bsalomon2015-10-12
* Bye bye processor data manager.Gravatar bsalomon2015-10-06
* Revert of Implement SkImageFilter::Cache with SkResourceCache. (patchset #8 i...Gravatar mtklein2015-09-29
* Implement SkImageFilter::Cache with SkResourceCache.Gravatar mtklein2015-09-29
* Port uses of SkLazyPtr to SkOncePtr.Gravatar mtklein2015-09-09
* Revert of Port uses of SkLazyPtr to SkOncePtr. (patchset #7 id:110001 of http...Gravatar mtklein2015-09-09
* Port uses of SkLazyPtr to SkOncePtr.Gravatar mtklein2015-09-09
* Limit lifetime of GrDrawContext objectsGravatar robertphillips2015-09-01
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Remove GrStagedProcessor, remove the word Stage as it applies to FPsGravatar bsalomon2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* 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
* Reland of Implement canComputeFastBounds() for image filters. (patchset #1 id...Gravatar senorblanco2015-08-20
* Revert of Implement canComputeFastBounds() for image filters. (patchset #8 id...Gravatar herb2015-08-20
* Use static_assert instead of SK_COMPILE_ASSERT.Gravatar bungeman2015-08-20
* Implement canComputeFastBounds() for image filters.Gravatar senorblanco2015-08-20
* Some cleanup in GrTextureProvider and GrResourceProvider.Gravatar bsalomon2015-07-31
* Now that the SkImageFilter::CropRect crop edges refer toGravatar senorblanco2015-07-16
* refactor code to apply the croprectGravatar reed2015-07-16
* Fix for partially-specified crop rects.Gravatar senorblanco2015-07-13
* rename GrShaderDataManager -> GrProcessorDataManagerGravatar joshualitt2015-07-09
* Thread GrShaderDataManager through Image filtersGravatar joshualitt2015-07-08
* Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.Gravatar mtklein2015-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 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate....Gravatar jvanverth2015-07-02
* Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.Gravatar mtklein2015-07-01
* Revert of Fix SkTileImageFilter clipping/cropRect interaction issue (patchset...Gravatar bsalomon2015-07-01
* Fix SkTileImageFilter clipping/cropRect interaction issueGravatar robertphillips2015-06-26
* Begin kLegacyFontHost_InitType cleanupGravatar robertphillips2015-06-22
* remove subclassing from ImageFilter::ProxyGravatar reed2015-06-09
* Split drawing functionality out of GrContext and into new GrDrawContextGravatar robertphillips2015-05-26
* purge imagefilter cache so we can better track leaksGravatar reed2015-05-20
* This replaces the texture creation/caching functions on GrContext with a GrTe...Gravatar bsalomon2015-04-30
* Fix build warning: reference cannot be bound to dereferenced null pointer in ...Gravatar dongseong.hwang2015-04-30
* BUG=skia:Gravatar stephana2015-04-09
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Move SkMatrixImageFilter into core, and add a factory fn for it.Gravatar senorblanco2015-03-20
* Bump picture version for uniqueID-less SkImageFilter.Gravatar senorblanco2015-03-18
* Remove uniqueID from all filter serialization.Gravatar senorblanco2015-03-18
* Use ComposColorFilter to collaps hierarchy (when possible).Gravatar reed2015-03-08
* I'd really like to land this before the branch so speedy reviews are apprecia...Gravatar joshualitt2015-02-25