1. 61e96cd SkBitmap now really stores SkImageInfo -- config is just a ruse by commit-bot@chromium.org · 11 years ago
  2. 1195a28 Revert "SkBitmap now really stores SkImageInfo -- config is just a ruse" by mike@reedtribe.org · 11 years ago
  3. b53317c fix test for empty config by mike@reedtribe.org · 11 years ago
  4. 8ed6443 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  5. c911485 fix warnings by mike@reedtribe.org · 11 years ago
  6. 169a0ed SkBitmap now really stores SkImageInfo -- config is just a ruse by mike@reedtribe.org · 11 years ago
  7. 6be31f4 remove SK_SUPPORT_LEGACY_ONLOCKPIXELS completely by reed@google.com · 11 years ago
  8. c2d768c pass in the real rowBytes by reed@google.com · 11 years ago
  9. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  10. c1587f9 change setAlphaType to not modify the pixelref's genID by reed@google.com · 11 years ago
  11. 0e8d0d6 add optional SkAlphaType parameter to notifyPixelsChanged by commit-bot@chromium.org · 11 years ago
  12. 33c749a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  13. eb9a46c add legacy/helper allocN32Pixels, and convert gm to use it by reed@google.com · 11 years ago
  14. d2ac07b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  15. 9ebcac5 add installPixels by reed@google.com · 11 years ago
  16. f7ba413 Hide bitmap rowbyes assert when LEGACY_ONLOCKPIXELS by commit-bot@chromium.org · 11 years ago
  17. 5f62ed7 no need to refcnt colortables, since pixelrefs own them by reed@google.com · 11 years ago
  18. 615316c add asserts to validate by reed@google.com · 11 years ago
  19. 5ccae2c Reland "Fix genID cloning bugs." by scroggo@google.com · 11 years ago
  20. e13af71 Revert of https://codereview.chromium.org/132643007/ by commit-bot@chromium.org · 11 years ago
  21. f0b56e7 Revert "Revert of https://codereview.chromium.org/129423002/" by reed@google.com · 11 years ago
  22. 9b06ba4 Revert of https://codereview.chromium.org/129423002/ by commit-bot@chromium.org · 11 years ago
  23. dd9ea92 add SkBitmap::installPixelRef() by reed@google.com · 11 years ago
  24. 5c6f1d4 Revert of https://codereview.chromium.org/112113005/ by commit-bot@chromium.org · 11 years ago
  25. f2595e4 Fix genID cloning bugs. by commit-bot@chromium.org · 11 years ago
  26. 303c475 use bitmap's fRowBytes, as the pixelref's is not (yet) reliable by reed@google.com · 11 years ago
  27. 672588b change offset to xy for pixelref subsetting by reed@google.com · 11 years ago
  28. dcea530 assert in setPixelRef that the pr matches the bitmap's config by reed@google.com · 11 years ago
  29. f5e1f63 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  30. 4856964 ComputeRowBytes must not overflow width when it shifts by reed@google.com · 11 years ago
  31. 57212f9 Revert "Revert of https://codereview.chromium.org/113823003/" by reed@google.com · 11 years ago
  32. 4ad4ae9 Revert of https://codereview.chromium.org/113823003/ by commit-bot@chromium.org · 11 years ago
  33. a306d93 remove Sk64 from public API, and start to remove usage internally by reed@google.com · 11 years ago
  34. 96f5fa0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  35. bf79023 Update all callsites to use info for pixelrefs by reed@google.com · 11 years ago
  36. 4428734 Allow 0-width SkBitmap in setConfig. by halcanary@google.com · 11 years ago
  37. 0daa1ad Reverting r12665 & r12666 (Remove duplicate impl for SkImageInfo flattening) due to Chromium/Blink compilation errors by robertphillips@google.com · 11 years ago
  38. 93b4059 Remvoe duplicate impl for SkImageInfo flattening Add onNewLockPixels by reed@google.com · 11 years ago
  39. 398337b Revert "remvoe duplicate impl for SkImageInfo flattening" by reed@google.com · 11 years ago
  40. a0d183d Revert "Revert of https://codereview.chromium.org/108773003/" by reed@google.com · 11 years ago
  41. ff9c6c9 Revert of https://codereview.chromium.org/108773003/ by commit-bot@chromium.org · 11 years ago
  42. f3aead2 remvoe duplicate impl for SkImageInfo flattening by reed@google.com · 11 years ago
  43. 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
  44. 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
  45. 9230ea2 make info real in SkPixelRef, and add bitmap::asImageInfo by reed@google.com · 11 years ago
  46. 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
  47. 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
  48. c2e9db3 Fixed a few places where uninitialized memory could have been read by commit-bot@chromium.org · 11 years ago
  49. 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
  50. 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
  51. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  52. cd3b15c Fixed bad bitmap size crashes by commit-bot@chromium.org · 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. ce33d60 Adding more validation by commit-bot@chromium.org · 11 years ago
  57. 72e7808 Revert "remove kA1_Config, as it is no longer supported" by reed@google.com · 11 years ago
  58. 2a1f446 remove kA1_Config, as it is no longer supported by reed@google.com · 11 years ago
  59. 6e3e422 Break up SkLazyPixelRef functionally into class hierarchy. by commit-bot@chromium.org · 11 years ago
  60. 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
  61. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  62. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  63. 50a3043 We want to give SkPixelRef a way to signal over to GrResourceCache that it's become pointless to keep around textures based on that SkPixelRef when its pixels change, so that it can be a good citizen and free those textures. by commit-bot@chromium.org · 11 years ago
  64. c0b7e10 Initial error handling code by commit-bot@chromium.org · 11 years ago
  65. 9cd697c change ERROR label to BAD_CONFIG -- avoid windows complaint by reed@google.com · 11 years ago
  66. 383a697 store SkAlphaType inside SkBitmap, on road to support unpremul by reed@google.com · 11 years ago
  67. 3534822 force readbuffer clients to use specialized readFoo for flattenables by reed@google.com · 11 years ago
  68. 0197b32 Always clear dest in SkBitmap::copyTo's draw path by robertphillips@google.com · 11 years ago
  69. 0a6151d Revert "Revert "change SkColorTable to be immutable"" by reed@google.com · 11 years ago
  70. 235002f low hanging calloc fruit by commit-bot@chromium.org · 11 years ago
  71. 48d9ff5 Revert "change SkColorTable to be immutable" by reed@google.com · 11 years ago
  72. 9864c24 change SkColorTable to be immutable by reed@google.com · 11 years ago
  73. 2c86fbb Add SkDivMod with a special case for ARM. by commit-bot@chromium.org · 11 years ago
  74. c8fb998 Revert r11423 (low hanging calloc fruit) by robertphillips@google.com · 11 years ago
  75. 2905ff5 low hanging calloc fruit by mtklein@google.com · 11 years ago
  76. 24ddde9 Revert 11247, 11250, 11251, 11257, and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  77. ba6e954 Revert the revert of 11247, 11250, 11251 and 11279 (Chrome already relies on changes in r11247) by robertphillips@google.com · 11 years ago
  78. 478884f Revert 11247, 11250, 11251 and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  79. 5792cde Initial error handling code by commit-bot@chromium.org · 11 years ago
  80. 8dc8bc5 Add downsample from 8888 to 4444. by scroggo@google.com · 11 years ago
  81. 7c6d264 Fix race condition when locking/unlocking pixels. by djsollen@google.com · 11 years ago
  82. a6ff36b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  83. 92833f9 use width() instead of fWidth to get int value by reed@google.com · 11 years ago
  84. 60d3235 add bitmap::eraseArea by reed@google.com · 11 years ago
  85. b8d00db Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRenderTarget and GrTexture. by commit-bot@chromium.org · 11 years ago
  86. afe397b fix build break, remove "RLE" from gConfigNames too by edisonn@google.com · 11 years ago
  87. 2cb1480 remove kRLE_Index8_Config from SkBitmap by reed@google.com · 11 years ago
  88. 62b2605 move kConfigCount out of Config enum, so we don't pullute type-checking by reed@google.com · 11 years ago
  89. 020b25b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  90. 45f746f restore bitmap.erase() support for 4444 : trivial, and BitmapCopyTest relied on it by reed@google.com · 11 years ago
  91. 6ba4572 remove dst/rendertarget support for kARGB_4444_Config by reed@google.com · 11 years ago
  92. 8e990eb Update SkBitmap::validate to respect Android flag. by scroggo@google.com · 11 years ago
  93. 61d6c9e Add prototype for warning. by scroggo@google.com · 11 years ago
  94. 1b1bcc3 New API for encoding bitmaps during serialization. by scroggo@google.com · 11 years ago
  95. e5f4824 Fix a bunch of warnings, mainly around rowBytes. by scroggo@google.com · 12 years ago
  96. 0ba4bf4 Use size_t for rowBytes. by scroggo@google.com · 12 years ago
  97. 9349101 Implement support for origin-TopLeft render targets in GL backend. by scroggo@google.com · 12 years ago
  98. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  99. 76f9e93 Added print out of SkShader information to debugger by robertphillips@google.com · 12 years ago
  100. 140d728 fix warnings Review URL: https://codereview.appspot.com/7073044 by reed@google.com · 12 years ago