1. 809cbed Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap" by Jim Van Verth · 7 years ago
  2. 88757da guard old apis for querying byte-size of a bitmap/imageinfo/pixmap by Mike Reed · 7 years ago
  3. f46633f Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap" by Greg Daniel · 7 years ago
  4. 98a6216 guard old apis for querying byte-size of a bitmap/imageinfo/pixmap by Mike Reed · 7 years ago
  5. a4083c9 make most of SkColorPriv.h private by Cary Clark · 7 years ago
  6. 68b8e3d Revert "Revert "Delete copyTo(Allocator), hide copyTo() behind flag"" by Matt Sarett · 7 years ago
  7. 0122af0 Revert "Delete copyTo(Allocator), hide copyTo() behind flag" by Matt Sarett · 7 years ago
  8. d4a338f Delete copyTo(Allocator), hide copyTo() behind flag by Matt Sarett · 7 years ago
  9. 4edb5d2 hide lockpixels api behind flag by Mike Reed · 7 years ago
  10. 356f7c2 support external raster handles by Mike Reed · 8 years ago
  11. 463c848 helper to convert CGImage -> SkImage by Mike Reed · 8 years ago
  12. f93d711 SkFontData to use smart pointers. by bungeman · 8 years ago
  13. 606add3 Revert of SkFontData to use smart pointers. (patchset #3 id:40001 of https://codereview.chromium.org/2339273002/ ) by bungeman · 8 years ago
  14. d8c2476 SkFontData to use smart pointers. by bungeman · 8 years ago
  15. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  16. 1ee7651 Start making all .cpp files compile-able on all platforms. by mtklein · 9 years ago
  17. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  18. 4497748 Revert of Revert of replace kIgnore_SkAlphaType with kUnknown_SkAlphaType (patchset #1 id:1 of https://codereview.chromium.org/966753002/) by reed · 9 years ago
  19. 574290f Revert of replace kIgnore_SkAlphaType with kUnknown_SkAlphaType (patchset #3 id:40001 of https://codereview.chromium.org/964613002/) by scroggo · 9 years ago
  20. 1c8aeea replace kIgnore_SkAlphaType with kUnknown_SkAlphaType by reed · 9 years ago
  21. c830677 In SkPDFDocumentToBitmap, use SkCreateDataProviderFromStream by halcanary · 10 years ago
  22. 8482504 make allocPixels throw on failure by reed · 10 years ago
  23. ede0c5c Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  24. 60b5dce expose CGImage -> SkBitmap by commit-bot@chromium.org · 10 years ago
  25. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  26. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  27. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  28. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  29. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 10 years ago
  30. 8a2ad3c add new copyTo version to SkBitmap, which takes SkColorType by commit-bot@chromium.org · 10 years ago
  31. e24ad23 use SkColorType instead of SkBitmap::Config in views/effects by commit-bot@chromium.org · 10 years ago
  32. 9ebcac5 add installPixels by reed@google.com · 10 years ago
  33. e61a86c Guard against most unintentionally ephemeral SkAutoFoo instantiations. by commit-bot@chromium.org · 11 years ago
  34. 5dc14c1 ARM Skia NEON patches - 08 - Cleaning / possible fix by commit-bot@chromium.org · 11 years ago
  35. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  36. 426648e Tell CG ImageEncoder that a bitmap is opaque if it is. by scroggo@google.com · 12 years ago
  37. 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
  38. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  39. cd88d7c Don't use the CreateWithData variant: not needed, and isn't available in chrome by reed@google.com · 13 years ago
  40. 9c16bc0 fix bitmapinfo by reed@google.com · 13 years ago
  41. 292ade6 add mac utility to turn a pdf into a bitmap by reed@google.com · 13 years ago
  42. c280d11 revert to DeviceRGB colorspace by default, which was changed accidentially by reed@google.com · 14 years ago
  43. 62f4659 rev. 637 changed the settings for premultiplied on the info parameter. This by reed@google.com · 14 years ago
  44. 38669c1 add colorspace option to SkBitmap -> CGImageRef utility (patch from nico) by reed@android.com · 14 years ago
  45. f2b98d6 merge with changes for GPU backend by reed@android.com · 14 years ago
  46. 32a4249 make a deep copy in CreateCGImageRef if we're 565, but first upscale to 32bit. by reed@android.com · 15 years ago
  47. 40443b2 fix (aaaargh) white-space by reed@android.com · 15 years ago
  48. b9b9a18 use genericRGB space to ensure that we decode exactly the pixels we encode by reed@android.com · 15 years ago
  49. a545a55 fix config check to include SkColorPriv.h so we don't get the warning w/o need by reed@android.com · 15 years ago
  50. 8ede492 merge in change from chrome to detect when the byte order for 8888 requires by reed@android.com · 15 years ago
  51. 2b26cac downgrade project files to 10.4 so more clients can use them by reed@android.com · 16 years ago
  52. 0680d6c use native mac fonthost add 444 and (fake) 565 support in cg by reed@android.com · 16 years ago
  53. 0d55f1e move cg utils out of xcode and into src/include by reed@android.com · 16 years ago[Renamed (98%) from xcode/hostapp/SkCreateCGImageRef.cpp]
  54. 758b129 draft test app to show skia in a window by reed@android.com · 16 years ago