1. eb02957 disable checking the style name from fontmgr (not impl on some backends, by reed@google.com · 12 years ago
  2. 32c1b66 Added "SkRRect::contains(const SkRect&) const" by robertphillips@google.com · 12 years ago
  3. 6dc7df6 path ops : fix empty-diff bug, op-in-place by caryclark@google.com · 12 years ago
  4. 83f0d30 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  5. d5cfdff Fixing numerical rounding edge case in SkTileGrid by junov@chromium.org · 12 years ago
  6. f1a358f Fix compile warning on mac that breaks a bot, and remove jpeg creation bitmap since we mock the compression. by edisonn@google.com · 12 years ago
  7. d9dfa18 Encode images with DCTDecode (JPEG) in PDFs if it makes sense. Fallback to FlateDecode (zip) if it makes sense. Otherewise include uncompressed stream. by edisonn@google.com · 12 years ago
  8. 8c6a4f2 ARGB image encoder for checksums. https://codereview.chromium.org/14267031/ by bungeman@google.com · 12 years ago
  9. 3b97af5 path ops -- use standard max, min, double-is-nan by caryclark@google.com · 12 years ago
  10. c7e08bd Also proxy bumpTestCount. by commit-bot@chromium.org · 12 years ago
  11. ea774d2 fix asserts in SkMulDiv255Round, and add test by reed@google.com · 12 years ago
  12. e1c5429 Unbreak -z. The LocalReporter shim layer was forcing the pathops options back to defaults. by commit-bot@chromium.org · 12 years ago
  13. 0506b9d Make it clearer what's going on at the end of tests. BUG= R=reed@google.com by commit-bot@chromium.org · 12 years ago
  14. 44c661f Add thread-per-core setting to SkThreadPool. by commit-bot@chromium.org · 12 years ago
  15. 7dfbb07 path ops : add support for inverse fill by caryclark@google.com · 12 years ago
  16. c4c9870 Adding optimization to avoid image copy in SkSurface copy on write when content is discardable by commit-bot@chromium.org · 12 years ago
  17. c9f3b38 Sanitizing source files in Skia_Periodic_House_Keeping (SkipBuildbotRuns) by rmistry@google.com · 12 years ago
  18. 1b0b71d remove printf by mike@reedtribe.org · 12 years ago
  19. 9ca81a7 pass 0 instead of NULL for size_t parameter by mike@reedtribe.org · 12 years ago
  20. cac3ae3 specialize SkDataTable for arrays where all elements are the same size. by mike@reedtribe.org · 12 years ago
  21. 64b682c Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  22. 8c5c7a9 add SkDataTable, to efficiently store an immutable array. Includes a builder by reed@google.com · 12 years ago
  23. 8da9bc7 Add all remaining separable xfer modes to GPU backend. by bsalomon@google.com · 12 years ago
  24. c1ccda3 return empty fontstyleset instead of null by reed@google.com · 12 years ago
  25. 72993ab silence && || parens clang warning. by bsalomon@google.com · 12 years ago
  26. 197845a Add --threads to tests binary, to run non-GPU tests on multiple cores. by commit-bot@chromium.org · 12 years ago
  27. 5920ac2 Perform coverage blend with the dst in the shader when using a dst-reading xfermode. by bsalomon@google.com · 12 years ago
  28. 87f99cb ensure that negative zeros are still ignored when computing isIdentity() by reed@google.com · 12 years ago
  29. 9515f09 path ops : remove countdown overkill by caryclark@google.com · 12 years ago
  30. 16cfe40 allow tests to optionally use multiple threads by caryclark@google.com · 12 years ago
  31. 9d1cff1 use SkAutoTDelete instead of SkTScopedPtr by reed@google.com · 12 years ago
  32. 0361032 path ops work in progress by caryclark@google.com · 12 years ago
  33. b3f0921 shape ops work in progress by caryclark@google.com · 12 years ago
  34. 45fb8b6 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  35. acea3ef Cleanup: Removing unnecessary args/complexity in SkSurface_Base and friends by junov@chromium.org · 12 years ago
  36. 7841c63 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  37. 0691078 Use ILLEGAL_MODE macro to silence clang error. by tfarina@chromium.org · 12 years ago
  38. ad65a3e path ops work in progress by caryclark@google.com · 12 years ago
  39. 9becf00 Fix crash with SkDeferredCanvas+SkSurface integration with in order draw buffer. by junov@chromium.org · 12 years ago
  40. 4bb50b2 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  41. 5ee449a Fixing viral copy/paste typo Shapshot -> Snapshot by junov@chromium.org · 12 years ago
  42. 3c5ec8d Adding 'static' to eleminate compile warning on mac by junov@chromium.org · 12 years ago
  43. 67d7422 Adding SkSurface support to SkDeferredCanvas by junov@chromium.org · 12 years ago
  44. 7abfa49 turn on pathops unit test by caryclark@google.com · 12 years ago
  45. 908f583 rename SkBitmapChecksummer as SkBitmapHasher, and prepare for it to possibly use by epoger@google.com · 12 years ago
  46. 5a6324e Better fix for the patched build. by scroggo@google.com · 12 years ago
  47. 66c9f99 short names should be ... short, in commandlineflags by reed@google.com · 12 years ago
  48. 83165a5 add fontmgr tests, and optional --verboseFontMgr flag (or -vfm) for more output by reed@google.com · 12 years ago
  49. 9aff148 restore option to --match (instead of --matchStr) by reed@google.com · 12 years ago
  50. 746cd0f Fix build. Unreviewed. by scroggo@google.com · 12 years ago
  51. ba59d64 use commandlineflags for tests/ by commit-bot@chromium.org · 12 years ago
  52. db60de7 shape ops test fixes by caryclark@google.com · 12 years ago
  53. 391ca66 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  54. e942bc3 fix a few pathops test bugs exposed on Mac and Linux by caryclark@google.com · 12 years ago
  55. 7a90daf fix bug introduced with SK_IGNORE_CUBIC_STROKE_FIX where we no longer respected by reed@google.com · 12 years ago
  56. d54e1e9 add extended option to Test by caryclark@google.com · 12 years ago
  57. 66089e4 Make parallel unit testing work on windows by caryclark@google.com · 12 years ago
  58. ef5b811 Fixing SkTileGrid to clamp rather than clip content and querries that are outside the bounds of the grid by junov@chromium.org · 12 years ago
  59. 686bcb8 Reland of 8525 with fix for case when GrRT outlives GrTexture. by bsalomon@google.com · 12 years ago
  60. 3284017 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  61. 8e029e6 silence android warning by humper@google.com · 12 years ago
  62. 75e3ca1 Error checking / reporting API by humper@google.com · 12 years ago
  63. 4961201 saving the old before blowing away by caryclark@google.com · 12 years ago
  64. 818b0cc Add implementation of path ops by caryclark@google.com · 12 years ago
  65. 9166dcb Add intersections for path ops by caryclark@google.com · 12 years ago
  66. 07393ca Add base types for path ops by caryclark@google.com · 12 years ago
  67. e06f8ef Revert 8525,8526 pending investigation of bench_pictures crashes. by bsalomon@google.com · 12 years ago
  68. d02e880 Remove GrTexture::releaseRenderTarget() and add GrSurface::isSameAs(). by bsalomon@google.com · 12 years ago
  69. 8bc9edc Build fix for Surface Test on non-gpu builds by junov@chromium.org · 12 years ago
  70. af05835 Fixed bug with SkImage leaving canvas backing store in an immutable state after destroy. by junov@chromium.org · 12 years ago
  71. 6addb19 resubmit https://code.google.com/p/skia/source/detail?r=7883 (in the meantime we by edisonn@google.com · 12 years ago
  72. 07a69f8 Name table iterator. https://codereview.appspot.com/8180043/ by bungeman@google.com · 12 years ago
  73. 05a2ee0 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  74. 054ae99 Take two for r8466: by jvanverth@google.com · 12 years ago
  75. c7bf296 Rolling back r8466. by jvanverth@google.com · 12 years ago
  76. fb495b5 Revise attribute binding interface. by commit-bot@chromium.org · 12 years ago
  77. b79d865 Fix GLPrograms test. Review URL: https://codereview.chromium.org/13327008 by bsalomon@google.com · 12 years ago
  78. 995beb6 Adding unit test for verifying copy on write in SkSurface + bug fix in SkCanvas::clear by junov@chromium.org · 12 years ago
  79. 31ec798 Move GrGLProgram::Desc out of GrGLProgram. by bsalomon@google.com · 12 years ago
  80. 37cbc7f Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  81. 26ec00e Fix unit test build break by bsalomon@google.com · 12 years ago
  82. 4647f90 Replace edge types with GrEdgeEffect. by bsalomon@google.com · 12 years ago
  83. c26d94f Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps. by bsalomon@google.com · 12 years ago
  84. bcce892 Make GrDrawTarget::Caps ref counted and GrGLCaps derive from it. by bsalomon@google.com · 12 years ago
  85. ae3f2ce "Fix" persistent failure of BitmapFactoryTest on debug RazrI by robertphillips@google.com · 12 years ago
  86. 9ae7850 Stop the GLPrograms unit test from generating out of range attrib indices for effects. by commit-bot@chromium.org · 12 years ago
  87. 35300c4 Fix minor valgrind-found memory leaks by robertphillips@google.com · 12 years ago
  88. a262eea beef-up upem test for fonts by reed@google.com · 12 years ago
  89. c781888 Attempt to reland 8264-5 with warning-as-error fixes. by bsalomon@google.com · 12 years ago
  90. 67e7cde revert 8265-8264 (broke build) by reed@google.com · 12 years ago
  91. ae81d5c Adds local coords to GrEffect system. by bsalomon@google.com · 12 years ago
  92. acef3c4 Reverting r8233 (Use SkSet in PDF) by robertphillips@google.com · 12 years ago
  93. cb62650 Add --resourcePath flag to the test program. by djsollen@google.com · 12 years ago
  94. 3fbab82 Fixing deferred canvas bug caused by SkTwoPointConicalGradient declaring itself as opaque. by commit-bot@chromium.org · 12 years ago
  95. 65eb4d5 Add stroked ovals and CircleEdgeEffect. by jvanverth@google.com · 12 years ago
  96. 66bedbb resubmit https://code.google.com/p/skia/source/detail?r=7883 (in the meantime we added capability to collect minidump and callstack if buildbot fails with heap coruption in windows. a few minor conflicts have been resolved) by edisonn@google.com · 12 years ago
  97. bb281f7 Improvements/additions to SkImageCache/SkLazyPixelRef. by scroggo@google.com · 12 years ago
  98. fed86bd move most of SkFontHost to private (preceeding making it all private) by reed@google.com · 12 years ago
  99. 8c02061 Update flag to reflect actual meaning. by edisonn@google.com · 12 years ago
  100. ff6ea26 Add GrEllipseEdgeEffect. by commit-bot@chromium.org · 12 years ago