aboutsummaryrefslogtreecommitdiffhomepage
path: root/dm
Commit message (Expand)AuthorAge
* Add nanobench tests for BitmapRegionDecoderGravatar msarett2015-09-22
* fix DM?Gravatar mtklein2015-09-22
* Use rounding when converting desiredScale to a sampleSizeGravatar msarett2015-09-18
* skia: Add ANGLE with GL backend to nanobench/DMGravatar hendrikw2015-09-11
* Remove jpegs with uninitialized memory from GoldGravatar msarett2015-09-11
* DM: add --key and --properties to PNG description field.Gravatar mtklein2015-09-10
* Provides various implementations of Android's SkBitmapRegionDecoder.Gravatar msarett2015-09-08
* Re-enable nvpr text rendering in DM.Gravatar bsalomon2015-09-08
* Revert of Provides multiple implementations of Android's SkBitmapRegionDecode...Gravatar msarett2015-09-08
* Scanline decoding for gifsGravatar msarett2015-09-07
* Revert of Scanline decoding for gifs (patchset #15 id:380001 of https://coder...Gravatar jcgregorio2015-09-05
* Scanline decoding for gifsGravatar msarett2015-09-04
* Provides various implementations of Android's SkBitmapRegionDecoder.Gravatar msarett2015-09-04
* Remove unwanted images in GoldGravatar msarett2015-09-02
* Various improvements to CodecSrc testing in dmGravatar msarett2015-09-01
* Rename flag from "distance field" to "device independent."Gravatar bsalomon2015-08-31
* Scanline decoding for bmpGravatar msarett2015-08-31
* skia: add ability to load command_buffer_gles2Gravatar hendrikw2015-08-27
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* Remove include of stdlib.h from SkTypes.h.Gravatar bungeman2015-08-26
* DM: "wb" (binary mode) may matter on WindowsGravatar mtklein2015-08-25
* DM: use SkBitmap::reset()Gravatar mtklein2015-08-24
* Have DM manually encode its .png outputs.Gravatar mtklein2015-08-24
* unsigned -> int for counts and indices in picture-related codeGravatar mtklein2015-08-19
* remove SkDeferredCanvasGravatar reed2015-08-19
* Revert of Have DM manually encode its .png outputs. (patchset #2 id:20001 of ...Gravatar mtklein2015-08-19
* Have DM manually encode its .png outputs.Gravatar mtklein2015-08-19
* Test scaling for small imagesGravatar msarett2015-08-18
* Support more swizzles to 565 in SkCodecGravatar scroggo2015-08-14
* SkScaledCodec classGravatar emmaleer2015-08-14
* Revert of SkScaledCodec class (patchset #35 id:680001 of https://codereview.c...Gravatar egdaniel2015-08-14
* SkScaledCodec classGravatar emmaleer2015-08-14
* Revert of SkScaledCodec class (patchset #34 id:660001 of https://codereview.c...Gravatar emmaleer2015-08-13
* SkScaledCodec classGravatar emmaleer2015-08-13
* Revert of SkScaledCodec class (patchset #32 id:620001 of https://codereview.c...Gravatar emmaleer2015-08-13
* SkScaledCodec classGravatar emmaleer2015-08-13
* Revert of Update libwebp and resume testing scaled webp (patchset #2 id:20001...Gravatar scroggo2015-08-07
* Update libwebp and resume testing scaled webpGravatar scroggo2015-08-07
* Revert of Intentionally crash DM to make sure all bots are up-to-date. (patch...Gravatar mtklein2015-08-05
* Intentionally crash DM to make sure all bots are up-to-date.Gravatar Mike Klein2015-08-05
* Create a scanline decoder without creating a codecGravatar scroggo2015-08-04
* Missing overrides for Sinks in HWUI.Gravatar mtklein2015-08-03
* DM: track a direct/indirect bit for each Sink too.Gravatar mtklein2015-07-31
* Call notifyPixelsChanged after modifying bitmapGravatar scroggo2015-07-30
* Allow Srcs to veto Sinks based on their broad type.Gravatar mtklein2015-07-29
* rename portable_typeface_always to portable_typefaceGravatar caryclark2015-07-24
* Add the ability to decode a subset to SkCodecGravatar scroggo2015-07-22
* Do not attempt to scale webp.Gravatar scroggo2015-07-13
* Allow creating multiple scanline decoders.Gravatar scroggo2015-07-10