1. acc875f remove forth experiment by reed · 9 years ago
  2. 76a834a move SkTDict and SkTSearch into private by reed · 9 years ago
  3. 2d0e37a Fix -Wunused-function warnings in chrome/ios builds. by thakis · 9 years ago
  4. f291a9a Update SKP version by update-skps · 9 years ago
  5. f0b6c55 replace older/slower/scaler version of conic evalAt by reed · 9 years ago
  6. f880e45 change factory to method, to parallel pattern in imagefilters. no functionality change. by reed · 9 years ago
  7. e3c2f80 Use device-independent text for nvprmsaa4/16 in nanobench and dm by kkinnunen · 9 years ago
  8. 8895b72 Try using std::call_once by mtklein · 9 years ago
  9. 6362702 initialize offscreen in StrokeZeroGM by mtklein · 9 years ago
  10. 93eb4b9 Disable ES2 on Linux SDL by joshualitt · 9 years ago
  11. e76b4bb Reland of Make draw* lines responsible for cache management (patchset #1 id:1 of https://codereview.chromium.org/1552513003/ ) by joshualitt · 9 years ago
  12. 90e293d Revert of Make draw* lines responsible for cache management (patchset #1 id:1 of https://codereview.chromium.org/1521613002/ ) by joshualitt · 9 years ago
  13. 9a878a0 remove cruft from SkTypes.h, including SkBool by reed · 9 years ago
  14. 43a6f40 Update SKP version by update-skps · 9 years ago
  15. 6855ddb remove deprecated annotation helper by reed · 9 years ago
  16. 98e7538 make GrRect.h private by reed · 9 years ago
  17. 48eb08a remove unused SkAutoROCanvasPixels by reed · 9 years ago
  18. 0b70f45 remove dead flags by reed · 9 years ago
  19. 08e7047 remove unused SkCubicInterval by reed · 9 years ago
  20. 3e980c3 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  21. 20b4ca1 Append '\n' character to nanobench error message by cdalton · 9 years ago
  22. 0f515bd Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #21 id:400001 of https://codereview.chromium.org/1490113005/ ) by rmistry · 9 years ago
  23. c53b82e revised strokerect gm by caryclark · 9 years ago
  24. 217a333 Documentation: FAQ TOC by halcanary · 9 years ago
  25. 40b7d3b fix hair fuzz by caryclark · 9 years ago
  26. 83ba585 move SkParsePaint.h into views by reed · 9 years ago
  27. 9ebc3f0 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  28. b39f39f remove unused SkCullPoints by reed · 9 years ago
  29. 480e8c0 Fold color attachment verification bit into GrGLCaps::ConfigInfo by bsalomon · 9 years ago
  30. 2047b78 Don't ref/unref the static src-over xp by bsalomon · 9 years ago
  31. bada188 hide old SaveFlags, but keep them available (for now) for Android by reed · 9 years ago
  32. 3044737 Move config table to GrGLCaps from GrGLGpu. by bsalomon · 9 years ago
  33. 5e1ddb1 Reland of change all factories to return their base-class (patchset #1 id:1 of https://codereview.chromium.org/1540203002/ ) by reed · 9 years ago
  34. fb56218 fix stroked text underline / strikethrough by caryclark · 9 years ago
  35. 6277691 Create a hash table from id<-->key in SkImageFilter::CacheImpl by xidachen · 9 years ago
  36. 17bc085 check in direct quad length measure by caryclark · 9 years ago
  37. dd180e7 Enable NVPR with command buffer by kkinnunen · 9 years ago
  38. 2d6ba66 Revert of change all factories to return their base-class (patchset #1 id:1 of https://codereview.chromium.org/1535353002/ ) by reed · 9 years ago
  39. d63f60a change all factories to return their base-class by reed · 9 years ago
  40. 77991de Update SKP version by update-skps · 9 years ago
  41. 03ef4b1 remove SK_SUPPORT_LEGACY_SAVELAYERPARAMS code by reed · 9 years ago
  42. d0e1f80 Remove EGL_config from vb bot by joshualitt · 9 years ago
  43. ecbed9d Rejigger distance field path rect calcs to avoid underflow by jvanverth · 9 years ago
  44. b8918c4 Add Drawing Manager guards against re-entrant flushes by joshualitt · 9 years ago
  45. c7a784c Fix UB function problems for shaders and mask. by herb · 9 years ago
  46. 3e6be16 Revert of Repeating SkBitmapProcState rounding bias (patchset #6 id:100001 of https://codereview.chromium.org/1529833003/ ) by fmalita · 9 years ago
  47. 14d8fa0 Move SkAndroidSDKCanvas to tools and ensure that it is built on all Android builds by djsollen · 9 years ago
  48. 1e810b3 Revert of Fix UB function problems for shaders and mask. (patchset #3 id:40001 of https://codereview.chromium.org/1530743002/ ) by herb · 9 years ago
  49. 31d46df Add visualbench as valid target to Makefile by joshualitt · 9 years ago
  50. 5ae7fdc Repeating SkBitmapProcState rounding bias by fmalita · 9 years ago
  51. a11e5fc Remove GrGLGpu::configToGLFormats by bsalomon · 9 years ago
  52. a2b6fdd update androidsdk to new savelayer signature by reed · 9 years ago
  53. 034389f Revert of Add visualbench as valid target to Makefile (patchset #2 id:20001 of https://codereview.chromium.org/1530233005/ ) by joshualitt · 9 years ago
  54. 56fbbfe Reland of Add test for previously unflattenables (patchset #1 id:1 of https://codereview.chromium.org/1532753002/ ) by scroggo · 9 years ago
  55. 13221b8 Add visualbench as valid target to Makefile by joshualitt · 9 years ago
  56. 4960eee change signature for virtual related to saveLayer, passing SaveLayerRec by reed · 9 years ago
  57. f97aa74 fix large dashed paths by caryclark · 9 years ago
  58. db7dc09 Remove SkImageMinRowBytes by scroggo · 9 years ago
  59. b81ceca Blacklist GLPrograms on Angle Debug bot by joshualitt · 9 years ago
  60. b204fc6 Update dm_flags.json to match dm_flags.py by scroggo · 9 years ago
  61. 4dabf83 Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #18 id:340001 of https://codereview.chromium.org/1490113005/ ) by joshualitt · 9 years ago
  62. e848ff5 Revert of Create a hash table from id<-->key in SkImageFilter::CacheImpl (patchset #7 id:120001 of https://codereview.chromium.org/1514893003/ ) by reed · 9 years ago
  63. 9cb5d75 fix bugs in path contains by caryclark · 9 years ago
  64. c8b4336 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  65. 2555ee2 Remove some unneeded calls to GrGLGpu::configToGLFormats by bsalomon · 9 years ago
  66. 926cb02 Add field for internalFormat param to glTexImage to GrGLGpu::ConfigEntry. by bsalomon · 9 years ago
  67. 102b07e Remove dead code for glTexStorage by bsalomon · 9 years ago
  68. ef2c7c7 Make SkMatrix::get*Scale[s]() fail on NaN by bsalomon · 9 years ago
  69. dafd044 Fix UB function problems for shaders and mask. by herb · 9 years ago
  70. 5b30c6f Add fExternalFormatForTexImage to GrGLGpu::ConfigEntry. Use it in GrGLGpu::uploadTexData. by bsalomon · 9 years ago
  71. 6b237b4 Re-enable WritePixels test for iOS by jvanverth · 9 years ago
  72. a379da4 SkMatrix::preScale() is too conservative by fmalita · 9 years ago
  73. f5d1f8d Create a hash table from id<-->key in SkImageFilter::CacheImpl by xidachen · 9 years ago
  74. e80eb92 Add default ctor to SkMask by robertphillips · 9 years ago
  75. 1250944 Fixup GL instanced rendering commands by cdalton · 9 years ago
  76. 3819d2d Added concave paths to aaxfermodes GM by ethannicholas · 9 years ago
  77. f6d8d28 update CMake and Google3 builds for AVX/AVX2 by mtklein · 9 years ago
  78. 62a627b Move the GrGLGpu config stencil format index into ConfigTable by bsalomon · 9 years ago
  79. 3922cef Add 2 new SKPS to the buildbot repository by rmistry · 9 years ago
  80. 2ef6108 Don't allow BGRA rendertargets on iOS w/ES 3.0+. by jvanverth · 9 years ago
  81. c91065d Use the unswapped end point y for early out case in winding_line by fs · 9 years ago
  82. f0795ab Fix thread-unsafe construction of GrUniqueKey in GR_DEFINE_STATIC_UNIQUE_KEY by bsalomon · 9 years ago
  83. c834ab1 Fix gaussian blur for small sigma. by senorblanco · 9 years ago
  84. 7050976 check bounds of each cubic segment against clip by reed · 9 years ago
  85. 96205dd remove obsolete ondrawsprite base virtual by reed · 9 years ago
  86. c8f9693 Revert of Add test for previously unflattenables (patchset #1 id:1 of https://codereview.chromium.org/1514373003/ ) by scroggo · 9 years ago
  87. f610883 count is an int, so constrain it to a 32-bit w-register. by mtklein · 9 years ago
  88. 7471fa4 add fsync to try to get complete skps from webpage picture capture by caryclark · 9 years ago
  89. 64673af Add VisualBench switch to extra_config by joshualitt · 9 years ago
  90. b669300 only call scalar finite when necessary by caryclark · 9 years ago
  91. 54c6fe8 Generate a table of config->glformat info. Precursor to lifting this to caps. by bsalomon · 9 years ago
  92. 78e0aef SSE 4.1 SrcOver blits: color32, blitmask. by mtklein · 9 years ago
  93. 431dded Blacklist GLInstancedArraysBench on ipad by joshualitt · 9 years ago
  94. 789fd99 Remove Subset*Benches by scroggo · 9 years ago
  95. 477815c Revert of Blacklist GLInstancedArraysBench on the ipad (patchset #1 id:1 of https://codereview.chromium.org/1529973002/ ) by joshualitt · 9 years ago
  96. 1f17ab5 This brings hairlines into agreement with thick strokes. by caryclark · 9 years ago
  97. da420b9 Reland of move drawSprite from canvas (patchset #1 id:1 of https://codereview.chromium.org/1529803004/ ) by reed · 9 years ago
  98. 3270467 Revert of remove drawSprite from canvas (patchset #4 id:60001 of https://codereview.chromium.org/1534443003/ ) by reed · 9 years ago
  99. 4657ce2 remove drawSprite from canvas by reed · 9 years ago
  100. ce5ac45 Use SK_BUILD_FOR_ANDROID_FRAMEWORK in compose by scroggo · 9 years ago