1. 4c1f091 kill unused SkFlipPixelRef Review URL: https://codereview.appspot.com/6949043 by reed@google.com · 12 years ago
  2. 9f686f3 Create a factory to decode an SkBitmap from an SkData. by scroggo@google.com · 12 years ago
  3. 4ce738b Extract transform_scanline_XXXX functions into transform_scanline.h for code-sharing by epoger@google.com · 12 years ago
  4. 5a7c6be Add the ability to provide function pointers to SkPicture serialization by scroggo@google.com · 12 years ago
  5. a0c2bc2 Make flattenables no longer depend on global static initializers. by scroggo@google.com · 12 years ago
  6. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  7. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
  8. e4e75dc remove duplicate definition of SkAlign8() by reed@google.com · 12 years ago
  9. 15e9d3e Expanded distribution of instance counting by robertphillips@google.com · 12 years ago
  10. 2a2cc20 fix warnings on Mac in src/images by caryclark@google.com · 12 years ago
  11. ff0da4f Mutexes in pixelrefs were done very sloppily initially. The code (a) assumes all by reed@google.com · 12 years ago
  12. 59b7400 Remove unused android code in JPEG decoder. by djsollen@google.com · 12 years ago
  13. 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 12 years ago
  14. 5370cd9 Consolidate PixelRef flattables with the standard impl by djsollen@google.com · 12 years ago
  15. a728e35 Fix a bunch of Coverity defects - class members not initialized in the constructor. by vandebo@chromium.org · 12 years ago
  16. 3d29b63 Remove unused classes from the build. by djsollen@google.com · 12 years ago
  17. ec51cb8 Improved codec link-forcing system by adding Encoder/Decoder creation entry points by robertphillips@google.com · 12 years ago
  18. 8570b5c Adding CMYK jpeg changes w/o .gyp alterations by robertphillips@google.com · 12 years ago
  19. 0a89c90 reverting to 3437 by robertphillips@google.com · 12 years ago
  20. d5c9e99 Fix for CMYK jpeg decoding issue (69 - unable to read some jpeg files on android) by robertphillips@google.com · 12 years ago
  21. d33b26e Restore SkImageDecoder_libjpeg, which may still be used by the Android build. by tomhudson@google.com · 12 years ago
  22. 3f5ebb4 Remove libjpeg image decoder, since we've never built it since we changed by tomhudson@google.com · 12 years ago
  23. 7294886 Lazily allocate our global pool for imagerefs by reed@google.com · 12 years ago
  24. 1771cbf posix: Avoid static initializers in static/global mutexes by digit@google.com · 12 years ago
  25. fa394d4 Change remaining ANDROID ifdefs to SK_BUILD_FOR_ANDROID by djsollen@google.com · 13 years ago
  26. 1a36621 Fix return value from SkImageDecoder::DecodeFile(): false even in case of by tomhudson@google.com · 13 years ago
  27. 0c00f21 Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); by tomhudson@google.com · 13 years ago
  28. d26147a add optional manual global initialization by caryclark@google.com · 13 years ago
  29. 3bbee32 ignore alphaBit (and mask) for 32bit images, 'cause that seems to break this by reed@google.com · 13 years ago
  30. 5c210c7 Break onEncode() into two functions to avoid clobbering variables with by tomhudson@google.com · 13 years ago
  31. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  32. a87cd2a Increase compatibility with clang, mostly around SK_RESTRICT. by tomhudson@google.com · 13 years ago
  33. baa677b delete all old (non-Gyp) buildfiles by epoger@google.com · 13 years ago
  34. 8cf334f remove dead/abandoned file by reed@google.com · 13 years ago
  35. b0a984d delete unused file by reed@google.com · 13 years ago
  36. 34f50ed Delete another unused file. by thakis@chromium.org · 13 years ago
  37. 29f6636 Stop using deprecated APIs. Fix by twiz. by reed@google.com · 13 years ago
  38. 7b34ea6 Upstreaming code from android repository. by djsollen@google.com · 13 years ago
  39. 57f4969 merge from android tree: by djsollen@google.com · 13 years ago
  40. 4868e6b [Committed on behalf of junov@chromium.org] by senorblanco@chromium.org · 13 years ago
  41. b715ef7 add rlepixelref file to make, to keep it from bit-rot by reed@google.com · 13 years ago
  42. 82065d6 remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with by reed@google.com · 13 years ago
  43. 7af0046 replace various png_[type]_NULL defines with just NULL by reed@google.com · 14 years ago
  44. 4f9cdcc Compile fix for shared library builds. by agl@chromium.org · 14 years ago
  45. 39d39c2 Minor fixes to build under Clang: by agl@chromium.org · 14 years ago
  46. dfee579 add SK_ENABLE_LIBPNG to force reference to PNG codec by reed@android.com · 14 years ago
  47. ca77697 call premultiply instead of pack32 by reed@android.com · 14 years ago
  48. 2295c63 update android specific RAM restrictions by reed@android.com · 14 years ago
  49. 3f1f06a add optional pref-config table to codecs by reed@android.com · 14 years ago
  50. bc7d2fb check for null cmap in libgif by reed@android.com · 14 years ago
  51. b8fd84b call skip in a loop to handle the case where the backing stream may be network by reed@android.com · 15 years ago
  52. 6f59815 refactor helper functions out of libjpeg wrapper by reed@android.com · 15 years ago
  53. c6ddc11 use imageref_globalpool in samplepicture, to test flattening bitmaps by reed@android.com · 15 years ago
  54. 12d1625 add android-specific tweaks to vary the amount of tmp ram allocated by reed@android.com · 15 years ago
  55. bb9aea9 record dither setting so we can replay it when we (re)decode by reed@android.com · 15 years ago
  56. 1cdcb51 fix warning in sampler by reed@android.com · 15 years ago
  57. b6137c3 remove auto-upscaling from base class (breaks model for allocators) but improve by reed@android.com · 15 years ago
  58. 9ce2257 quick return if we just want the bounds by reed@android.com · 15 years ago
  59. 1134426 respect preferred config when png is index-based by reed@android.com · 15 years ago
  60. 6189877 add support for encoding Index8 bitmaps into png by reed@android.com · 15 years ago
  61. 4516f47 use sk_bzero instead of bzero, since it isn't always available. by reed@android.com · 15 years ago
  62. a16cb97 really fix gif movie registration by reed@android.com · 15 years ago
  63. 5df93ea fix stupid tabs by reed@android.com · 15 years ago
  64. 8540a79 add registrar for gif movie by reed@android.com · 15 years ago
  65. b3ade9d add optional Format* parameter to decoder helper functions. by reed@android.com · 15 years ago
  66. 44a6312 call notifyPixelsChanged() when the pages are flipped in pageflippixelref by reed@android.com · 15 years ago
  67. 25e9834 Honor pref config in image decoding whenever possible. by weita@google.com · 15 years ago
  68. a8a8b8b check for 0 upem in freetype add 32bit-overflow check by reed@android.com · 15 years ago
  69. 862e91b handle interlacing by reed@android.com · 15 years ago
  70. 9781ca5 add SkSfntUtils to parse some known truetype tables by reed@android.com · 15 years ago
  71. 797d51a forgot to initialize fFactory in the unflatten constructor by reed@android.com · 15 years ago
  72. a14ea0e Simplify font-chaining (fallbacks) to have fonthost just return the next by reed@android.com · 15 years ago
  73. 1337a7b see prev. checkin (missed these files). Change ownership rule for streams to the by reed@android.com · 15 years ago
  74. 62900b4 handle failure when creating a scalercontext by reed@android.com · 15 years ago
  75. 3c2b7e8 explicitly define the gHead for the codec llist by reed@android.com · 15 years ago
  76. 7b830a1 update makefile for newly moved Factories by reed@android.com · 16 years ago
  77. 00bf85a pull from android: use registry to build up list of image codecs by reed@android.com · 16 years ago
  78. 9db6087 oops, add images_files.mk rename options with prefix SKIA_ by reed@android.com · 16 years ago
  79. b50a60c fix formatting issues by reed@android.com · 16 years ago
  80. 6f25297 fix multiple warnings (e.g. hidden virtuals, unused static functions) by reed@android.com · 16 years ago
  81. b08eb2b separate image encode and decode remove obsolete build-flag for encode by reed@android.com · 16 years ago
  82. 9fb1731 move core files into core (were in images, but are required for core library) by reed@android.com · 16 years ago
  83. 8a1c16f grab from latest android by reed@android.com · 16 years ago