- 0f10f7b Allow toString capability to be toggled independent of developer mode. by commit-bot@chromium.org · 11 years ago
- cac5fd5 Factory methods for heap-allocated SkImageFilter objects. by commit-bot@chromium.org · 11 years ago
- b144743 remove dead code by reed@google.com · 11 years ago
- 38aeb0f DM: also run benches once. by commit-bot@chromium.org · 11 years ago
- f792a1b Builder class for SkLayerRasterizer. by commit-bot@chromium.org · 11 years ago
- 8a2ad3c add new copyTo version to SkBitmap, which takes SkColorType by commit-bot@chromium.org · 11 years ago
- 7c9d0f3 Factory methods for heap-allocated SkMaskFilter objects. by commit-bot@chromium.org · 11 years ago
- 0a2bf90 Factory methods for heap-allocated SkPathEffect and SkXfermode objects. by commit-bot@chromium.org · 11 years ago
- dac5225 replace SkBitmap::Config with SkColorType in gms by commit-bot@chromium.org · 11 years ago
- a8c1831 use SkColorType instead of SkBitmap::Config in samplecode by commit-bot@chromium.org · 11 years ago
- e24ad23 use SkColorType instead of SkBitmap::Config in views/effects by commit-bot@chromium.org · 11 years ago
- c3bd8af add peekPixels to SkCanvas and SkSurface by commit-bot@chromium.org · 11 years ago
- bda591c Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromium.org/161733002/) by commit-bot@chromium.org · 11 years ago
- b2d93a9 add peekPixels to SkCanvas and SkSurface by mike@reedtribe.org · 11 years ago
- b21fac1 Make GMs aware of what tool they're being run in. by commit-bot@chromium.org · 11 years ago
- 5e0995e Revert of Revert "Serialization of SkPictureImageFilter" (https://codereview.chromium.org/153583007/) by commit-bot@chromium.org · 11 years ago
- 7713c38 Revert "Serialization of SkPictureImageFilter" by fmalita@google.com · 11 years ago
- 4f6318d Serialization of SkPictureImageFilter by commit-bot@chromium.org · 11 years ago
- 8b4799a Revert of r13347 (Serialization of SkPictureImageFilter - https://codereview.chromium.org/138063005) due to bump in skp file format by robertphillips@google.com · 11 years ago
- 670b98e Serialization of SkPictureImageFilter by commit-bot@chromium.org · 11 years ago
- 76f10a3 remove SkCanvas::createCompatibleDevice, and add SkCanvas::newSurface by reed@google.com · 11 years ago
- 6fcd28b fix samplefuzz, fix some 32/64bit warnings by reed@google.com · 11 years ago
- 8c6f4b3 Adding int cast to prevent warning by commit-bot@chromium.org · 11 years ago
- c22d139 Initial QuadTree implementation by commit-bot@chromium.org · 11 years ago
- 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
- 7fa2a65 fix more 64bit warnings by reed@google.com · 11 years ago
- d8ed851 Turn NVPR on by default (but off in tools). by commit-bot@chromium.org · 11 years ago
- 68c7488 Revert "Turn NVPR on by default (but off in tools)." by halcanary@google.com · 11 years ago
- 83d81c9 Turn NVPR on by default (but off in tools). by commit-bot@chromium.org · 11 years ago
- b2c323a Remove unused SampleTests.cpp source file. by tfarina@chromium.org · 11 years ago
- d173b87 remove SkScalarMul macro by mike@reedtribe.org · 11 years ago
- 7873333 Remove GetGr() hack. by commit-bot@chromium.org · 11 years ago
- 7b8d72d Adding SkPictureImageFilter to the fuzzer by commit-bot@chromium.org · 11 years ago
- 43f4a55 Change to fuzzer for new constructor by commit-bot@chromium.org · 11 years ago
- 32678d9 use some helper Make functions to initialize SkImageInfo by commit-bot@chromium.org · 11 years ago
- bf0001d remove remaining references to Sk64 (obsolete) by reed@google.com · 11 years ago
- 9acb8cd SampleApp Cleanup: by halcanary@google.com · 11 years ago
- 3d50ea1 Add Options to SkDecodingImageGenerator, simplify API. by halcanary@google.com · 11 years ago
- 1ad518b Revert of https://codereview.chromium.org/93703004/ by commit-bot@chromium.org · 11 years ago
- d665dc4 Add Options to SkDecodingImageGenerator, simplify API. by halcanary@google.com · 11 years ago
- e238057 SamplePicture no longer uses SkImageRef by halcanary@google.com · 11 years ago
- ef74fa1 Fixed more fuzzer issues by commit-bot@chromium.org · 11 years ago
- e1ca705 deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #define SK_SUPPORT_DEPRECATED_SCALARROUND for legacy clients by reed@google.com · 11 years ago
- 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
- 4f3c305 Fix some presubmit warnings. by tfarina@chromium.org · 11 years ago
- bf79023 Update all callsites to use info for pixelrefs by reed@google.com · 11 years ago
- 0daa1ad Reverting r12665 & r12666 (Remove duplicate impl for SkImageInfo flattening) due to Chromium/Blink compilation errors by robertphillips@google.com · 11 years ago
- 93b4059 Remvoe duplicate impl for SkImageInfo flattening Add onNewLockPixels by reed@google.com · 11 years ago
- 398337b Revert "remvoe duplicate impl for SkImageInfo flattening" by reed@google.com · 11 years ago
- a0d183d Revert "Revert of https://codereview.chromium.org/108773003/" by reed@google.com · 11 years ago
- ff9c6c9 Revert of https://codereview.chromium.org/108773003/ by commit-bot@chromium.org · 11 years ago
- f3aead2 remvoe duplicate impl for SkImageInfo flattening by reed@google.com · 11 years ago
- 6a32add Revert "PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap.""""" by reed@google.com · 11 years ago
- 6965a0a PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap."""" by reed@google.com · 11 years ago
- 6de4a78 Fix SampleApp bounding box hierarchy shortcut collision. by commit-bot@chromium.org · 11 years ago
- 9a65e2c More signed/unsigned comparison warnings. by fmalita@google.com · 11 years ago
- e6a98d4 Fix warning after bbe43a9ce051. by fmalita@google.com · 11 years ago
- bbe43a9 Add SkTileGridPicture SampleApp playback support. by commit-bot@chromium.org · 11 years ago
- 15bc13d change 'n' toggle to cycle through all filterlevels by reed@google.com · 11 years ago
- 2ebc10d Revert "Revert "Revert "PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap.""" by reed@google.com · 11 years ago
- 473f0aa Revert "Revert "PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap."" by reed@google.com · 11 years ago
- cc63b32 Additional SampleApp tiling options. by commit-bot@chromium.org · 11 years ago
- c2e9db3 Fixed a few places where uninitialized memory could have been read by commit-bot@chromium.org · 11 years ago
- 5b132b2 Revert "PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap." by reed@google.com · 11 years ago
- 3e89524 PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap. by reed@google.com · 11 years ago
- ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
- cd3b15c Fixed bad bitmap size crashes by commit-bot@chromium.org · 11 years ago
- d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
- 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 11f392e Revert "Revert "remove kA1_Config, as it is no longer supported"" by commit-bot@chromium.org · 11 years ago
- 72e7808 Revert "remove kA1_Config, as it is no longer supported" by reed@google.com · 11 years ago
- 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
- 2a1f446 remove kA1_Config, as it is no longer supported by reed@google.com · 11 years ago
- e61a86c Guard against most unintentionally ephemeral SkAutoFoo instantiations. by commit-bot@chromium.org · 11 years ago
- 9092289 Pdfviewer refactoring. by scroggo@google.com · 11 years ago
- 21a0b10 Remove deprecated setIsOpaque() API from SkBitmap. by commit-bot@chromium.org · 11 years ago
- 4faa869 Checking structure sizes before reading them from memory to avoid overflowing the buffer's stream. by commit-bot@chromium.org · 11 years ago
- 12a2386 Revert "Checking structure sizes before reading them from memory to avoid overflowing the buffer's stream." by reed@google.com · 11 years ago
- b48a59a Checking structure sizes before reading them from memory to avoid overflowing the buffer's stream. by sugoi@google.com · 11 years ago
- eb22126 Revert r12114 due to https://code.google.com/p/skia/issues/detail?id=1794 ('Assertion failures on various buildbots as of r12114') by epoger@google.com · 11 years ago
- 305f78e Checking structure sizes before reading them from memory to avoid overflowing the buffer's stream. by sugoi@google.com · 11 years ago
- 2bd8b81 move SkImage::ColorType into SkColorType by reed@google.com · 11 years ago
- 4469938 Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning"" by reed@google.com · 11 years ago
- 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
- 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
- 7ed98df Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- bbe66f0 add triangles to fatbits sample ('t') by reed@google.com · 11 years ago
- 77e079a Enabling validation code in serialization and adding serialization to fuzzer by commit-bot@chromium.org · 11 years ago
- 3721ee6 Reverting r11968 (Enabling validation code in serialization and adding serialization to fuzzer - https://codereview.chromium.org/44573002) due to failure on Chromium AllQuads test. by robertphillips@google.com · 11 years ago
- d25d6c7 Enabling validation code in serialization and adding serialization to fuzzer by commit-bot@chromium.org · 11 years ago
- 383a697 store SkAlphaType inside SkBitmap, on road to support unpremul by reed@google.com · 11 years ago
- 805ca19 SampleApp - reduce unnecessary verbosity [with --picture $path] by halcanary@google.com · 11 years ago
- fab44db Clean up SkTypes.h. by bungeman@google.com · 11 years ago
- 0a6151d Revert "Revert "change SkColorTable to be immutable"" by reed@google.com · 11 years ago
- 48d9ff5 Revert "change SkColorTable to be immutable" by reed@google.com · 11 years ago
- 9864c24 change SkColorTable to be immutable by reed@google.com · 11 years ago
- b5571b3 Change SkImageDecoders to take an SkStreamRewindable. by scroggo@google.com · 11 years ago
- d28ba80 promote SkImage::AlphaType to SkAlphaType by reed@google.com · 11 years ago
- f91e3d4 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 191eaeb Fix for SampleFilterFuzz compiler warning/error by robertphillips@google.com · 11 years ago