1. cf0803b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  2. e4eb122 support scaledimagecache instantiable using discardablememory by reed@google.com · 11 years ago
  3. 9230ea2 make info real in SkPixelRef, and add bitmap::asImageInfo by reed@google.com · 11 years ago
  4. 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
  5. aad7e0b Add more valgrind suppressions by robertphillips@google.com · 11 years ago
  6. 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
  7. 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
  8. c2e9db3 Fixed a few places where uninitialized memory could have been read by commit-bot@chromium.org · 11 years ago
  9. 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
  10. 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
  11. ffb68f6 Generalize valgrind suppressions & a 2 more by robertphillips@google.com · 11 years ago
  12. 726b97a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  13. 1b2c1b8 SkOnce: let f be any functor, update comments by commit-bot@chromium.org · 11 years ago
  14. 2c7c7ee Big Cleanup: SkBitmapFactory, SkLazyPixelRef, SkImageCache by halcanary@google.com · 11 years ago
  15. 28ea0b2 Update valgrind suppressions for new driver by robertphillips@google.com · 11 years ago
  16. dcfebfa Fix MacOS build error from 36d08c5c90c7 by halcanary@google.com · 11 years ago
  17. 36d08c5 SkCachingPixelRef to use SkImageGenerator by halcanary@google.com · 11 years ago
  18. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  19. 8491d24 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  20. a0b266d Remove deprecated setPrefConfigTable. by scroggo@google.com · 11 years ago
  21. cd3b15c Fixed bad bitmap size crashes by commit-bot@chromium.org · 11 years ago
  22. 6e515d6 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  23. cb08f98 Fix 32/64 bit warnings on g++-4.2. by mtklein@google.com · 11 years ago
  24. 55ca824 Refactor FourByteInterps. Add 64-bit Fast version. Add tests. by commit-bot@chromium.org · 11 years ago
  25. b06e88d Fix for SkPathRef::CreateTransformedCopy bug by robertphillips@google.com · 11 years ago
  26. 466310d Move fIsOval from SkPath to SkPathRef by robertphillips@google.com · 11 years ago
  27. ca316f5 Revert of r12450 (Move fIsOval from SkPath to SkPathRef) by robertphillips@google.com · 11 years ago
  28. 31f0ffc Move fIsOval from SkPath to SkPathRef by robertphillips@google.com · 11 years ago
  29. d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
  30. 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  31. 742058f Speed up GrResourceCache lookup by inlining GrBinHashKey comparisons by commit-bot@chromium.org · 11 years ago
  32. 23d2cf9 Trying to add the same scaled image twice shouldn't assert. by commit-bot@chromium.org · 11 years ago
  33. a9a4b04 Fix Valgrind reports of test branching on uninitialized data. by bungeman@google.com · 11 years ago
  34. ca5bb87 DM: write failed comparison mode .pngs one more level deep in the tree. by mtklein@google.com · 11 years ago
  35. 11f392e Revert "Revert "remove kA1_Config, as it is no longer supported"" by commit-bot@chromium.org · 11 years ago
  36. ec18ce7 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  37. 72e7808 Revert "remove kA1_Config, as it is no longer supported" by reed@google.com · 11 years ago
  38. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  39. 2a1f446 remove kA1_Config, as it is no longer supported by reed@google.com · 11 years ago
  40. 02352d1 remove more unused static functions by caryclark@google.com · 11 years ago
  41. 111417a remove unused static function by caryclark@google.com · 11 years ago
  42. 927b702 remove unused reduce order code by caryclark@google.com · 11 years ago
  43. 28d219c fix pathops quad line intersection by caryclark@google.com · 11 years ago
  44. 6e223af I feel like my clang is especially sensitive to unused variables. by mtklein@google.com · 11 years ago
  45. 866f4e3 optimize pathops coverage by commit-bot@chromium.org · 11 years ago
  46. ad04eb4 Add SkImageGenerator Interface by halcanary@google.com · 11 years ago
  47. 8b656c6 Avoid printing draw target info to stderr while running unit tests by commit-bot@chromium.org · 11 years ago
  48. 7d8013f Changes to SkTDStackNester. by scroggo@google.com · 11 years ago
  49. 3495c91 GpuTest::GetContext() doesn't exist. by commit-bot@chromium.org · 11 years ago
  50. 701b405 Fix DocumentTest/SkDocument memory leaks by robertphillips@google.com · 11 years ago
  51. a1a097e increase coverage of SkPath.cpp, remove unused code by commit-bot@chromium.org · 11 years ago
  52. cb3b615 Address some more valgrind issues by robertphillips@google.com · 11 years ago
  53. e293005 "Fix" another crash in DeferredCanvasTest on valgrind bot by robertphillips@google.com · 11 years ago
  54. 09a5383 Hide implementation details: SkFrontBufferedStream by scroggo@google.com · 11 years ago
  55. 5fa42d1 "Fix" another crash on valgrind bot by robertphillips@google.com · 11 years ago
  56. d6bea60 Silence another valgrind leak by robertphillips@google.com · 11 years ago
  57. 3bddb38 Fix crash in tests on valgrind bot by robertphillips@google.com · 11 years ago
  58. 6acc8f4 Add another FontConfig suppression to valgrind suppressions by robertphillips@google.com · 11 years ago
  59. ed00084 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  60. 11e5b97 Add sk_float_rsqrt with SSE + NEON fast paths. by commit-bot@chromium.org · 11 years ago
  61. 8f457e3 Adding error checks to SkRBuffer by commit-bot@chromium.org · 11 years ago
  62. 9901727 Fix stale assert in GrDrawTarget::print by commit-bot@chromium.org · 11 years ago
  63. c4a4f9d fix compile error by caryclark@google.com · 11 years ago
  64. 1510726 fix line intersection by caryclark@google.com · 11 years ago
  65. 42feaaf use quads for mixed radius rrects by commit-bot@chromium.org · 11 years ago
  66. 1f0121a New SkRTConf macro SK_CONF_TRY_SET: no complaint on missing configuration by halcanary@google.com · 11 years ago
  67. 6e3e422 Break up SkLazyPixelRef functionally into class hierarchy. by commit-bot@chromium.org · 11 years ago
  68. 20e3cd2 Add SkRRect::transform. by scroggo@google.com · 11 years ago
  69. 4faa869 Checking structure sizes before reading them from memory to avoid overflowing the buffer's stream. by commit-bot@chromium.org · 11 years ago
  70. d3e5842 Avoid re-rendering stencil clip for every draw with reducable clip stack by commit-bot@chromium.org · 11 years ago
  71. 12a2386 Revert "Checking structure sizes before reading them from memory to avoid overflowing the buffer's stream." by reed@google.com · 11 years ago
  72. b48a59a Checking structure sizes before reading them from memory to avoid overflowing the buffer's stream. by sugoi@google.com · 11 years ago
  73. eb22126 Revert r12114 due to https://code.google.com/p/skia/issues/detail?id=1794 ('Assertion failures on various buildbots as of r12114') by epoger@google.com · 11 years ago
  74. 305f78e Checking structure sizes before reading them from memory to avoid overflowing the buffer's stream. by sugoi@google.com · 11 years ago
  75. f54ad6f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  76. a2bbc6e pathops work in progress by caryclark@google.com · 11 years ago
  77. f0784bd Revert "Avoid re-rendering stencil clip for every draw with reducable clip stack" by reed@google.com · 11 years ago
  78. eea3ab7 fix mac 10.6 build by reed@google.com · 11 years ago
  79. 679eb67 Avoid re-rendering stencil clip for every draw with reducable clip stack by commit-bot@chromium.org · 11 years ago
  80. 2bd8b81 move SkImage::ColorType into SkColorType by reed@google.com · 11 years ago
  81. 0251288 Adding size parameter to read array functions by commit-bot@chromium.org · 11 years ago
  82. 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
  83. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  84. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  85. 1ab9f73 Use SkPathRef gen id for SkPath::getGenerationID by commit-bot@chromium.org · 11 years ago
  86. 4db592c remove contains(x,y) for rects and rrects ... not well defined, and unused by reed@google.com · 11 years ago
  87. b77f0f4 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  88. 7585479 Allow SkLazyPixelRef to use SkScaledImageCache by commit-bot@chromium.org · 11 years ago
  89. f9a2759 tests: Provide a default resources path. by commit-bot@chromium.org · 11 years ago
  90. 9ef0426 Don't reuse scratch textures patch by robertphillips@google.com · 11 years ago
  91. b2e9fa5 Clean up the GrTHashTable API. by commit-bot@chromium.org · 11 years ago
  92. 72b8cb2 onCharsToGlyphs to handle non-bmp on Mac. by bungeman@google.com · 11 years ago
  93. 83ba103 Fix warnings as errors from r11960. by bungeman@google.com · 11 years ago
  94. 0fc8f1f Disable charsToGlyphs test until Mac can pass. by bungeman@google.com · 11 years ago
  95. 7dc4fd0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  96. 3c996f8 Implement charToGlyph on remaining ports. by bungeman@google.com · 11 years ago
  97. 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
  98. 381010e Expose SkPicture::willPlayBackBitmaps() by tomhudson@google.com · 11 years ago
  99. 1f81fd6 SK_ONCE for SkData and SkPathRef by commit-bot@chromium.org · 11 years ago
  100. a34995e Implement SkColorFilter as a GrGLEffect by commit-bot@chromium.org · 11 years ago