1. 4960eee change signature for virtual related to saveLayer, passing SaveLayerRec by reed · 9 years ago
  2. f97aa74 fix large dashed paths by caryclark · 9 years ago
  3. db7dc09 Remove SkImageMinRowBytes by scroggo · 9 years ago
  4. b81ceca Blacklist GLPrograms on Angle Debug bot by joshualitt · 9 years ago
  5. b204fc6 Update dm_flags.json to match dm_flags.py by scroggo · 9 years ago
  6. 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
  7. 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
  8. 9cb5d75 fix bugs in path contains by caryclark · 9 years ago
  9. c8b4336 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  10. 2555ee2 Remove some unneeded calls to GrGLGpu::configToGLFormats by bsalomon · 9 years ago
  11. 926cb02 Add field for internalFormat param to glTexImage to GrGLGpu::ConfigEntry. by bsalomon · 9 years ago
  12. 102b07e Remove dead code for glTexStorage by bsalomon · 9 years ago
  13. ef2c7c7 Make SkMatrix::get*Scale[s]() fail on NaN by bsalomon · 9 years ago
  14. dafd044 Fix UB function problems for shaders and mask. by herb · 9 years ago
  15. 5b30c6f Add fExternalFormatForTexImage to GrGLGpu::ConfigEntry. Use it in GrGLGpu::uploadTexData. by bsalomon · 9 years ago
  16. 6b237b4 Re-enable WritePixels test for iOS by jvanverth · 9 years ago
  17. a379da4 SkMatrix::preScale() is too conservative by fmalita · 9 years ago
  18. f5d1f8d Create a hash table from id<-->key in SkImageFilter::CacheImpl by xidachen · 9 years ago
  19. e80eb92 Add default ctor to SkMask by robertphillips · 9 years ago
  20. 1250944 Fixup GL instanced rendering commands by cdalton · 9 years ago
  21. 3819d2d Added concave paths to aaxfermodes GM by ethannicholas · 9 years ago
  22. f6d8d28 update CMake and Google3 builds for AVX/AVX2 by mtklein · 9 years ago
  23. 62a627b Move the GrGLGpu config stencil format index into ConfigTable by bsalomon · 9 years ago
  24. 3922cef Add 2 new SKPS to the buildbot repository by rmistry · 9 years ago
  25. 2ef6108 Don't allow BGRA rendertargets on iOS w/ES 3.0+. by jvanverth · 9 years ago
  26. c91065d Use the unswapped end point y for early out case in winding_line by fs · 9 years ago
  27. f0795ab Fix thread-unsafe construction of GrUniqueKey in GR_DEFINE_STATIC_UNIQUE_KEY by bsalomon · 9 years ago
  28. c834ab1 Fix gaussian blur for small sigma. by senorblanco · 9 years ago
  29. 7050976 check bounds of each cubic segment against clip by reed · 9 years ago
  30. 96205dd remove obsolete ondrawsprite base virtual by reed · 9 years ago
  31. c8f9693 Revert of Add test for previously unflattenables (patchset #1 id:1 of https://codereview.chromium.org/1514373003/ ) by scroggo · 9 years ago
  32. f610883 count is an int, so constrain it to a 32-bit w-register. by mtklein · 9 years ago
  33. 7471fa4 add fsync to try to get complete skps from webpage picture capture by caryclark · 9 years ago
  34. 64673af Add VisualBench switch to extra_config by joshualitt · 9 years ago
  35. b669300 only call scalar finite when necessary by caryclark · 9 years ago
  36. 54c6fe8 Generate a table of config->glformat info. Precursor to lifting this to caps. by bsalomon · 9 years ago
  37. 78e0aef SSE 4.1 SrcOver blits: color32, blitmask. by mtklein · 9 years ago
  38. 431dded Blacklist GLInstancedArraysBench on ipad by joshualitt · 9 years ago
  39. 789fd99 Remove Subset*Benches by scroggo · 9 years ago
  40. 477815c Revert of Blacklist GLInstancedArraysBench on the ipad (patchset #1 id:1 of https://codereview.chromium.org/1529973002/ ) by joshualitt · 9 years ago
  41. 1f17ab5 This brings hairlines into agreement with thick strokes. by caryclark · 9 years ago
  42. da420b9 Reland of move drawSprite from canvas (patchset #1 id:1 of https://codereview.chromium.org/1529803004/ ) by reed · 9 years ago
  43. 3270467 Revert of remove drawSprite from canvas (patchset #4 id:60001 of https://codereview.chromium.org/1534443003/ ) by reed · 9 years ago
  44. 4657ce2 remove drawSprite from canvas by reed · 9 years ago
  45. ce5ac45 Use SK_BUILD_FOR_ANDROID_FRAMEWORK in compose by scroggo · 9 years ago
  46. 7354a4b Avoid pixel GPU readback in saveLayerWithPickup by robertphillips · 9 years ago
  47. 5d16fea Blacklist GLInstancedArraysBench on the ipad by joshualitt · 9 years ago
  48. f46a124 Set GL_PACK_ALIGNMENT before calling glReadPixels by bsalomon · 9 years ago
  49. 6695794 Make draw* lines responsible for cache management by joshualitt · 9 years ago
  50. c88cb89 Fix for GrAALinearizingConvexPathRenderer incorrectly drawing non-convex paths by ethannicholas · 9 years ago
  51. db284c5 Porting Skia for newlib compatibility. by smklein · 9 years ago
  52. 4541f6e Blacklist AndroidOne + WritePixelsTest by joshualitt · 9 years ago
  53. 6176bc1 Add helper for determining whether to use sized internal format in GL by bsalomon · 9 years ago
  54. 02faf31 Tests: reduce verbosity by halcanary · 9 years ago
  55. 19b0420 SkPreConfig.h: Allow defined(__unix__) to imply SK_BUILD_FOR_UNIX by mseaborn · 9 years ago
  56. fce612a Specialize Sk2d for SSE2 by mtklein · 9 years ago
  57. 6822c20 Revert of In BUILD.public, enable SK_SUPPORT_LEGACY_HAIR_IGNORES_CAPS. (patchset #1 id:1 of https://codereview.chromium.org/1516863007/ ) by benjaminwagner · 9 years ago
  58. aed4d32 SkBitmapProcState rounding bias by fmalita · 9 years ago
  59. 11f457e Add link to Gold trybot runs in every uploaded Skia CL by rmistry · 9 years ago
  60. f64be44 adb_wait_for_device: More fixes by borenet · 9 years ago
  61. a35434a Fix valgrind suppressions for libjpeg-turbo warning by msarett · 9 years ago
  62. 2796767 Update sync_google3.sh to match autoroller.py. by benjaminwagner · 9 years ago
  63. 489147c Add option to control maximum GrBatch lookback by bsalomon · 9 years ago
  64. 1cbb5ea Switch fragment coordinate to 'highp' to fix various broken GMs. by ethannicholas · 9 years ago
  65. 6f37b4a Unify some SkNx code by mtklein · 9 years ago
  66. 4e4155d Revert of SkTime updates (patchset #2 id:20001 of https://codereview.chromium.org/1521293002/ ) by mtklein · 9 years ago
  67. 023bda0 SkBitmap move by halcanary · 9 years ago
  68. c973083 adb_wait_for_device: Add battery fallback, support no battery by borenet · 9 years ago
  69. 7d1c3e6 Documentation: HarfBuzz link by halcanary · 9 years ago
  70. a58d676 Documentation: text shaping by halcanary · 9 years ago
  71. 364a007 path ops: check for deleted ends by caryclark · 9 years ago
  72. 6a20871 SkTime updates by mtklein · 9 years ago
  73. 9aacd90 If a point is on a path edge, it's in the path, at least for all cases where the path edge is not canceled with another edge through coincidence. by caryclark · 9 years ago
  74. b11c4ff adb_wait_for_device: If we can't get the battery level, just exit by borenet · 9 years ago
  75. 4ff653c Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #12 id:220001 of https://codereview.chromium.org/1490113005/ ) by reed · 9 years ago
  76. 0b29b72 Add minimum battery level to adb_wait_for_device by borenet · 9 years ago
  77. e13ca32 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  78. aab16e5 Try to fix intermittent GrAutoLocaleSetter crashes on Windows by kkinnunen · 9 years ago
  79. 4837392 Update SKP version by update-skps · 9 years ago
  80. a1bb8e0 In SkPixmap.cpp, change SkAlphaMul to SkMulDiv255. by benjaminwagner · 9 years ago
  81. 52e2581 archive skpx... currently dead code by mtklein · 9 years ago
  82. 0ff46c0 Change google3 sync scripts to sync latest rather than LKGR. by benjaminwagner · 9 years ago
  83. 5425a9a A change to cleanup some organization around df text by joshualitt · 9 years ago
  84. cad54b5 New GM: image_scale_aligned by fmalita · 9 years ago
  85. 457f54d Change computeOutputColorType() to mimic old behavior by msarett · 9 years ago
  86. 061aaa7 Add test for previously unflattenables by scroggo · 9 years ago
  87. 28e80f4 Fix a crash in SkParsePath::FromSVGString by scroggo · 9 years ago
  88. 4664650 remove explicit 'f' in glbench shader by joshualitt · 9 years ago
  89. b6c77f6 In BUILD.public, enable SK_SUPPORT_LEGACY_HAIR_IGNORES_CAPS. by benjaminwagner · 9 years ago
  90. 9a0e346 Make BitmapRegionDecoder succeed on invalid requests by msarett · 9 years ago
  91. e804292 Move all text stuff to its own folder by joshualitt · 9 years ago
  92. 2967798 make internaldrawBmpText part of GrTextUtils by joshualitt · 9 years ago
  93. 2eb1009 Add check for highp support in Conic effect by robertphillips · 9 years ago
  94. 546eb5c Initialize glGen* call id args to zero by kkinnunen · 9 years ago
  95. 55eeae9 Run debug gl context for DEF_GPU_TEST_FOR_ALL_CONTEXTS by kkinnunen · 9 years ago
  96. 62d3b10 Revert of DM: fix `--config $VIA-pdf` to not crash (patchset #3 id:40001 of https://codereview.chromium.org/1513323002/ ) by msarett · 9 years ago
  97. 7d2e2fa Remove flag needed by outdated libpng by msarett · 9 years ago
  98. cff15aa yet another memcpy -> sk_careful_memcpy by mtklein · 9 years ago
  99. 78f915e Add a warmup flag to visualbench by cdalton · 9 years ago
  100. 9449616 Fix UB function problems for AA merger. by herb · 9 years ago