1. 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 · 11 years ago
  2. 6238c57 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  3. 190260e Add stroked rrect benches. by jvanverth@google.com · 11 years ago
  4. 8c6a4f2 ARGB image encoder for checksums. https://codereview.chromium.org/14267031/ by bungeman@google.com · 11 years ago
  5. ab79282 its ok if there is no family name in the pattern for fontconfig, for fc will interpret by reed@google.com · 11 years ago
  6. b7dbf63 Fix an SkCommandLineFlags bug. by scroggo@google.com · 11 years ago
  7. d42aca3 Remove static effects from the effect memory pool. by bsalomon@google.com · 11 years ago
  8. d42f758 add block comment for using SkChecksum by reed@google.com · 11 years ago
  9. ca425d9 Build fix by sugoi@google.com · 11 years ago
  10. 580a172 Added a few bench for some image filters by sugoi@google.com · 11 years ago
  11. c3f6357 path ops : enable optimizations by caryclark@google.com · 11 years ago
  12. 3b97af5 path ops -- use standard max, min, double-is-nan by caryclark@google.com · 11 years ago
  13. c7e08bd Also proxy bumpTestCount. by commit-bot@chromium.org · 11 years ago
  14. f3f3a64 Whitespace change to trigger rebuilds after skia-autogen reset by rmistry@google.com · 11 years ago
  15. e36a168 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  16. 77cf460 Add non-separable xfer modes to GPU backend. by bsalomon@google.com · 11 years ago
  17. 5d7ca95 Fix gyp files to allow ninja to build 64 bit on Mac. by commit-bot@chromium.org · 11 years ago
  18. ea774d2 fix asserts in SkMulDiv255Round, and add test by reed@google.com · 11 years ago
  19. 4eedae6 path ops -- crap, I checked in the wrong file by caryclark@google.com · 11 years ago
  20. 8c01431 remove deleted file from gyp by caryclark@google.com · 11 years ago
  21. b76d3b6 path ops -- use standard SkTQSort by commit-bot@chromium.org · 11 years ago
  22. da2cd7b Add missing unistd.h include after r8765. by commit-bot@chromium.org · 11 years ago
  23. f55061f check-point for linux fontmgr impl by reed@google.com · 11 years ago
  24. 750a24b fix refcnts for singleton fontconfig-direct by reed@google.com · 11 years ago
  25. a534b84 Add new roundrect GM by commit-bot@chromium.org · 11 years ago
  26. e49d67e start cleanup, in prep for new fontmgr impl by reed@google.com · 11 years ago
  27. e1c5429 Unbreak -z. The LocalReporter shim layer was forcing the pathops options back to defaults. by commit-bot@chromium.org · 11 years ago
  28. 0506b9d Make it clearer what's going on at the end of tests. BUG= R=reed@google.com by commit-bot@chromium.org · 11 years ago
  29. 44c661f Add thread-per-core setting to SkThreadPool. by commit-bot@chromium.org · 11 years ago
  30. f6212b3 Rebaseline performance triggers for new .skp files by robertphillips@google.com · 11 years ago
  31. d971869 Revert accidentally changed msvs settings in r8764. by bsalomon@google.com · 11 years ago
  32. aa2c2ff Feed Clang a pragma to ignore -Wc++11-extensions to let it build Skia on Mac. by commit-bot@chromium.org · 11 years ago
  33. 7dfbb07 path ops : add support for inverse fill by caryclark@google.com · 11 years ago
  34. c4c9870 Adding optimization to avoid image copy in SkSurface copy on write when content is discardable by commit-bot@chromium.org · 11 years ago
  35. 73c0abc Catch failures to SkTypeface::Deserialize() and use the default in that case. by reed@google.com · 11 years ago
  36. c9f3b38 Sanitizing source files in Skia_Periodic_House_Keeping (SkipBuildbotRuns) by rmistry@google.com · 11 years ago
  37. 3d0b050 Copied over new versions of SKP files. by rmistry@google.com · 11 years ago
  38. 1b0b71d remove printf by mike@reedtribe.org · 11 years ago
  39. 9ca81a7 pass 0 instead of NULL for size_t parameter by mike@reedtribe.org · 11 years ago
  40. cac3ae3 specialize SkDataTable for arrays where all elements are the same size. by mike@reedtribe.org · 11 years ago
  41. 4309a02 Win7 Intel performance rebaseline by robertphillips@google.com · 11 years ago
  42. 2240ade Performance rebaseline on ubuntu by robertphillips@google.com · 11 years ago
  43. 4290330 Vertex Attrib configurations now handled as pointers vs. SkSTArrays by robertphillips@google.com · 11 years ago
  44. 235ef3d Remove GR_STATIC_RECT_VB by robertphillips@google.com · 11 years ago
  45. 64b682c Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  46. df798b3 can't return false for a ptr (unless you're in gcc) by reed@google.com · 11 years ago
  47. 027fd20 use SkDataTable to return familyNames for fontmgr by reed@google.com · 11 years ago
  48. 3cceb9f add SkDataTable::NewEmpty() by reed@google.com · 11 years ago
  49. 8c5c7a9 add SkDataTable, to efficiently store an immutable array. Includes a builder by reed@google.com · 11 years ago
  50. 0c88828 Fix non-uniform scale and stroked ellipses by commit-bot@chromium.org · 11 years ago
  51. 6856779 Final round of .0s by bsalomon@google.com · 11 years ago
  52. 07fa3ab More .0s by bsalomon@google.com · 11 years ago
  53. 58eb1af Add ".0" to 1 constants in xfermodes GLSL code. by bsalomon@google.com · 11 years ago
  54. 8da9bc7 Add all remaining separable xfer modes to GPU backend. by bsalomon@google.com · 11 years ago
  55. c1ccda3 return empty fontstyleset instead of null by reed@google.com · 11 years ago
  56. 051be8e Fix for segmentation fault in xfermodes2 GM. by jvanverth@google.com · 11 years ago
  57. 4ca890e check-point for new fontmgr on linux by reed@google.com · 11 years ago
  58. 72993ab silence && || parens clang warning. by bsalomon@google.com · 11 years ago
  59. 197845a Add --threads to tests binary, to run non-GPU tests on multiple cores. by commit-bot@chromium.org · 11 years ago
  60. 5920ac2 Perform coverage blend with the dst in the shader when using a dst-reading xfermode. by bsalomon@google.com · 11 years ago
  61. 87f99cb ensure that negative zeros are still ignored when computing isIdentity() by reed@google.com · 11 years ago
  62. f685a22 enable path ops in unit tests by caryclark@google.com · 11 years ago
  63. cb6dc75 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  64. fe77ecf Whitespace change to test the commit queue. (SkipBuildbotRuns) by commit-bot@chromium.org · 11 years ago
  65. 69a2cfa Whitespace change (SkipBuildbotRuns) by commit-bot@chromium.org · 11 years ago
  66. 9515f09 path ops : remove countdown overkill by caryclark@google.com · 11 years ago
  67. 018f179 Expand modulate, add, subtract, extract component glsl helpers. by bsalomon@google.com · 11 years ago
  68. b98e5d0 disabling path ops by caryclark@google.com · 11 years ago
  69. 866c6e5 Remove exclude of file which no longer exists. by bungeman@google.com · 11 years ago
  70. 0dc98b2 Enable path ops by caryclark@google.com · 11 years ago
  71. 16cfe40 allow tests to optionally use multiple threads by caryclark@google.com · 11 years ago
  72. 9d1cff1 use SkAutoTDelete instead of SkTScopedPtr by reed@google.com · 11 years ago
  73. 9584b9e Fix compile warning Review URL: https://codereview.chromium.org/14227005 by caryclark@google.com · 11 years ago
  74. 0361032 path ops work in progress by caryclark@google.com · 11 years ago
  75. f707adc augmenting fix in 8700 and 8701, be careful NOT to "sort" the result of mapRect by reed@google.com · 11 years ago
  76. ee056a8 revert 8731, restoring 8700 and 8701... further investigation concluded that the by reed@google.com · 11 years ago
  77. cabd0ed Reset shader in ovals GM by jvanverth@google.com · 11 years ago
  78. f738cf0 Adding a bit of rebustness to SkRectShaderImageFilter by sugoi@google.com · 11 years ago
  79. 423ac13 Disabling GPU noise on Windows since Angle can't do a proper translation of this shader to HLSL. by sugoi@google.com · 11 years ago
  80. 8e2962f Add a GM to test ovals with a variety of paint settings, matrices and sizes. by jvanverth@google.com · 11 years ago
  81. 96447be Adding SK_API to export SkImage and SkSurface API classes by junov@chromium.org · 11 years ago
  82. 4314f1b Rebaseline Nexus7 cuteoverload performance trigger by robertphillips@google.com · 11 years ago
  83. cbbdab5 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  84. 717d0cb Revert r8701 and r8700 due to layout test discrepancies by robertphillips@google.com · 11 years ago
  85. 4c6adf9 Updates to images project. by scroggo@google.com · 11 years ago
  86. b7decc5 Only use JDCT_IFAST if it's supported. by scroggo@google.com · 11 years ago
  87. 7ec5e39 path ops in progress by caryclark@google.com · 11 years ago
  88. b3f0921 shape ops work in progress by caryclark@google.com · 11 years ago
  89. 319baf9 Reducing the complexity of the noise test for Angle by sugoi@google.com · 11 years ago
  90. 0a1db4a Fixing debug bench assert on Android by sugoi@google.com · 11 years ago
  91. a271985 Skip copytexsubimage2D code path when src is multisampled. by bsalomon@google.com · 11 years ago
  92. 8c463b0 Add xfermodes2 GM. Tests all xfer modes with two gradient bitmaps by bsalomon@google.com · 11 years ago
  93. a213899 Build fix by junov@chromium.org · 11 years ago
  94. 4775cba Perlin noise adjustments by sugoi@google.com · 11 years ago
  95. d61ba6e Benchmark to measure SkSurface copy on write performance by junov@chromium.org · 11 years ago
  96. 770ab36 Remove deprecated/obsolete Makefiles. by tfarina@chromium.org · 11 years ago
  97. 45fb8b6 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  98. 5c082a1 add compute-bounds for conics by mike@reedtribe.org · 11 years ago
  99. 0c5c386 add extrema for conics by mike@reedtribe.org · 11 years ago
  100. 17a2c91 add comments for computing derivatives by reed@google.com · 11 years ago