1. 3d0b050 Copied over new versions of SKP files. by rmistry@google.com · 11 years ago
  2. 1b0b71d remove printf by mike@reedtribe.org · 11 years ago
  3. 9ca81a7 pass 0 instead of NULL for size_t parameter by mike@reedtribe.org · 11 years ago
  4. cac3ae3 specialize SkDataTable for arrays where all elements are the same size. by mike@reedtribe.org · 11 years ago
  5. 4309a02 Win7 Intel performance rebaseline by robertphillips@google.com · 11 years ago
  6. 2240ade Performance rebaseline on ubuntu by robertphillips@google.com · 11 years ago
  7. 4290330 Vertex Attrib configurations now handled as pointers vs. SkSTArrays by robertphillips@google.com · 11 years ago
  8. 235ef3d Remove GR_STATIC_RECT_VB by robertphillips@google.com · 11 years ago
  9. 64b682c Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  10. df798b3 can't return false for a ptr (unless you're in gcc) by reed@google.com · 11 years ago
  11. 027fd20 use SkDataTable to return familyNames for fontmgr by reed@google.com · 11 years ago
  12. 3cceb9f add SkDataTable::NewEmpty() by reed@google.com · 11 years ago
  13. 8c5c7a9 add SkDataTable, to efficiently store an immutable array. Includes a builder by reed@google.com · 11 years ago
  14. 0c88828 Fix non-uniform scale and stroked ellipses by commit-bot@chromium.org · 11 years ago
  15. 6856779 Final round of .0s by bsalomon@google.com · 11 years ago
  16. 07fa3ab More .0s by bsalomon@google.com · 11 years ago
  17. 58eb1af Add ".0" to 1 constants in xfermodes GLSL code. by bsalomon@google.com · 11 years ago
  18. 8da9bc7 Add all remaining separable xfer modes to GPU backend. by bsalomon@google.com · 11 years ago
  19. c1ccda3 return empty fontstyleset instead of null by reed@google.com · 11 years ago
  20. 051be8e Fix for segmentation fault in xfermodes2 GM. by jvanverth@google.com · 11 years ago
  21. 4ca890e check-point for new fontmgr on linux by reed@google.com · 11 years ago
  22. 72993ab silence && || parens clang warning. by bsalomon@google.com · 11 years ago
  23. 197845a Add --threads to tests binary, to run non-GPU tests on multiple cores. by commit-bot@chromium.org · 11 years ago
  24. 5920ac2 Perform coverage blend with the dst in the shader when using a dst-reading xfermode. by bsalomon@google.com · 11 years ago
  25. 87f99cb ensure that negative zeros are still ignored when computing isIdentity() by reed@google.com · 11 years ago
  26. f685a22 enable path ops in unit tests by caryclark@google.com · 11 years ago
  27. cb6dc75 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  28. fe77ecf Whitespace change to test the commit queue. (SkipBuildbotRuns) by commit-bot@chromium.org · 11 years ago
  29. 69a2cfa Whitespace change (SkipBuildbotRuns) by commit-bot@chromium.org · 11 years ago
  30. 9515f09 path ops : remove countdown overkill by caryclark@google.com · 11 years ago
  31. 018f179 Expand modulate, add, subtract, extract component glsl helpers. by bsalomon@google.com · 11 years ago
  32. b98e5d0 disabling path ops by caryclark@google.com · 11 years ago
  33. 866c6e5 Remove exclude of file which no longer exists. by bungeman@google.com · 11 years ago
  34. 0dc98b2 Enable path ops by caryclark@google.com · 11 years ago
  35. 16cfe40 allow tests to optionally use multiple threads by caryclark@google.com · 11 years ago
  36. 9d1cff1 use SkAutoTDelete instead of SkTScopedPtr by reed@google.com · 11 years ago
  37. 9584b9e Fix compile warning Review URL: https://codereview.chromium.org/14227005 by caryclark@google.com · 11 years ago
  38. 0361032 path ops work in progress by caryclark@google.com · 11 years ago
  39. f707adc augmenting fix in 8700 and 8701, be careful NOT to "sort" the result of mapRect by reed@google.com · 11 years ago
  40. ee056a8 revert 8731, restoring 8700 and 8701... further investigation concluded that the by reed@google.com · 11 years ago
  41. cabd0ed Reset shader in ovals GM by jvanverth@google.com · 11 years ago
  42. f738cf0 Adding a bit of rebustness to SkRectShaderImageFilter by sugoi@google.com · 11 years ago
  43. 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
  44. 8e2962f Add a GM to test ovals with a variety of paint settings, matrices and sizes. by jvanverth@google.com · 11 years ago
  45. 96447be Adding SK_API to export SkImage and SkSurface API classes by junov@chromium.org · 11 years ago
  46. 4314f1b Rebaseline Nexus7 cuteoverload performance trigger by robertphillips@google.com · 11 years ago
  47. cbbdab5 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  48. 717d0cb Revert r8701 and r8700 due to layout test discrepancies by robertphillips@google.com · 11 years ago
  49. 4c6adf9 Updates to images project. by scroggo@google.com · 11 years ago
  50. b7decc5 Only use JDCT_IFAST if it's supported. by scroggo@google.com · 11 years ago
  51. 7ec5e39 path ops in progress by caryclark@google.com · 11 years ago
  52. b3f0921 shape ops work in progress by caryclark@google.com · 11 years ago
  53. 319baf9 Reducing the complexity of the noise test for Angle by sugoi@google.com · 11 years ago
  54. 0a1db4a Fixing debug bench assert on Android by sugoi@google.com · 11 years ago
  55. a271985 Skip copytexsubimage2D code path when src is multisampled. by bsalomon@google.com · 11 years ago
  56. 8c463b0 Add xfermodes2 GM. Tests all xfer modes with two gradient bitmaps by bsalomon@google.com · 11 years ago
  57. a213899 Build fix by junov@chromium.org · 11 years ago
  58. 4775cba Perlin noise adjustments by sugoi@google.com · 11 years ago
  59. d61ba6e Benchmark to measure SkSurface copy on write performance by junov@chromium.org · 11 years ago
  60. 770ab36 Remove deprecated/obsolete Makefiles. by tfarina@chromium.org · 11 years ago
  61. 45fb8b6 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  62. 5c082a1 add compute-bounds for conics by mike@reedtribe.org · 11 years ago
  63. 0c5c386 add extrema for conics by mike@reedtribe.org · 11 years ago
  64. 17a2c91 add comments for computing derivatives by reed@google.com · 11 years ago
  65. 63cd3c6 Build fix: moving more inline functions into header by junov@chromium.org · 11 years ago
  66. 6a9bb80 Build fix: moving some inline function definitions into header. by junov@chromium.org · 11 years ago
  67. acea3ef Cleanup: Removing unnecessary args/complexity in SkSurface_Base and friends by junov@chromium.org · 11 years ago
  68. 7fd2d70 Delete gm after use. by scroggo@google.com · 11 years ago
  69. 8f6f67e change shortName to match filename by reed@google.com · 11 years ago
  70. 9bfc438 add () around | cluster, to avoid warning. by reed@google.com · 11 years ago
  71. 19c4e6e use forward matrix to determine if we can ignore scale part of a matrix by reed@google.com · 11 years ago
  72. 0a64659 fix new gm to actually trigger the bug by reed@google.com · 11 years ago
  73. d638233 add gm to test edge case in drawBitmapRectToRect by reed@google.com · 11 years ago
  74. 6f4cf2a Remove 'friend SkRefCnt' from SkData. https://codereview.chromium.org/13925021/ by bungeman@google.com · 11 years ago
  75. c4f2eca Disable GPU acceleration for narrow ovals. by jvanverth@google.com · 11 years ago
  76. 7841c63 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  77. 0691078 Use ILLEGAL_MODE macro to silence clang error. by tfarina@chromium.org · 11 years ago
  78. aaec851 Link webp in skimage and debugger. by scroggo@google.com · 11 years ago
  79. 6b96d36 Enable caching of texture domain extents by robertphillips@google.com · 11 years ago
  80. ad65a3e path ops work in progress by caryclark@google.com · 11 years ago
  81. 9becf00 Fix crash with SkDeferredCanvas+SkSurface integration with in order draw buffer. by junov@chromium.org · 11 years ago
  82. d2ef088 Move resource dir from gm to trunk by borenet@google.com · 11 years ago
  83. aebfa7e fix release warning (unused debug variable) by reed@google.com · 11 years ago
  84. 3df87cb add experimental chop-into-quads for conics by mike@reedtribe.org · 11 years ago
  85. b0091b8 Add coeffecients for kScreen xfermode. by bsalomon@google.com · 11 years ago
  86. 856b984 Remove freetype dependency from core.gyp by djsollen@google.com · 11 years ago
  87. f41ca79 Remove freetype dependency from core.gyp by djsollen@google.com · 11 years ago
  88. 31c4e89 Comment only change. (forgot to save comment edit before landing r8675). by bsalomon@google.com · 11 years ago
  89. eb85117 Add support for using glCopyTexSubImage2D when possible to copy surfaces. by bsalomon@google.com · 11 years ago
  90. ab38e56 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  91. 8d55101 add special-case for chopping at exactly half for rational-quads (2-3x faster) by mike@reedtribe.org · 11 years ago
  92. 4af6280 compute new weight in standard-form by mike@reedtribe.org · 11 years ago
  93. 4bb50b2 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  94. ab02627 GM::height() now returns the height, not the width. by scroggo@google.com · 11 years ago
  95. 0d09955 incomplete impl for chopping rational quads (need to "normalize" so I can get by reed@google.com · 11 years ago
  96. 5ee449a Fixing viral copy/paste typo Shapshot -> Snapshot by junov@chromium.org · 11 years ago
  97. 547012d If the tree is closed then print information about contacting the sheriff. by rmistry@google.com · 11 years ago
  98. c518710 experimental start to arcs by reed@google.com · 11 years ago
  99. 318a059 GM: add self-test that sets --readPath to a nonexistent directory path by epoger@google.com · 11 years ago
  100. 3acd3fc Only use JDCT_FAST if it is supported in jpeg. by scroggo@google.com · 11 years ago