1. 3d50ea1 Add Options to SkDecodingImageGenerator, simplify API. by halcanary@google.com · 11 years ago
  2. f5e1f63 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  3. 4856964 ComputeRowBytes must not overflow width when it shifts by reed@google.com · 11 years ago
  4. 57212f9 Revert "Revert of https://codereview.chromium.org/113823003/" by reed@google.com · 11 years ago
  5. 4ad4ae9 Revert of https://codereview.chromium.org/113823003/ by commit-bot@chromium.org · 11 years ago
  6. a306d93 remove Sk64 from public API, and start to remove usage internally by reed@google.com · 11 years ago
  7. dedd44a Fix Red/Blue decoding problem in WebP. by halcanary@google.com · 11 years ago
  8. 01c41a5 Revert "Revert "begin to remove SkLONGLONG and wean Skia off of Sk64"" by reed@google.com · 11 years ago
  9. b156044 Revert "begin to remove SkLONGLONG and wean Skia off of Sk64" by reed@google.com · 11 years ago
  10. 8d7ed84 use LL suffix for 64bit literal by reed@google.com · 11 years ago
  11. d6a301e begin to remove SkLONGLONG and wean Skia off of Sk64 by reed@google.com · 11 years ago
  12. 1915fd0 remove unused SkFixed and SkFract functions by reed@google.com · 11 years ago
  13. 4fa237f Yet another round of valgrind suppressions by robertphillips@google.com · 11 years ago
  14. 9f9d582 Get rid of DEFINE_TESTCLASS() macro. by tfarina@chromium.org · 11 years ago
  15. 9cfa287 Remove SkBitmapAlphaThresholdShader by commit-bot@chromium.org · 11 years ago
  16. 1ad518b Revert of https://codereview.chromium.org/93703004/ by commit-bot@chromium.org · 11 years ago
  17. d665dc4 Add Options to SkDecodingImageGenerator, simplify API. by halcanary@google.com · 11 years ago
  18. 45e01c3 Suppress questionable gpu errors by robertphillips@google.com · 11 years ago
  19. 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
  20. 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
  21. 96f5fa0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  22. 4f3c305 Fix some presubmit warnings. by tfarina@chromium.org · 11 years ago
  23. bf79023 Update all callsites to use info for pixelrefs by reed@google.com · 11 years ago
  24. 0efb21b Improved SkPathRef interface security by robertphillips@google.com · 11 years ago
  25. 2af6c12 Fix win7 BitmapTest by halcanary@google.com · 11 years ago
  26. 4428734 Allow 0-width SkBitmap in setConfig. by halcanary@google.com · 11 years ago
  27. 0daa1ad Reverting r12665 & r12666 (Remove duplicate impl for SkImageInfo flattening) due to Chromium/Blink compilation errors by robertphillips@google.com · 11 years ago
  28. 93b4059 Remvoe duplicate impl for SkImageInfo flattening Add onNewLockPixels by reed@google.com · 11 years ago
  29. 6b8dbb6 Move segment mask from SkPath to SkPathRef by robertphillips@google.com · 11 years ago
  30. 1d0654f be sure to unlock the discardablememory before deleting it by reed@google.com · 11 years ago
  31. e4fafb1 Use DEFINE_TESTCLASS_SHORT macro in tests. by tfarina@chromium.org · 11 years ago
  32. 398337b Revert "remvoe duplicate impl for SkImageInfo flattening" by reed@google.com · 11 years ago
  33. 1236d8e [PDF] Fix bug in ToUnicode table generation for Type 3 fonts. by commit-bot@chromium.org · 11 years ago
  34. f3aead2 remvoe duplicate impl for SkImageInfo flattening by reed@google.com · 11 years ago
  35. 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
  36. 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
  37. 772443a add more tests for discardable caches by reed@google.com · 11 years ago
  38. 63ba319 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  39. edd370f Sk_API for SkImageGenerator and SkInstallDiscardablePixelRef by halcanary@google.com · 11 years ago
  40. bc55eec Implement SkAshmemDiscardableMemory by halcanary@google.com · 11 years ago
  41. cf0803b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  42. e4eb122 support scaledimagecache instantiable using discardablememory by reed@google.com · 11 years ago
  43. 9230ea2 make info real in SkPixelRef, and add bitmap::asImageInfo by reed@google.com · 11 years ago
  44. 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
  45. aad7e0b Add more valgrind suppressions by robertphillips@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. ffb68f6 Generalize valgrind suppressions & a 2 more by robertphillips@google.com · 11 years ago
  52. 726b97a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  53. 1b2c1b8 SkOnce: let f be any functor, update comments by commit-bot@chromium.org · 11 years ago
  54. 2c7c7ee Big Cleanup: SkBitmapFactory, SkLazyPixelRef, SkImageCache by halcanary@google.com · 11 years ago
  55. 28ea0b2 Update valgrind suppressions for new driver by robertphillips@google.com · 11 years ago
  56. dcfebfa Fix MacOS build error from 36d08c5c90c7 by halcanary@google.com · 11 years ago
  57. 36d08c5 SkCachingPixelRef to use SkImageGenerator by halcanary@google.com · 11 years ago
  58. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  59. 8491d24 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  60. a0b266d Remove deprecated setPrefConfigTable. by scroggo@google.com · 11 years ago
  61. cd3b15c Fixed bad bitmap size crashes by commit-bot@chromium.org · 11 years ago
  62. 6e515d6 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  63. cb08f98 Fix 32/64 bit warnings on g++-4.2. by mtklein@google.com · 11 years ago
  64. 55ca824 Refactor FourByteInterps. Add 64-bit Fast version. Add tests. by commit-bot@chromium.org · 11 years ago
  65. b06e88d Fix for SkPathRef::CreateTransformedCopy bug by robertphillips@google.com · 11 years ago
  66. 466310d Move fIsOval from SkPath to SkPathRef by robertphillips@google.com · 11 years ago
  67. ca316f5 Revert of r12450 (Move fIsOval from SkPath to SkPathRef) by robertphillips@google.com · 11 years ago
  68. 31f0ffc Move fIsOval from SkPath to SkPathRef by robertphillips@google.com · 11 years ago
  69. d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
  70. 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  71. 742058f Speed up GrResourceCache lookup by inlining GrBinHashKey comparisons by commit-bot@chromium.org · 11 years ago
  72. 23d2cf9 Trying to add the same scaled image twice shouldn't assert. by commit-bot@chromium.org · 11 years ago
  73. a9a4b04 Fix Valgrind reports of test branching on uninitialized data. by bungeman@google.com · 11 years ago
  74. ca5bb87 DM: write failed comparison mode .pngs one more level deep in the tree. by mtklein@google.com · 11 years ago
  75. 11f392e Revert "Revert "remove kA1_Config, as it is no longer supported"" by commit-bot@chromium.org · 11 years ago
  76. ec18ce7 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  77. 72e7808 Revert "remove kA1_Config, as it is no longer supported" by reed@google.com · 11 years ago
  78. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  79. 2a1f446 remove kA1_Config, as it is no longer supported by reed@google.com · 11 years ago
  80. 02352d1 remove more unused static functions by caryclark@google.com · 11 years ago
  81. 111417a remove unused static function by caryclark@google.com · 11 years ago
  82. 927b702 remove unused reduce order code by caryclark@google.com · 11 years ago
  83. 28d219c fix pathops quad line intersection by caryclark@google.com · 11 years ago
  84. 6e223af I feel like my clang is especially sensitive to unused variables. by mtklein@google.com · 11 years ago
  85. 866f4e3 optimize pathops coverage by commit-bot@chromium.org · 11 years ago
  86. ad04eb4 Add SkImageGenerator Interface by halcanary@google.com · 11 years ago
  87. 8b656c6 Avoid printing draw target info to stderr while running unit tests by commit-bot@chromium.org · 11 years ago
  88. 7d8013f Changes to SkTDStackNester. by scroggo@google.com · 11 years ago
  89. 3495c91 GpuTest::GetContext() doesn't exist. by commit-bot@chromium.org · 11 years ago
  90. 701b405 Fix DocumentTest/SkDocument memory leaks by robertphillips@google.com · 11 years ago
  91. a1a097e increase coverage of SkPath.cpp, remove unused code by commit-bot@chromium.org · 11 years ago
  92. cb3b615 Address some more valgrind issues by robertphillips@google.com · 11 years ago
  93. e293005 "Fix" another crash in DeferredCanvasTest on valgrind bot by robertphillips@google.com · 11 years ago
  94. 09a5383 Hide implementation details: SkFrontBufferedStream by scroggo@google.com · 11 years ago
  95. 5fa42d1 "Fix" another crash on valgrind bot by robertphillips@google.com · 11 years ago
  96. d6bea60 Silence another valgrind leak by robertphillips@google.com · 11 years ago
  97. 3bddb38 Fix crash in tests on valgrind bot by robertphillips@google.com · 11 years ago
  98. 6acc8f4 Add another FontConfig suppression to valgrind suppressions by robertphillips@google.com · 11 years ago
  99. ed00084 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  100. 11e5b97 Add sk_float_rsqrt with SSE + NEON fast paths. by commit-bot@chromium.org · 11 years ago