aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkBitmapProcState.cpp
Commit message (Expand)AuthorAge
* remove now unused (by Chrome) ifdefGravatar humper2014-10-29
* Fix the way we patch up the matrix for scaled images that aren'tGravatar humper2014-10-27
* Revert "Revert of create shaderproc for nofilter-opaque-dx (patchset #7 id:12...Gravatar mtklein2014-10-23
* Revert of create shaderproc for nofilter-opaque-dx (patchset #7 id:120001 of ...Gravatar mtklein2014-10-23
* create shaderproc for nofilter-opaque-dxGravatar reed2014-10-23
* Add SkCachedData and use it for SkMipMapGravatar reed2014-10-08
* Speculative revert to diagnose crash in chrome. Revert "Add SkCachedData and ...Gravatar reed2014-10-03
* Add SkCachedData and use it for SkMipMapGravatar reed2014-10-02
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* Hide fields in SkImageInfoGravatar reed2014-09-03
* harden requirements on SkBitmapCacheGravatar reed2014-08-29
* 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
* retool image cache to be generic cache, allowing the client to subclass "Rec"...Gravatar reed2014-08-26
* expose generalized imagecache keyGravatar reed2014-08-21
* short circuit high quality scales that are actually the identityGravatar humper2014-08-08
* Set maximum output size for scaled-image-cache imagesGravatar halcanary2014-07-17
* don't draw unpremul alpha (yet)Gravatar reed2014-07-12
* 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