1. 67ec1f8 Switch SkPDFStream's internal storage from SkStream to SkData by halcanary · 10 years ago
  2. c3b3266 hide SkBitmap::Config entirely (behind a flag) by reed · 10 years ago
  3. 0689d7b stop using SkBitmap::Config by reed · 10 years ago
  4. bfefc7c hide Config in SkImageDecoder -- use SkColorType instead by reed · 10 years ago
  5. 2f785a2 remove GetDeviceConfig/SetDeviceConfig by reed · 10 years ago
  6. 5926b86 hide SkImageDecoder::Chooser by reed · 10 years ago
  7. 3b570c6 Do a better job of enforcing the semantics of the setRequireUnpremultipliedColors flag by krajcevski · 10 years ago
  8. 6c22573 hide SkBitmap::setConfig by reed · 10 years ago
  9. 407d7c9 Add sampler options to SkScaledBitmapSampler by krajcevski · 10 years ago
  10. c250d2e Initial KTX encoder by krajcevski · 10 years ago
  11. 479bb60 Remove SkImageRef and related functionality. by Hal Canary · 10 years ago
  12. 99ffe24 Initial KTX file decoder by krajcevski · 10 years ago
  13. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 10 years ago
  14. d0f824c Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 10 years ago
  15. 986d681 setConfig -> setInfo by commit-bot@chromium.org · 10 years ago
  16. 5744bbe move SkImageGenerator.cpp from src/images to src/core by reed@google.com · 10 years ago
  17. 00f8d6c Revert "Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/)" by commit-bot@chromium.org · 10 years ago
  18. 924205a Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/) by commit-bot@chromium.org · 10 years ago
  19. b263985 add colortable support to imagegenerator by commit-bot@chromium.org · 10 years ago
  20. 29239a0 Move SkDecodingImageGenerator.h to include/ by commit-bot@chromium.org · 10 years ago
  21. 4c45064 Change the PKM decoder to adhere to sampler size by commit-bot@chromium.org · 10 years ago
  22. 7693dbf Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  23. 8cf81e0 Simple PKM image decoder. by robertphillips@google.com · 10 years ago
  24. 3d8bf23 Fast path for blurred round rects -- blur a small 9patch rect on the CPU by commit-bot@chromium.org · 10 years ago
  25. 55aec08 revert humper changes by commit-bot@chromium.org · 10 years ago
  26. 24e91ba Fast path for blurred round rects -- blur a small 9patch rect on the CPU by commit-bot@chromium.org · 10 years ago
  27. c76a4b2 Revert of Fast path for blurred round rects -- blur a small 9patch rect on the CPU (https://codereview.chromium.org/248613004/) by commit-bot@chromium.org · 10 years ago
  28. 5729387 Fast path for blurred round rects -- blur a small 9patch rect on the CPU by commit-bot@chromium.org · 10 years ago
  29. 915b972 Reland "Properly set alpha type in webp decode." by commit-bot@chromium.org · 10 years ago
  30. dcbc360 add one-channel output support to webp encoder by commit-bot@chromium.org · 10 years ago
  31. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  32. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  33. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  34. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  35. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 10 years ago
  36. 1ae492f Add option to SkDecodingImageGenerator to require unpremul. by commit-bot@chromium.org · 10 years ago
  37. 1f2d357 Change SkDecodingImageGenerator to hide implementation details. by commit-bot@chromium.org · 10 years ago
  38. d591b75 Revert of Properly set alpha type in webp decode. (https://codereview.chromium.org/223893002/) by commit-bot@chromium.org · 10 years ago
  39. a455965 Properly set alpha type in webp decode. by commit-bot@chromium.org · 10 years ago
  40. 5007aab Upstream changes from Android by commit-bot@chromium.org · 11 years ago
  41. 86cbf99 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  42. 8a2ad3c add new copyTo version to SkBitmap, which takes SkColorType by commit-bot@chromium.org · 11 years ago
  43. 0a097ea Fix bug in deferred decoding where we don't properly pass the unpremul option to the codec. by commit-bot@chromium.org · 11 years ago
  44. 446cf71 Fix issue in image decoders where the bitmap config was not properly set. by djsollen@google.com · 11 years ago
  45. 61e96cd SkBitmap now really stores SkImageInfo -- config is just a ruse by commit-bot@chromium.org · 11 years ago
  46. 1195a28 Revert "SkBitmap now really stores SkImageInfo -- config is just a ruse" by mike@reedtribe.org · 11 years ago
  47. c911485 fix warnings by mike@reedtribe.org · 11 years ago
  48. 169a0ed SkBitmap now really stores SkImageInfo -- config is just a ruse by mike@reedtribe.org · 11 years ago
  49. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  50. 9ebcac5 add installPixels by reed@google.com · 11 years ago
  51. d0419b1 Revert "Revert "Revert "Revert of https://codereview.chromium.org/110593003/""" by reed@google.com · 11 years ago
  52. ba82bd1 Revert "Revert "Revert of https://codereview.chromium.org/110593003/"" by reed@google.com · 11 years ago
  53. 9271389 Revert "Revert of https://codereview.chromium.org/110593003/" by reed@google.com · 11 years ago
  54. 27f8902 Revert of https://codereview.chromium.org/110593003/ by commit-bot@chromium.org · 11 years ago
  55. f1ce052 Add onNewLockPixels, that returns rowbytes and relies on info in pixelref by reed@google.com · 11 years ago
  56. 3d50ea1 Add Options to SkDecodingImageGenerator, simplify API. by halcanary@google.com · 11 years ago
  57. 57212f9 Revert "Revert of https://codereview.chromium.org/113823003/" by reed@google.com · 11 years ago
  58. 4ad4ae9 Revert of https://codereview.chromium.org/113823003/ by commit-bot@chromium.org · 11 years ago
  59. a306d93 remove Sk64 from public API, and start to remove usage internally by reed@google.com · 11 years ago
  60. dedd44a Fix Red/Blue decoding problem in WebP. by halcanary@google.com · 11 years ago
  61. 3a8ebd9 Sanitize bitmaps produced by libgif by halcanary@google.com · 11 years ago
  62. 1ad518b Revert of https://codereview.chromium.org/93703004/ by commit-bot@chromium.org · 11 years ago
  63. d665dc4 Add Options to SkDecodingImageGenerator, simplify API. by halcanary@google.com · 11 years ago
  64. ef74fa1 Fixed more fuzzer issues by commit-bot@chromium.org · 11 years ago
  65. bf79023 Update all callsites to use info for pixelrefs by reed@google.com · 11 years ago
  66. 0daa1ad Reverting r12665 & r12666 (Remove duplicate impl for SkImageInfo flattening) due to Chromium/Blink compilation errors by robertphillips@google.com · 11 years ago
  67. 93b4059 Remvoe duplicate impl for SkImageInfo flattening Add onNewLockPixels by reed@google.com · 11 years ago
  68. c83a91f Revert "Revert of https://codereview.chromium.org/112783004/" by reed@google.com · 11 years ago
  69. 281713e Revert of https://codereview.chromium.org/112783004/ by commit-bot@chromium.org · 11 years ago
  70. 772d852 ensure that we call onUnlock only when we onLock succeeded by reed@google.com · 11 years ago
  71. 398337b Revert "remvoe duplicate impl for SkImageInfo flattening" by reed@google.com · 11 years ago
  72. f3aead2 remvoe duplicate impl for SkImageInfo flattening by reed@google.com · 11 years ago
  73. 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
  74. 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
  75. edd370f Sk_API for SkImageGenerator and SkInstallDiscardablePixelRef by halcanary@google.com · 11 years ago
  76. cf0803b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  77. 9230ea2 make info real in SkPixelRef, and add bitmap::asImageInfo by reed@google.com · 11 years ago
  78. 29d9693 SkDecodingImageGenerator now uses SkStreamRewindable by halcanary@google.com · 11 years ago
  79. 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
  80. 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
  81. 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
  82. 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
  83. 2c7c7ee Big Cleanup: SkBitmapFactory, SkLazyPixelRef, SkImageCache by halcanary@google.com · 11 years ago
  84. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  85. a0b266d Remove deprecated setPrefConfigTable. by scroggo@google.com · 11 years ago
  86. ad04eb4 Add SkImageGenerator Interface by halcanary@google.com · 11 years ago
  87. a466286 More Windows 64b compilation warning fixes by robertphillips@google.com · 11 years ago
  88. 8c99c9f Reverting r12315 (More Windows 64b compilation warning fixes) due to compilation failures by robertphillips@google.com · 11 years ago
  89. 80051d3 More Windows 64b compilation warning fixes by robertphillips@google.com · 11 years ago
  90. 5401cd0 Clean up after longjmp in SkImageDecoder_libpng. by scroggo@google.com · 11 years ago
  91. feeca3c Create nonPOD before setjmp. by scroggo@google.com · 11 years ago
  92. 2bd8b81 move SkImage::ColorType into SkColorType by reed@google.com · 11 years ago
  93. 0251288 Adding size parameter to read array functions by commit-bot@chromium.org · 11 years ago
  94. 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
  95. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  96. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  97. 5ee18dd Image decoder fixes (mostly) around A8. by scroggo@google.com · 11 years ago
  98. 114038a Revert "Revert "cache SkImage::Info calculation in lazypixelref"" by reed@google.com · 11 years ago
  99. 383a697 store SkAlphaType inside SkBitmap, on road to support unpremul by reed@google.com · 11 years ago
  100. 8b16931 Second wave of Win64 warning cleanup by robertphillips@google.com · 11 years ago