1. 738a256 Properly restore from image filter save layers. by Ben Wagner · 7 years ago
  2. 6f5e77a ccpr: Cull extremely thin triangles by Chris Dalton · 7 years ago
  3. af88ec3 Revert "Add arcs as a specialized geometry to GrShape." by Mike Klein · 7 years ago
  4. 9e3f578 Revert "ccpr: Don't preempt the convex path renderer" by Chris Dalton · 7 years ago
  5. 1b4ad0d Revert "call skcms_OptimizeForSpeed()" by Mike Klein · 7 years ago
  6. 255bcf5 Add arcs as a specialized geometry to GrShape. by Brian Salomon · 7 years ago
  7. 3b8feb3 call skcms_OptimizeForSpeed() by Mike Klein · 7 years ago
  8. 2d2c1e3 Fix variable name collision by Yuqian Li · 7 years ago
  9. 0e9e43b SkBitSet: make movable. by Hal Canary · 7 years ago
  10. 39e7165 Revert "Remove ambient clamp hack for analytic shadows." by Jim Van Verth · 7 years ago
  11. 4229b35 ccpr: Don't call calcCubicInverseTransposePowerBasisMatrix by Chris Dalton · 7 years ago
  12. 773a639 SkPDF: Don't forget to upcast before shift. by Hal Canary · 7 years ago
  13. 5cf1726 Clip the SkAntiRect because of possible tilings by Yuqian Li · 7 years ago
  14. 1849ffd Generalize to SkDescriptorMap by Herb Derby · 7 years ago
  15. 037229b Fix deprecated constructor usage by Brian Osman · 7 years ago
  16. b57b931 use SkRect::outset, as it clamps on overflow by Mike Reed · 7 years ago
  17. 37bbe7d Rewrite CHECK_INTERSECT to perform the !(opposite) predicate, so that we by Mike Reed · 7 years ago
  18. 4231401 Fixes in ReadPixels2 and yuv_texture gm to fix Vulkan validation issues. by Greg Daniel · 7 years ago
  19. c90b4db Reland "Prevent masked solid-color draws from being turned into clears" by Robert Phillips · 7 years ago
  20. b7eace4 Reject XYZ profiles missing some (or all) TRC tags by Brian Osman · 7 years ago
  21. 57e1f02 (Mostly) respect FilterQuality in draw[stretchy] by Leon Scroggins III · 7 years ago
  22. f92bb37 Revert "Prevent masked solid-color draws from being turned into clears" by Robert Phillips · 7 years ago
  23. e9f2bbe Prevent masked solid-color draws from being turned into clears by Robert Phillips · 7 years ago
  24. 701a3ca Fixed SkVertices crashing on Windows DLL builds by Yong-Hwan Baek · 7 years ago
  25. e03a8ac Remove assert that color spaces have valid profile data by Brian Osman · 7 years ago
  26. 5209d7f Fix starting location in GrRTC::drawOval when converting to GrShape by Brian Salomon · 7 years ago
  27. 62e4f3d Analytic dashing of circles with single on/off intervals and butt caps. by Brian Salomon · 7 years ago
  28. 2fda63a Fix argument names and documentation for SkMatrix44::set3x3() by Brian Osman · 7 years ago
  29. 1df7cd8 Reland "Add stub gpu workaround generators" by Adrienne Walker · 7 years ago
  30. 2748391 Add ability to dump opList info at flush-time by Robert Phillips · 7 years ago
  31. 37819d0 Reduce threads used for DNG decodes on Android by Leon Scroggins III · 7 years ago
  32. dbdba60 Add discard check when deciding if we should execute op list or not. by Greg Daniel · 7 years ago
  33. cb7b831 Remove another writePixels instance by Robert Phillips · 7 years ago
  34. 5450ab1 ccpr: Don't solve for cubic roots that are out of range by Chris Dalton · 7 years ago
  35. d8bae7d ccpr: Fix flatness and triangle-ness detection for conics by Chris Dalton · 7 years ago
  36. 3d0e850 Prevent matrix stack from being corrupted if a rotated image filter is clipped out by Robert Phillips · 7 years ago
  37. 1eece78 guard against NaN in path is rect by Cary Clark · 7 years ago
  38. 8f88d89 Fix use-of-uninitialized-value in SkPictureShader::onMakeContext by Florin Malita · 7 years ago
  39. 1804b35 ccpr: Don't preempt the convex path renderer by Chris Dalton · 7 years ago
  40. d75b343 Remove ambient clamp hack for analytic shadows. by Jim Van Verth · 7 years ago
  41. b3a6959 ccpr: Clean up GrCCGeometry by Chris Dalton · 7 years ago
  42. e68c4fb Adding pinning to the strike cache by Herb Derby · 7 years ago
  43. 33c4422 Fix double counting of coverage in analytic round capped stroked circles. by Brian Salomon · 7 years ago
  44. ab4f5bd rm SkRRectsGaussianEdgeMaskFilter by Robert Phillips · 7 years ago
  45. c4e384e check if we fail to eval the conic in pathmeasure by Mike Reed · 7 years ago
  46. 4b5e4b3 Remove unused parameters from internalGetPath. by Ben Wagner · 7 years ago
  47. 57bf4a3 When creating testing backendTexture take colorspace into account. by Greg Daniel · 7 years ago
  48. dce19a7 Untangle strike cache and glyph cache by Herb Derby · 7 years ago
  49. 23e4544 disallow negative setReserve() calls by Mike Klein · 7 years ago
  50. bd000a1 rm SkTDArray::select() by Mike Klein · 7 years ago
  51. cc9856c clean up setReserve() rule-bending by Mike Klein · 7 years ago
  52. e7fd7ff Remove the limit on dng allocations by Leon Scroggins III · 7 years ago
  53. 2ae45ae Revert "Add stub gpu workaround generators" by Leon Scroggins · 7 years ago
  54. dbc59ba path is rect track corners by Cary Clark · 7 years ago
  55. 94d25b9 Add stub gpu workaround generators by Adrienne Walker · 7 years ago
  56. fa99690 Move strike cache Find*() to strike cache by Herb Derby · 7 years ago
  57. 881091f Remove SK_SUPPORT_LEGACY_PATH_DAA_BIT by Yuqian Li · 7 years ago
  58. c274f8f Prevent unnecessary/unbounded growth of SkTDynamicHash capacity by Florin Malita · 7 years ago
  59. 4c32956 DFT to draw A8 instead of incorrect vertical lcd. by Ben Wagner · 7 years ago
  60. 9f2dab0 ccpr: Implement conics by Chris Dalton · 7 years ago
  61. 91ab155 Always call endFlush on opLists that might survive a flush by Chris Dalton · 7 years ago
  62. 15a64e7 Convert A8 D32 mask blitters to Sk4px by Florin Malita · 7 years ago
  63. 63f69cd Reland "Fix the fat rect bug in the threaded backend" by Yuqian Li · 7 years ago
  64. 0d129aa Support all destination profiles in SkColorSpaceXform_skcms by Brian Osman · 7 years ago
  65. 061020e With ES3, enable both ES2 and ES3 external image extensions by Brian Osman · 7 years ago
  66. b120e92 fix path is rect flaw exposed by gold by Cary Clark · 7 years ago
  67. ff77aef Simplify strike cache Node by Herb Derby · 7 years ago
  68. a05e199 Remove text flag filtering from SkBitmapDevice. by Ben Wagner · 7 years ago
  69. f155f81 Move node information to SkStrikeCache by Herb Derby · 7 years ago
  70. 21a0380 detect if we made an infinite rect by Mike Reed · 7 years ago
  71. d2d367d No long require copy as draw for vulkan wrapped resources. by Greg Daniel · 7 years ago
  72. 4eb6f7a path is rect diag test is required by Cary Clark · 7 years ago
  73. 21fa33f SkStrikeDifferences::operator() -> add() by Mike Klein · 7 years ago
  74. 2eab65b avoid overflow by using tmp 64bits by Mike Reed · 7 years ago
  75. 4b2f915 Move external texture extension logic into SkSL by Brian Osman · 7 years ago
  76. 1cd6098 path is rect bug number twelve by Cary Clark · 7 years ago
  77. 1b63761 Revert "Fix the fat rect bug in the threaded backend" by Yuqian Li · 7 years ago
  78. 963781a only recheck fNeedsTiling if we computed fSrcBounds by Mike Reed · 7 years ago
  79. 77d085e Add SkColorSpace::Make, taking an skcms_ICCProfile by Brian Osman · 7 years ago
  80. 8e3426f Reland "low-hanging bilerp_clamp_8888 wins" by Mike Klein · 7 years ago
  81. 671e7ee Reorganize strike cache and glyph cache code by Herbert Derby · 7 years ago
  82. c41569a Fix the fat rect bug in the threaded backend by Yuqian Li · 7 years ago
  83. a765156 yet another path is rect exploit by Cary Clark · 7 years ago
  84. 48c464a a more involved path is rect bug by Cary Clark · 7 years ago
  85. 93b4ddd Update our config fallback switch in GrContext. by Greg Daniel · 7 years ago
  86. b460320 Revert "low-hanging bilerp_clamp_8888 wins" by Mike Klein · 7 years ago
  87. f946b41 low-hanging bilerp_clamp_8888 wins by Mike Klein · 7 years ago
  88. 1d4af54 Don't support GrCubicEffect if float != fp32 by Chris Dalton · 7 years ago
  89. e7fbafe Revert "ccpr: Implement conics" by Chris Dalton · 7 years ago
  90. 98b2415 ccpr: Implement conics by Chris Dalton · 7 years ago
  91. 840c66c Rename SkGlyphCacheGlobals to SkStrikeCache by Herb Derby · 7 years ago
  92. da40cd2 Add glFlush workaround for instanced draws on Skylake by Chris Dalton · 7 years ago
  93. d234afd Remove SkPaint::kGenA8FromLCD_Flag. by Ben Wagner · 7 years ago
  94. f7621cb Fix many return-std-move-in-c++11 warnings by Kevin Lubick · 7 years ago
  95. cbcf474 Remove unused BW mask blitters by Florin Malita · 7 years ago
  96. 888fc05 optimize fast/simple case in raster tiling by Mike Reed · 7 years ago
  97. 9459187 Simplify the operation on atomic fIsFinishing by Yuqian Li · 7 years ago
  98. 575c21b Let SkCoverageDeltaList store width and use it during blitting by Yuqian Li · 7 years ago
  99. 94bb072 SkBlitter is not thread safe; make one for each thread. by Yuqian Li · 7 years ago
  100. 6b7b1dc Snap the bitmap as it may be changed later by Yuqian Li · 7 years ago