1. f3ca41c Add an Android-framework-only stable ID to SkPixelRef. by scroggo · 10 years ago
  2. c87dd2c Enable unused param checking for public includes. by djsollen · 10 years ago
  3. abaef86 Add support for the Rec601 YUV color space to GrYUVtoRGBEffect. by rileya · 10 years ago
  4. 518d83d Skia side RGB to YUV gpu conversion by sugoi · 10 years ago
  5. 3b72f79 remove unused SkPixelRef constructor by reed · 10 years ago
  6. ed45868 remove SK_SUPPORT_LEGACY_PIXELREF_UNFLATTENABLE code by reed · 10 years ago
  7. 0b544ae Add SkRacy by mtklein · 10 years ago
  8. d3f3e58 Revert of Add SkRacy (https://codereview.chromium.org/371363004/) by mtklein · 10 years ago
  9. d5e3e6a Add SkRacy by mtklein · 10 years ago
  10. 9a9eae2 change pixelref to not inherit from SkFlattenable by reed · 10 years ago
  11. f0aed97 correctly plumb through explicit rowbytes for allocPixels by reed · 10 years ago
  12. e4538f5 switch to colortype for deepcopy by reed · 10 years ago
  13. eeef0cc Revert of Revert ""Revert of eliminate config param -- it was always self's config (https://codereview.chromi… (https://codereview.chromium.org/291163005/) by commit-bot@chromium.org · 10 years ago
  14. 731b28d Revert ""Revert of eliminate config param -- it was always self's config (https://codereview.chromium.org/246513002/)""" by commit-bot@chromium.org · 10 years ago
  15. 555e74f "Revert of eliminate config param -- it was always self's config (https://codereview.chromium.org/246513002/)"" by reed@google.com · 10 years ago
  16. a369e36 Revert "Revert of eliminate config param -- it was always self's config (https://codereview.chromium.org/246513002/)" by commit-bot@chromium.org · 10 years ago
  17. 6e332f7 Revert of eliminate config param -- it was always self's config (https://codereview.chromium.org/246513002/) by commit-bot@chromium.org · 10 years ago
  18. dcacd5f eliminate config param -- it was always self's config by reed@google.com · 10 years ago
  19. 6be31f4 remove SK_SUPPORT_LEGACY_ONLOCKPIXELS completely by reed@google.com · 10 years ago
  20. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 10 years ago
  21. c1587f9 change setAlphaType to not modify the pixelref's genID by reed@google.com · 10 years ago
  22. 0e8d0d6 add optional SkAlphaType parameter to notifyPixelsChanged by commit-bot@chromium.org · 10 years ago
  23. 9ebcac5 add installPixels by reed@google.com · 11 years ago
  24. bf0001d remove remaining references to Sk64 (obsolete) by reed@google.com · 11 years ago
  25. 672588b change offset to xy for pixelref subsetting by reed@google.com · 11 years ago
  26. d0419b1 Revert "Revert "Revert "Revert of https://codereview.chromium.org/110593003/""" by reed@google.com · 11 years ago
  27. 7627c65 add rowBytes param to setPreLock, in prep for onNewLockPixels change by reed@google.com · 11 years ago
  28. ba82bd1 Revert "Revert "Revert of https://codereview.chromium.org/110593003/"" by reed@google.com · 11 years ago
  29. 98272d9 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  30. 9271389 Revert "Revert of https://codereview.chromium.org/110593003/" by reed@google.com · 11 years ago
  31. 27f8902 Revert of https://codereview.chromium.org/110593003/ by commit-bot@chromium.org · 11 years ago
  32. f1ce052 Add onNewLockPixels, that returns rowbytes and relies on info in pixelref by reed@google.com · 11 years ago
  33. 33cc989 remove SK_SUPPORT_LEGACY_PIXELREF_CONSTRUCTOR and make fInfo const 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. 0daa1ad Reverting r12665 & r12666 (Remove duplicate impl for SkImageInfo flattening) due to Chromium/Blink compilation errors by robertphillips@google.com · 11 years ago
  37. 93b4059 Remvoe duplicate impl for SkImageInfo flattening Add onNewLockPixels by reed@google.com · 11 years ago
  38. c83a91f Revert "Revert of https://codereview.chromium.org/112783004/" by reed@google.com · 11 years ago
  39. 281713e Revert of https://codereview.chromium.org/112783004/ by commit-bot@chromium.org · 11 years ago
  40. 772d852 ensure that we call onUnlock only when we onLock succeeded by reed@google.com · 11 years ago
  41. 728f2a6 Initialize SkPixelRef::fInfo. by scroggo@google.com · 11 years ago
  42. 398337b Revert "remvoe duplicate impl for SkImageInfo flattening" by reed@google.com · 11 years ago
  43. a0d183d Revert "Revert of https://codereview.chromium.org/108773003/" by reed@google.com · 11 years ago
  44. ff9c6c9 Revert of https://codereview.chromium.org/108773003/ by commit-bot@chromium.org · 11 years ago
  45. f3aead2 remvoe duplicate impl for SkImageInfo flattening by reed@google.com · 11 years ago
  46. 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
  47. 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
  48. 9230ea2 make info real in SkPixelRef, and add bitmap::asImageInfo by reed@google.com · 11 years ago
  49. b0eb102 remove explicit when we have 2 args by reed@google.com · 11 years ago
  50. f171570 add SK_SUPPORT_LEGACY_PIXELREF_CONSTRUCTOR, initially always on by reed@google.com · 11 years ago
  51. 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
  52. 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
  53. 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
  54. 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
  55. cd3b15c Fixed bad bitmap size crashes by commit-bot@chromium.org · 11 years ago
  56. 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
  57. c0b7e10 Initial error handling code by commit-bot@chromium.org · 11 years ago
  58. cee9dcb start to remove lockPixels from bitmapshader by reed@google.com · 11 years ago
  59. b8d00db Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRenderTarget and GrTexture. by commit-bot@chromium.org · 11 years ago
  60. 528a556 Fix android errors when unflattening an SkImageRef_ashmem object. by djsollen@google.com · 11 years ago
  61. ea03360 add per-draw checks for lockcounts by reed@google.com · 12 years ago
  62. 2a3f08b add debugging flag SK_IGNORE_PIXELREF_SETPRELOCKED for pixelref locks (disabled) by reed@google.com · 12 years ago
  63. a2a3192 Fix some extract subset bugs. by scroggo@google.com · 12 years ago
  64. eb77612 add query to pixelref for its encoded data (if it has any) by reed@google.com · 12 years ago
  65. 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
  66. d5764e8 When copying a bitmap, copy the generation ID. by scroggo@google.com · 12 years ago
  67. 0456e0b Added Inst counting to SkFlattenable-derived classes by robertphillips@google.com · 12 years ago
  68. ff0da4f Mutexes in pixelrefs were done very sloppily initially. The code (a) assumes all by reed@google.com · 12 years ago
  69. 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 12 years ago
  70. 5370cd9 Consolidate PixelRef flattables with the standard impl by djsollen@google.com · 12 years ago
  71. dfad383 Add SK_API to SkPixelRef and TextureCacheEntry. by senorblanco@chromium.org · 12 years ago
  72. 1771cbf posix: Avoid static initializers in static/global mutexes by digit@google.com · 13 years ago
  73. 9d0c6ec fix 'no static globals' for chromium by caryclark@google.com · 13 years ago
  74. d26147a add optional manual global initialization by caryclark@google.com · 13 years ago
  75. ef843cd When a bitmap is texture-backed, change SkBitmap::copyTo() to do a deep by senorblanco@chromium.org · 13 years ago
  76. 56c6977 Update files to use SK_BUILD_FOR_ANDROID. by djsollen@google.com · 13 years ago
  77. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  78. 9c49bc3 Allow texture-backed bitmaps to perform a read-back when lockPixels is called. by reed@google.com · 13 years ago
  79. 50dfa01 add pixelref->readPixels() by reed@google.com · 13 years ago
  80. 93c5f9e Guard globalRef() virtual with #ifdef ANDROID, as these are not implemented by reed@google.com · 13 years ago
  81. 57f4969 merge from android tree: by djsollen@google.com · 13 years ago
  82. ce4e53a add abstract wrapper for platform-specific bitmap backends by reed@android.com · 14 years ago
  83. 8a1c16f grab from latest android by reed@android.com · 16 years ago