1. dcea530 assert in setPixelRef that the pr matches the bitmap's config by reed@google.com · 11 years ago
  2. 8620207 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  3. 07adb63 Function pointers -> templates in SkPictureFlat. by commit-bot@chromium.org · 11 years ago
  4. 33cc989 remove SK_SUPPORT_LEGACY_PIXELREF_CONSTRUCTOR and make fInfo const by reed@google.com · 11 years ago
  5. 1bed687 Add a release procedure to SkMallocPixelRef; remove SkDataPixelRef by halcanary@google.com · 11 years ago
  6. 8625fdb Remove unused function. by commit-bot@chromium.org · 11 years ago
  7. ae8f952 speedup SkRect::intersect by mike@reedtribe.org · 11 years ago
  8. f5e1f63 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  9. 4856964 ComputeRowBytes must not overflow width when it shifts by reed@google.com · 11 years ago
  10. 51c2a83 fix drawVertices when we have both colors and textures by reed@google.com · 11 years ago
  11. 73be1fc Possibly uninitialized SkRgnBuilder fStorage. by commit-bot@chromium.org · 11 years ago
  12. 85e143c reenable vertices gm, adding picture support by reed@google.com · 11 years ago
  13. fbd9b17 Fixing crash found by fuzzer by commit-bot@chromium.org · 11 years ago
  14. 57212f9 Revert "Revert of https://codereview.chromium.org/113823003/" by reed@google.com · 11 years ago
  15. 4ad4ae9 Revert of https://codereview.chromium.org/113823003/ by commit-bot@chromium.org · 11 years ago
  16. a306d93 remove Sk64 from public API, and start to remove usage internally by reed@google.com · 11 years ago
  17. 5f31b4f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  18. 01c41a5 Revert "Revert "begin to remove SkLONGLONG and wean Skia off of Sk64"" by reed@google.com · 11 years ago
  19. 22e9672 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  20. 385afd8 Disable SkFloat unit test due to Chromium-side compilation errors by robertphillips@google.com · 11 years ago
  21. b156044 Revert "begin to remove SkLONGLONG and wean Skia off of Sk64" by reed@google.com · 11 years ago
  22. d6a301e begin to remove SkLONGLONG and wean Skia off of Sk64 by reed@google.com · 11 years ago
  23. 8128d8c Move distance field font code into GrDistanceFieldTextContext. by commit-bot@chromium.org · 11 years ago
  24. 1915fd0 remove unused SkFixed and SkFract functions by reed@google.com · 11 years ago
  25. 9f9d582 Get rid of DEFINE_TESTCLASS() macro. by tfarina@chromium.org · 11 years ago
  26. 7af78e0 fix off-by-one error with rotated HQ scaling by commit-bot@chromium.org · 11 years ago
  27. 5db04df Address memory leak in SkScaledImageCache by robertphillips@google.com · 11 years ago
  28. 83c6a22 remove last remnant of SK_SCALAR_IS_FIXED code by reed@google.com · 11 years ago
  29. 6e252d4 move SkScalarMean into its only caller, reducing out public API exposure by reed@google.com · 11 years ago
  30. ef74fa1 Fixed more fuzzer issues by commit-bot@chromium.org · 11 years ago
  31. e1ca705 deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #define SK_SUPPORT_DEPRECATED_SCALARROUND for legacy clients by reed@google.com · 11 years ago
  32. 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
  33. 79b7eee Tweaks in how to apply bitmap filter levels in GPU. by commit-bot@chromium.org · 11 years ago
  34. 0207683 Remove an assert that assumes too much. by scroggo@google.com · 11 years ago
  35. 3c12840 remove SkFP.h and replace SkFP with SkScalar stop respecting SK_SOFTWARE_FLOAT, assume its always false stop respecting SK_SCALAR_SLOW_COMPARES, assume its always false by reed@google.com · 11 years ago
  36. 96f5fa0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  37. cfd90d6 Use SkScalar when aligning glyphs in user space. by bungeman@google.com · 11 years ago
  38. c0784db remove SkScalarCompare type and header by reed@google.com · 11 years ago
  39. bf79023 Update all callsites to use info for pixelrefs by reed@google.com · 11 years ago
  40. 0efb21b Improved SkPathRef interface security by robertphillips@google.com · 11 years ago
  41. 4428734 Allow 0-width SkBitmap in setConfig. by halcanary@google.com · 11 years ago
  42. 0daa1ad Reverting r12665 & r12666 (Remove duplicate impl for SkImageInfo flattening) due to Chromium/Blink compilation errors by robertphillips@google.com · 11 years ago
  43. 93b4059 Remvoe duplicate impl for SkImageInfo flattening Add onNewLockPixels by reed@google.com · 11 years ago
  44. c83a91f Revert "Revert of https://codereview.chromium.org/112783004/" by reed@google.com · 11 years ago
  45. 6b8dbb6 Move segment mask from SkPath to SkPathRef by robertphillips@google.com · 11 years ago
  46. fa7fd80 detect if the scaledimagecache returns a purged bitmap by reed@google.com · 11 years ago
  47. b85ebea Preventing division by 0 by commit-bot@chromium.org · 11 years ago
  48. 281713e Revert of https://codereview.chromium.org/112783004/ by commit-bot@chromium.org · 11 years ago
  49. 772d852 ensure that we call onUnlock only when we onLock succeeded by reed@google.com · 11 years ago
  50. 728f2a6 Initialize SkPixelRef::fInfo. by scroggo@google.com · 11 years ago
  51. 3886951 Reverting r12635 (Make leak counters thread-safe - https://codereview.chromium.org/99483003) due to compile errors on Mac 10.6 & in Chrome by robertphillips@google.com · 11 years ago
  52. 469a973 Make leak counters thread-safe and turn them on by default for Debug by commit-bot@chromium.org · 11 years ago
  53. 4da3bfc [PDF] Fix font width generation when glyph 0 is used. by commit-bot@chromium.org · 11 years ago
  54. 398337b Revert "remvoe duplicate impl for SkImageInfo flattening" by reed@google.com · 11 years ago
  55. a0d183d Revert "Revert of https://codereview.chromium.org/108773003/" by reed@google.com · 11 years ago
  56. ff9c6c9 Revert of https://codereview.chromium.org/108773003/ by commit-bot@chromium.org · 11 years ago
  57. f3aead2 remvoe duplicate impl for SkImageInfo flattening by reed@google.com · 11 years ago
  58. 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
  59. 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
  60. 785f2e1 be more careful about OOB source pixels in the scanline rescaler, and by commit-bot@chromium.org · 11 years ago
  61. 772443a add more tests for discardable caches by reed@google.com · 11 years ago
  62. 773f8e2 Avoid heap allocation in SkPictureStateTree constructor by commit-bot@chromium.org · 11 years ago
  63. 5f209e6 Revert "[PDF] Fix font embedding restrictions." by vandebo@chromium.org · 11 years ago
  64. 47fb2b9 [PDF] Fix font embedding restrictions. by commit-bot@chromium.org · 11 years ago
  65. bc91fd7 Make GrBicubicEffect take tile modes rather than GrTextureParams. by commit-bot@chromium.org · 11 years ago
  66. cf0803b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  67. e4eb122 support scaledimagecache instantiable using discardablememory by reed@google.com · 11 years ago
  68. f309dbc add by reed@google.com · 11 years ago
  69. 9230ea2 make info real in SkPixelRef, and add bitmap::asImageInfo by reed@google.com · 11 years ago
  70. cea9abb Do not use GrBicubic effect when downscaling. Also, don't use glTexStorage as it interferes with deleyed mipmap generation. by commit-bot@chromium.org · 11 years ago
  71. f171570 add SK_SUPPORT_LEGACY_PIXELREF_CONSTRUCTOR, initially always on by reed@google.com · 11 years ago
  72. 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
  73. 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
  74. c2e9db3 Fixed a few places where uninitialized memory could have been read by commit-bot@chromium.org · 11 years ago
  75. 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
  76. 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
  77. d611864 ARM Skia NEON patches - 32 - Xfermode: 1-pixel NEON modeprocs by commit-bot@chromium.org · 11 years ago
  78. 1b2c1b8 SkOnce: let f be any functor, update comments by commit-bot@chromium.org · 11 years ago
  79. 2c7c7ee Big Cleanup: SkBitmapFactory, SkLazyPixelRef, SkImageCache by halcanary@google.com · 11 years ago
  80. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  81. c84728d Changed maxInputCount for exact inputCount by commit-bot@chromium.org · 11 years ago
  82. cd3b15c Fixed bad bitmap size crashes by commit-bot@chromium.org · 11 years ago
  83. 11e0555 Code cleanup following recapture of skps by robertphillips@google.com · 11 years ago
  84. b06e88d Fix for SkPathRef::CreateTransformedCopy bug by robertphillips@google.com · 11 years ago
  85. 466310d Move fIsOval from SkPath to SkPathRef by robertphillips@google.com · 11 years ago
  86. ca316f5 Revert of r12450 (Move fIsOval from SkPath to SkPathRef) by robertphillips@google.com · 11 years ago
  87. 31f0ffc Move fIsOval from SkPath to SkPathRef by robertphillips@google.com · 11 years ago
  88. c932c9f Fix truncation of glyphs in SkScalerContext.cpp by robertphillips@google.com · 11 years ago
  89. d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
  90. 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  91. cb4f77d Document the SkScalerContext pure virtuals. by bungeman@google.com · 11 years ago
  92. 23d2cf9 Trying to add the same scaled image twice shouldn't assert. by commit-bot@chromium.org · 11 years ago
  93. 43c465f fix 8->1 bugs shown by removal of A1 config by reed@google.com · 11 years ago
  94. 72ca265 Fixed bad memory access by commit-bot@chromium.org · 11 years ago
  95. 49360df Remove unused fields from SkGlyphCache. by bungeman@google.com · 11 years ago
  96. ca5bb87 DM: write failed comparison mode .pngs one more level deep in the tree. by mtklein@google.com · 11 years ago
  97. 11f392e Revert "Revert "remove kA1_Config, as it is no longer supported"" by commit-bot@chromium.org · 11 years ago
  98. 6300f4d Add 'skiapict' magic bytes to SkPicture format. by commit-bot@chromium.org · 11 years ago
  99. 7f78611 Clean up 4 old bytes per paint. by commit-bot@chromium.org · 11 years ago
  100. ce33d60 Adding more validation by commit-bot@chromium.org · 11 years ago