1. c2e9db3 Fixed a few places where uninitialized memory could have been read by commit-bot@chromium.org · 11 years ago
  2. 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
  3. 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
  4. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  5. cd3b15c Fixed bad bitmap size crashes by commit-bot@chromium.org · 11 years ago
  6. d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
  7. 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  8. 11f392e Revert "Revert "remove kA1_Config, as it is no longer supported"" by commit-bot@chromium.org · 11 years ago
  9. ce33d60 Adding more validation by commit-bot@chromium.org · 11 years ago
  10. 72e7808 Revert "remove kA1_Config, as it is no longer supported" by reed@google.com · 11 years ago
  11. 2a1f446 remove kA1_Config, as it is no longer supported by reed@google.com · 11 years ago
  12. 6e3e422 Break up SkLazyPixelRef functionally into class hierarchy. by commit-bot@chromium.org · 11 years ago
  13. 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
  14. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  15. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  16. 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
  17. c0b7e10 Initial error handling code by commit-bot@chromium.org · 11 years ago
  18. 9cd697c change ERROR label to BAD_CONFIG -- avoid windows complaint by reed@google.com · 11 years ago
  19. 383a697 store SkAlphaType inside SkBitmap, on road to support unpremul by reed@google.com · 11 years ago
  20. 3534822 force readbuffer clients to use specialized readFoo for flattenables by reed@google.com · 11 years ago
  21. 0197b32 Always clear dest in SkBitmap::copyTo's draw path by robertphillips@google.com · 11 years ago
  22. 0a6151d Revert "Revert "change SkColorTable to be immutable"" by reed@google.com · 11 years ago
  23. 235002f low hanging calloc fruit by commit-bot@chromium.org · 11 years ago
  24. 48d9ff5 Revert "change SkColorTable to be immutable" by reed@google.com · 11 years ago
  25. 9864c24 change SkColorTable to be immutable by reed@google.com · 11 years ago
  26. 2c86fbb Add SkDivMod with a special case for ARM. by commit-bot@chromium.org · 11 years ago
  27. c8fb998 Revert r11423 (low hanging calloc fruit) by robertphillips@google.com · 11 years ago
  28. 2905ff5 low hanging calloc fruit by mtklein@google.com · 11 years ago
  29. 24ddde9 Revert 11247, 11250, 11251, 11257, and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  30. ba6e954 Revert the revert of 11247, 11250, 11251 and 11279 (Chrome already relies on changes in r11247) by robertphillips@google.com · 11 years ago
  31. 478884f Revert 11247, 11250, 11251 and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  32. 5792cde Initial error handling code by commit-bot@chromium.org · 11 years ago
  33. 8dc8bc5 Add downsample from 8888 to 4444. by scroggo@google.com · 11 years ago
  34. 7c6d264 Fix race condition when locking/unlocking pixels. by djsollen@google.com · 11 years ago
  35. a6ff36b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  36. 92833f9 use width() instead of fWidth to get int value by reed@google.com · 11 years ago
  37. 60d3235 add bitmap::eraseArea by reed@google.com · 11 years ago
  38. b8d00db Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRenderTarget and GrTexture. by commit-bot@chromium.org · 11 years ago
  39. afe397b fix build break, remove "RLE" from gConfigNames too by edisonn@google.com · 11 years ago
  40. 2cb1480 remove kRLE_Index8_Config from SkBitmap by reed@google.com · 11 years ago
  41. 62b2605 move kConfigCount out of Config enum, so we don't pullute type-checking by reed@google.com · 11 years ago
  42. 020b25b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  43. 45f746f restore bitmap.erase() support for 4444 : trivial, and BitmapCopyTest relied on it by reed@google.com · 11 years ago
  44. 6ba4572 remove dst/rendertarget support for kARGB_4444_Config by reed@google.com · 11 years ago
  45. 8e990eb Update SkBitmap::validate to respect Android flag. by scroggo@google.com · 11 years ago
  46. 61d6c9e Add prototype for warning. by scroggo@google.com · 11 years ago
  47. 1b1bcc3 New API for encoding bitmaps during serialization. by scroggo@google.com · 11 years ago
  48. e5f4824 Fix a bunch of warnings, mainly around rowBytes. by scroggo@google.com · 11 years ago
  49. 0ba4bf4 Use size_t for rowBytes. by scroggo@google.com · 11 years ago
  50. 9349101 Implement support for origin-TopLeft render targets in GL backend. by scroggo@google.com · 11 years ago
  51. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  52. 76f9e93 Added print out of SkShader information to debugger by robertphillips@google.com · 12 years ago
  53. 140d728 fix warnings Review URL: https://codereview.appspot.com/7073044 by reed@google.com · 12 years ago
  54. a2a3192 Fix some extract subset bugs. by scroggo@google.com · 12 years ago
  55. dbfac8a Defining new color constat for transparent color by junov@google.com · 12 years ago
  56. 2a7579d CG imagedecoder never sets isOpaque, so add method to SkBitmap to compute that, by reed@google.com · 12 years ago
  57. 1bdb857 Remove SK_DISABLE_EXTRACTSUBSET_OPAQUE_FIX test since it has been rebaselined. by bungeman@google.com · 12 years ago
  58. 04685d2 #define SK_DISABLE_EXTRACTSUBSET_OPAQUE_FIX to keep old, slow, non-opaque behavior by reed@google.com · 12 years ago
  59. 3768853 Revert r3219. r3219 was a revert of r3036. r3036 made extractSubset copy the opaque bit but was reverted because of a partally-loaded jpeg issue in WK which has since been fixed: by bsalomon@google.com · 12 years ago
  60. 5b5bba3 Addressed xcode analysis complaints by robertphillips@google.com · 12 years ago
  61. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  62. d5764e8 When copying a bitmap, copy the generation ID. by scroggo@google.com · 12 years ago
  63. 21830d9 Refactor Bitmap Storage for SkPicture using SkPipe's design. by djsollen@google.com · 12 years ago
  64. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
  65. 8e1034e detect null pixles in setPixels() and just clear out any existing pixelref. by reed@google.com · 12 years ago
  66. c84b833 Reapply "Remove Bitmaps Raw Pixel Support." by djsollen@google.com · 12 years ago
  67. 56f8f33 Revert "Remove Bitmaps Raw Pixel Support." by djsollen@google.com · 12 years ago
  68. 7cf0e9e Prevent MipMaps from crashing. by bungeman@google.com · 12 years ago
  69. c1d1f41 Remove Bitmaps Raw Pixel Support. by djsollen@google.com · 12 years ago
  70. 15e9d3e Expanded distribution of instance counting by robertphillips@google.com · 12 years ago
  71. 8ae3c7f For SkGPipe, store bitmaps in a common location. by scroggo@google.com · 12 years ago
  72. 64a0ec3 Move SkColorTable into its own header and reduce includes in SkFlattenable.h by djsollen@google.com · 12 years ago
  73. 1f90287 Punctuation cleanup to satisfy idiosyncracies of OpenBSD gcc 4.2.1. by tomhudson@google.com · 12 years ago
  74. ff0da4f Mutexes in pixelrefs were done very sloppily initially. The code (a) assumes all by reed@google.com · 12 years ago
  75. 5370cd9 Consolidate PixelRef flattables with the standard impl by djsollen@google.com · 12 years ago
  76. d43b0a8 Make use of the functions in the flattenable reader/writer by djsollen@google.com · 12 years ago
  77. 80e1459 add IRect variant of getBounds() by reed@google.com · 12 years ago
  78. 86b2e43 add getBounds() helper by reed@google.com · 12 years ago
  79. 543c719 Revert r3036. This change breaks loading images as by caryclark@google.com · 12 years ago
  80. 0eb7576 Modify SkBitmap::extractSubset() to respect volatility by skyostil@google.com · 13 years ago
  81. ce7adb5 Modify SkBitmap::extractSubset() to respect opaqueness by skyostil@google.com · 13 years ago
  82. 0c00f21 Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); by tomhudson@google.com · 13 years ago
  83. b052129 Exposing the isImmutable/setImmutable API of SkPixelRef in SkBitmap by junov@chromium.org · 13 years ago
  84. ef843cd When a bitmap is texture-backed, change SkBitmap::copyTo() to do a deep by senorblanco@chromium.org · 13 years ago
  85. c698097 Recommit r2584 with gpu pass of the new ReadPixels test disabled in fixed pt (gpu code doesn't work in general in fixed pt). by bsalomon@google.com · 13 years ago
  86. ace7bd5 Revert r2584 (new test fails in fixed pt builds) by bsalomon@google.com · 13 years ago
  87. 1a8ddf0 Changes the SkCanvas::readPixels API. Allows caller to read into prealloced bitmap pixels. Changes how clipping to device bounds is handled. by bsalomon@google.com · 13 years ago
  88. cad8176 remove unused copyPixelsFrom ... (copyPixelsTo is next on the chopping block) by reed@google.com · 13 years ago
  89. 02f5584 Change SkAutoMaskImage so that we're less likely to write leaky code. by bungeman@google.com · 13 years ago
  90. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  91. 9c49bc3 Allow texture-backed bitmaps to perform a read-back when lockPixels is called. by reed@google.com · 13 years ago
  92. 4ee7ae5 Adding the notion of a volatile bitmap to SkBitmap. by junov@google.com · 13 years ago
  93. a87cd2a Increase compatibility with clang, mostly around SK_RESTRICT. by tomhudson@google.com · 13 years ago
  94. 3b521d0 update dox code style by reed@google.com · 13 years ago
  95. 586f48c by bsalomon@google.com · 13 years ago
  96. 669fdc4 Adds read pixels to GrTexture and GrRenderTarget by bsalomon@google.com · 13 years ago
  97. 50dfa01 add pixelref->readPixels() by reed@google.com · 13 years ago
  98. cd9d69b Upstreaming changes from android. by djsollen@google.com · 13 years ago
  99. 112706d Add SkBitmap::getColor(int x, int y) - return the color of a pixel in a bitmap. by vandebo@chromium.org · 13 years ago
  100. 57f4969 merge from android tree: by djsollen@google.com · 13 years ago