- 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
- 9ebcac5 add installPixels by reed@google.com · 11 years ago
- d0419b1 Revert "Revert "Revert "Revert of https://codereview.chromium.org/110593003/""" by reed@google.com · 11 years ago
- ba82bd1 Revert "Revert "Revert of https://codereview.chromium.org/110593003/"" by reed@google.com · 11 years ago
- 9271389 Revert "Revert of https://codereview.chromium.org/110593003/" by reed@google.com · 11 years ago
- 27f8902 Revert of https://codereview.chromium.org/110593003/ by commit-bot@chromium.org · 11 years ago
- f1ce052 Add onNewLockPixels, that returns rowbytes and relies on info in pixelref by reed@google.com · 11 years ago
- 3d50ea1 Add Options to SkDecodingImageGenerator, simplify API. by halcanary@google.com · 11 years ago
- 57212f9 Revert "Revert of https://codereview.chromium.org/113823003/" by reed@google.com · 11 years ago
- 4ad4ae9 Revert of https://codereview.chromium.org/113823003/ by commit-bot@chromium.org · 11 years ago
- a306d93 remove Sk64 from public API, and start to remove usage internally by reed@google.com · 11 years ago
- dedd44a Fix Red/Blue decoding problem in WebP. by halcanary@google.com · 11 years ago
- 3a8ebd9 Sanitize bitmaps produced by libgif 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
- ef74fa1 Fixed more fuzzer issues by commit-bot@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
- c83a91f Revert "Revert of https://codereview.chromium.org/112783004/" by reed@google.com · 11 years ago
- 281713e Revert of https://codereview.chromium.org/112783004/ by commit-bot@chromium.org · 11 years ago
- 772d852 ensure that we call onUnlock only when we onLock succeeded by reed@google.com · 11 years ago
- 398337b Revert "remvoe duplicate impl for SkImageInfo flattening" by reed@google.com · 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
- edd370f Sk_API for SkImageGenerator and SkInstallDiscardablePixelRef by halcanary@google.com · 11 years ago
- cf0803b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
- 9230ea2 make info real in SkPixelRef, and add bitmap::asImageInfo by reed@google.com · 11 years ago
- 29d9693 SkDecodingImageGenerator now uses SkStreamRewindable by halcanary@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
- 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
- 2c7c7ee Big Cleanup: SkBitmapFactory, SkLazyPixelRef, SkImageCache by halcanary@google.com · 11 years ago
- ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
- a0b266d Remove deprecated setPrefConfigTable. by scroggo@google.com · 11 years ago
- ad04eb4 Add SkImageGenerator Interface by halcanary@google.com · 11 years ago
- a466286 More Windows 64b compilation warning fixes by robertphillips@google.com · 11 years ago
- 8c99c9f Reverting r12315 (More Windows 64b compilation warning fixes) due to compilation failures by robertphillips@google.com · 11 years ago
- 80051d3 More Windows 64b compilation warning fixes by robertphillips@google.com · 11 years ago
- 5401cd0 Clean up after longjmp in SkImageDecoder_libpng. by scroggo@google.com · 11 years ago
- feeca3c Create nonPOD before setjmp. by scroggo@google.com · 11 years ago
- 2bd8b81 move SkImage::ColorType into SkColorType by reed@google.com · 11 years ago
- 0251288 Adding size parameter to read array functions by commit-bot@chromium.org · 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
- 5ee18dd Image decoder fixes (mostly) around A8. by scroggo@google.com · 11 years ago
- 114038a Revert "Revert "cache SkImage::Info calculation in lazypixelref"" by reed@google.com · 11 years ago
- 383a697 store SkAlphaType inside SkBitmap, on road to support unpremul by reed@google.com · 11 years ago
- 8b16931 Second wave of Win64 warning cleanup by robertphillips@google.com · 11 years ago
- 04b57f8 Runtime configuration setting for suppressing JPEG decoder errors. by halcanary@google.com · 11 years ago
- 2a10318 Simplify code for configuring suppression of ImageDecoder warnings by halcanary@google.com · 11 years ago
- 29d4e63 GIF decode: optional error messages and fault tolerance. by halcanary@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
- dac4a1d Allow sampling GIF images during decode. by commit-bot@chromium.org · 11 years ago
- 2dcf36e Fix SkScalar conversion warning error. by halcanary@google.com · 11 years ago
- fed3037 Make image decoding more fault resistant, less verbose. by halcanary@google.com · 11 years ago
- 546f70c Fixes for decoding to A8. by commit-bot@chromium.org · 11 years ago
- 354fd97 Do not convert non gray PNG to A8. by scroggo@google.com · 11 years ago
- 1d06999 Fix build. by scroggo@google.com · 11 years ago
- 8d23924 Add an option on SkImageDecoder to skip writing 0s. by scroggo@google.com · 11 years ago
- b5571b3 Change SkImageDecoders to take an SkStreamRewindable. by scroggo@google.com · 11 years ago
- 228f2b8 Print a better error message. by scroggo@google.com · 11 years ago
- a934899 Use the default resync_to_restart in jpeg. by scroggo@google.com · 11 years ago
- b57a30d Remove dead code from libwebp image decoder by commit-bot@chromium.org · 11 years ago
- bd6343b Rewrite SkTRegistry to take any trivially-copyable type. by mtklein@google.com · 11 years ago
- 4d213ab Handle SkStream::rewind properly. by scroggo@google.com · 11 years ago
- 57a5298 Only destroy huffman if build succeeded. by scroggo@google.com · 11 years ago
- 330313a My clang now doesn't complain about !"foo". by mtklein@google.com · 11 years ago
- dbf9f88 Avoid getLength in ico decoder. by scroggo@google.com · 11 years ago
- 2fd740f Make BMP decoder not depend on call to getLength. by scroggo@google.com · 11 years ago
- 3c8730a Remove dependency on getLength from webp decoder. by scroggo@google.com · 11 years ago
- 80e18c9 Reland "Make WebP decoding independent of stream length." by scroggo@google.com · 11 years ago
- 1904df0 Reverting r10651: Make WebP decoding independent of stream length. by jvanverth@google.com · 11 years ago
- 1f617a7 Make WebP decoding independent of stream length. by djsollen@google.com · 11 years ago
- 590a5af Beginning work to refactor jpeg tile decoding. by scroggo@google.com · 11 years ago
- a1a5154 Fix failure exits from JPEG onBuildTileIndex. by scroggo@google.com · 11 years ago
- d79277f Support decoding subsets from JPG on Android. by scroggo@google.com · 11 years ago
- d4c3565 Fixes for JPEG subset decoding. by scroggo@google.com · 11 years ago
- 29bf862 Upstream changes from Android by djsollen@google.com · 11 years ago
- 8d725b2 all in the gyp by mtklein@google.com · 11 years ago
- 8e2ef01 Remove assert which is failing. by scroggo@google.com · 11 years ago
- c70a3aa Support decoding Gray to A8 in PNG. by scroggo@google.com · 11 years ago
- 12d0642 Initialize config. by scroggo@google.com · 11 years ago
- 1f6b995 A8 bitmaps from JPEG are not opaque. by scroggo@google.com · 11 years ago
- f698c82 Allow decoding JPEG into A8. by scroggo@google.com · 11 years ago
- 468142b Allow ico decoder to decode PNG sub-images. by scroggo@google.com · 11 years ago
- bc69ce9 Remove bitmap reuse from SkImageDecoder. by scroggo@google.com · 11 years ago
- e8f3471 Add a newline to the error message from JPEG. by scroggo@google.com · 11 years ago
- 2bbc2c9 Add an option to create unpremultiplied bitmaps. by scroggo@google.com · 11 years ago
- d593692 Fix iOS build. by scroggo@google.com · 12 years ago
- 8532236 Fix build. by scroggo@google.com · 12 years ago
- 7def5e1 Separate core and images project. by scroggo@google.com · 12 years ago
- 7768751 Add buffer helper to read directly into SkString to avoid extra copying by djsollen@google.com · 12 years ago
- 3e50e99 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 12 years ago
- 67882dd Make DecodeMemoryToTarget handle more configs. by scroggo@google.com · 12 years ago