aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkBitmapProcState.cpp
Commit message (Expand)AuthorAge
* Refactor bitmap scaler to make it easier to migrate rest of chrome to use itGravatar humper2014-06-27
* Remove SK_IGNORE_CORRECT_HIGH_QUALITY_IMAGE_SCALEGravatar fmalita2014-06-10
* replace config() with colorType()Gravatar commit-bot@chromium.org2014-05-29
* Make image scaling have floating point scales. Third attempt to land thisGravatar commit-bot@chromium.org2014-05-28
* Manual SVN revert of https://code.google.com/p/skia/source/detail?r=14905Gravatar epoger@google.com2014-05-27
* floating point scale factors for imagesGravatar commit-bot@chromium.org2014-05-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
* Revert of Extract most of the mutable state of SkShader into a separate Conte...Gravatar commit-bot@chromium.org2014-04-17
* add some asserts for mipmaps, and cleanup fFilterLevel if mipping failedGravatar commit-bot@chromium.org2014-04-17
* Extract most of the mutable state of SkShader into a separate Context object.Gravatar commit-bot@chromium.org2014-04-16
* detect if the scaledimagecache returns a purged bitmapGravatar reed@google.com2013-12-12
* be more careful about OOB source pixels in the scanline rescaler, andGravatar commit-bot@chromium.org2013-12-11
* support scaledimagecache instantiable using discardablememoryGravatar reed@google.com2013-12-09
* remove SkFloatToScalar macroGravatar commit-bot@chromium.org2013-11-25
* if fBitmap is still NULL, return falseGravatar reed@google.com2013-10-22
* catch the other case where we need to see if fScaledBitmap.lockPixels() might...Gravatar reed@google.com2013-10-16
* check of fScaledBitmap failed to lockGravatar reed@google.com2013-10-16
* return false if we can't scale, to force us to try to lock the original and t...Gravatar reed@google.com2013-10-15
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-09-17
* Revert 11247, 11250, 11251, 11257, and 11279 to unblock DEPS roll (https://co...Gravatar robertphillips@google.com2013-09-16
* Revert the revert of 11247, 11250, 11251 and 11279 (Chrome already relies on ...Gravatar robertphillips@google.com2013-09-16
* Revert 11247, 11250, 11251 and 11279 to unblock DEPS roll (https://codereview...Gravatar robertphillips@google.com2013-09-16
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-09-14
* start to remove lockPixels from bitmapshaderGravatar reed@google.com2013-09-13
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-09-10
* remove SK_IGNORE_IMAGE_PRESCALE flag (no longer used)Gravatar reed@google.com2013-09-09
* move decision to smash invmatrix into unit-space (for faster repeat/mirror to...Gravatar reed@google.com2013-09-09
* move platformConvolutionProcs() call to right before we need itGravatar reed@google.com2013-09-06
* remove fConvolutionProcs from State, and just use it locallyGravatar reed@google.com2013-09-05
* simplify making translate only invmatrixGravatar reed@google.com2013-09-05
* Implement highQualityFilter16 so GM doesn't crash when you give it resources.Gravatar mtklein@google.com2013-08-26
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-07-25
* free cache in destructor, in case endContext was not called. change Resize to...Gravatar reed@google.com2013-07-24
* add mipmaps to scaledimagecacheGravatar reed@google.com2013-07-24
* Reverting r10251 (Implement crop rect for SkImageFilter) due to Chromium-side...Gravatar robertphillips@google.com2013-07-24
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-07-24
* add scaledimagecacheGravatar reed@google.com2013-07-23
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.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
* 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
* 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