aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkBitmapProcState.h
Commit message (Expand)AuthorAge
* move SkBitmapProvider to its own fileGravatar reed2015-09-15
* use SkBitmapProvider for shader-contextGravatar reed2015-09-15
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Move SkTemplates.h to private.Gravatar bungeman2015-08-19
* Move LightingShader to effectsGravatar robertphillips2015-07-29
* switch bitmapshader internals over to pixmapGravatar reed2015-06-04
* refactor bitmapshader to use a controllerGravatar reed2015-06-04
* remove dead code after HQ changeGravatar reed2015-01-20
* reorg filter quality cascadeGravatar reed2015-01-16
* separate out the scaline-choosing to simplify chooseProcsGravatar reed2015-01-14
* Add SSSE3 acceleration for S32_D16_filter_DXDYGravatar qiankun.miao2014-12-04
* Revert of Add SSSE3 acceleration for S32_D16_filter_DXDY (patchset #3 id:4000...Gravatar jam2014-12-03
* Add SSSE3 acceleration for S32_D16_filter_DXDYGravatar qiankun.miao2014-12-02
* Switch SkBitmapProcState's SkFractionalInt to 32.32.Gravatar mtklein2014-11-21
* Second attempt to land the integral image scaling change.Gravatar humper2014-08-28
* rename ScaledImageCache to ResourceCacheGravatar reed2014-08-28
* manual revert of bitmap scale change while I investigate failuresGravatar humper2014-08-28
* always scale to an integer; compensate for fractional image sizes by leaving ...Gravatar humper2014-08-27
* remove commented-out codeGravatar reed2014-08-26
* retool image cache to be generic cache, allowing the client to subclass "Rec"...Gravatar reed2014-08-26
* Refactor bitmap scaler to make it easier to migrate rest of chrome to use itGravatar humper2014-06-27
* Revert of Revert of Extract most of the mutable state of SkShader into a sepa...Gravatar commit-bot@chromium.org2014-04-23
* Revert of Extract most of the mutable state of SkShader into a separate Conte...Gravatar commit-bot@chromium.org2014-04-23
* Extract most of the mutable state of SkShader into a separate Context object.Gravatar commit-bot@chromium.org2014-04-23
* start to remove lockPixels from bitmapshaderGravatar reed@google.com2013-09-13
* remove fConvolutionProcs from State, and just use it locallyGravatar reed@google.com2013-09-05
* Implement highQualityFilter16 so GM doesn't crash when you give it resources.Gravatar mtklein@google.com2013-08-26
* free cache in destructor, in case endContext was not called. change Resize to...Gravatar reed@google.com2013-07-24
* add scaledimagecacheGravatar reed@google.com2013-07-23
* stop using bitmap-filter flags outside of paint itself, as a step towards rea...Gravatar reed@google.com2013-07-22
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-07-20
* struct and class forward declarations incompatible on some compilersGravatar humper@google.com2013-07-19
* The image resampling code has been transplanted from Chrome; it's incredibly ...Gravatar humper@google.com2013-07-19
* fix trivial matrix computationGravatar humper@google.com2013-07-14
* Reverted 10056-10059Gravatar robertphillips@google.com2013-07-13
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-07-13
* Working plumb of image scaling:Gravatar humper@google.com2013-07-12
* don't leak the bitmap filterGravatar commit-bot@chromium.org2013-07-10
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-07-10
* New bitmap filter checkin; this time with less build breakageGravatar humper@google.com2013-07-09
* Revert "More general image filter interface; tested implementation of standal...Gravatar humper@google.com2013-07-09
* More general image filter interface; tested implementation of standaloneGravatar humper@google.com2013-07-09
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-05-24
* clone of https://codereview.chromium.org/15316014/ with teaksGravatar reed@google.com2013-05-23
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-11-21
* detect gigantoid matrices, and do nothing to avoid wacky overflows from float...Gravatar reed@google.com2012-11-20
* fast case for translate-only repeat bitmapshader, so Tom can be happyGravatar reed@google.com2012-10-16
* reland 5926 w/ fix in middle loop (thank you asserts)Gravatar reed@google.com2012-10-12
* revert 5926 (debug assert)Gravatar reed@google.com2012-10-12
* add shaderproc32 for translate+clamp+nofilter.Gravatar reed@google.com2012-10-12