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