1. a096d7a SkCodec: add wbmp class by halcanary · 9 years ago
  2. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  3. a1193e4 Make SkStream *not* ref counted. by scroggo · 10 years ago
  4. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  5. 5965c8a add ImageGenerator::NewFromData to porting layer by reed · 10 years ago
  6. 2a12080 Qualify the return value of SkImageDecoder::decode by scroggo · 10 years ago
  7. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  8. 8482504 make allocPixels throw on failure by reed · 10 years ago
  9. 95b1b3d Add astcbitmap to gm slides. by krajcevski · 10 years ago
  10. 7b62448 Revert of - Add astcbitmap to gm slides (https://codereview.chromium.org/444093002/) by krajcevski · 10 years ago
  11. 2fc0582 - Add astcbitmap to gm slides by krajcevski · 10 years ago
  12. a0cc833 add a libjpeg test by halcanary · 10 years ago
  13. a8e2e15 Cleanup: Rename SkOSPath functions. by tfarina · 10 years ago
  14. 186e699 disable new test on windows by halcanary · 10 years ago
  15. b1ab5fd If decoder doesn't ouput indexed color, don't check colortable by halcanary · 10 years ago
  16. 7f8aad8 SkDiscardablePixelRef returns correct indexed color on relock. by halcanary · 10 years ago
  17. c846f4a Cleanup usage of GetResourcePath() after commit bcbc1788b478b1e54079318ad073e8490aa66fae. by tfarina · 10 years ago
  18. bcbc178 Refactor how we handle resources path in Tests. by tfarina · 10 years ago
  19. bfefc7c hide Config in SkImageDecoder -- use SkColorType instead by reed · 10 years ago
  20. 99ffe24 Initial KTX file decoder by krajcevski · 10 years ago
  21. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 10 years ago
  22. d0f824c Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 10 years ago
  23. 986d681 setConfig -> setInfo by commit-bot@chromium.org · 10 years ago
  24. 2d970b5 hide discardable factory from public imagegenerator api by commit-bot@chromium.org · 10 years ago
  25. e5a8e66 move ashmem switching logic to SkDiscardableMemory::Create by commit-bot@chromium.org · 10 years ago
  26. 8cf81e0 Simple PKM image decoder. by robertphillips@google.com · 10 years ago
  27. b7acbfe Flatten resources directory by halcanary@google.com · 10 years ago
  28. f9dc07c Revert "Flatten resources directory" by djsollen@google.com · 10 years ago
  29. e5e9602 Flatten resources directory by commit-bot@chromium.org · 10 years ago
  30. 915b972 Reland "Properly set alpha type in webp decode." 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. d591b75 Revert of Properly set alpha type in webp decode. (https://codereview.chromium.org/223893002/) by commit-bot@chromium.org · 10 years ago
  37. a455965 Properly set alpha type in webp decode. by commit-bot@chromium.org · 10 years ago
  38. deee496 replace setConfig+allocPixels with single call by mike@reedtribe.org · 10 years ago
  39. 61e96cd SkBitmap now really stores SkImageInfo -- config is just a ruse by commit-bot@chromium.org · 10 years ago
  40. 1195a28 Revert "SkBitmap now really stores SkImageInfo -- config is just a ruse" by mike@reedtribe.org · 10 years ago
  41. 169a0ed SkBitmap now really stores SkImageInfo -- config is just a ruse by mike@reedtribe.org · 10 years ago
  42. 8f6884a Cleanup: Sanitize the order of includes under tests/ by tfarina@chromium.org · 11 years ago
  43. 5867481 Remove unnamed namespace usage from tests/ by tfarina@chromium.org · 11 years ago
  44. e2eac8b Move macros from TestClassDef.h to Test.h by commit-bot@chromium.org · 11 years ago
  45. a9325fa Add REPORTF test macro. by halcanary@google.com · 11 years ago
  46. 8620207 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  47. 3d50ea1 Add Options to SkDecodingImageGenerator, simplify API. by halcanary@google.com · 11 years ago
  48. dedd44a Fix Red/Blue decoding problem in WebP. by halcanary@google.com · 11 years ago
  49. 1ad518b Revert of https://codereview.chromium.org/93703004/ by commit-bot@chromium.org · 11 years ago
  50. d665dc4 Add Options to SkDecodingImageGenerator, simplify API. by halcanary@google.com · 11 years ago
  51. e4fafb1 Use DEFINE_TESTCLASS_SHORT macro in tests. by tfarina@chromium.org · 11 years ago
  52. a0b266d Remove deprecated setPrefConfigTable. by scroggo@google.com · 11 years ago
  53. d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
  54. 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  55. 11f392e Revert "Revert "remove kA1_Config, as it is no longer supported"" by commit-bot@chromium.org · 11 years ago
  56. 72e7808 Revert "remove kA1_Config, as it is no longer supported" by reed@google.com · 11 years ago
  57. 2a1f446 remove kA1_Config, as it is no longer supported by reed@google.com · 11 years ago
  58. 3c996f8 Implement charToGlyph on remaining ports. by bungeman@google.com · 11 years ago
  59. 8d23924 Add an option on SkImageDecoder to skip writing 0s. by scroggo@google.com · 11 years ago
  60. b5571b3 Change SkImageDecoders to take an SkStreamRewindable. by scroggo@google.com · 11 years ago
  61. 9dfac23 Suppress test output. by scroggo@google.com · 11 years ago
  62. d79277f Support decoding subsets from JPG on Android. by scroggo@google.com · 11 years ago
  63. 826d63a Add test to ensure buildTileIndex stores SkStream. by scroggo@google.com · 11 years ago
  64. f698c82 Allow decoding JPEG into A8. by scroggo@google.com · 11 years ago
  65. daaea2d Fixes for unpremul decode. by scroggo@google.com · 11 years ago
  66. 2bbc2c9 Add an option to create unpremultiplied bitmaps. by scroggo@google.com · 11 years ago