1. a33b67c Rewrite GrQuad to use separate arrays of x and y values to be Sk4f friendly. by Brian Salomon · 6 years ago
  2. cbeae03 Fix check for valid proxies returned by AtlasManager. by Jim Van Verth · 6 years ago
  3. 5b8b472 Revert "Check atlasPageCount before accessing the proxy array" by Yuqian Li · 6 years ago
  4. 072c69c Check atlasPageCount before accessing the proxy array by Chris Dalton · 6 years ago
  5. c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 6 years ago
  6. 969a738 Approximate conics as quads in GrAAHairlinePathRenderer when fp32 not supported by Brian Salomon · 6 years ago
  7. d3cee17 Visit the image proxy in GrLatticeOp by Brian Salomon · 6 years ago
  8. 2a943df Make GPU lattice/nine patch not bleed across cells. by Brian Salomon · 6 years ago
  9. 4ede56b Remove could not invert matrix SkDebugfs by Brian Salomon · 6 years ago
  10. c573544 Fix skia compilation error by Ankur Mittal · 6 years ago
  11. 763abf0 Revert "Use a cached index buffer for triangle fans in GrDefaultPathRenderer." by Brian Salomon · 6 years ago
  12. ddff425 Use a cached index buffer for triangle fans in GrDefaultPathRenderer. by Brian Salomon · 6 years ago
  13. fb68b3b Remove GrPrimitiveType::kTriangleFan by Brian Salomon · 6 years ago
  14. 06c3304 Don't use triangle fans in default path renderer by Brian Salomon · 7 years ago
  15. 9712601 Add more granularity inside of SkCanvas::Flush traces. by Xiao Yu · 7 years ago
  16. 890a8cc Fix GrAAConvexTessellator trying to fan a 0 point ring by Adrienne Walker · 7 years ago
  17. 218c294 Remove the MSAA path renderer by Chris Dalton · 7 years ago
  18. 4c8c1e8 Minor shadow fixes. by Jim Van Verth · 7 years ago
  19. 39e7165 Revert "Remove ambient clamp hack for analytic shadows." by Jim Van Verth · 7 years ago
  20. 62e4f3d Analytic dashing of circles with single on/off intervals and butt caps. by Brian Salomon · 7 years ago
  21. 2748391 Add ability to dump opList info at flush-time by Robert Phillips · 7 years ago
  22. d75b343 Remove ambient clamp hack for analytic shadows. by Jim Van Verth · 7 years ago
  23. 33c4422 Fix double counting of coverage in analytic round capped stroked circles. by Brian Salomon · 7 years ago
  24. dce19a7 Untangle strike cache and glyph cache by Herb Derby · 7 years ago
  25. cc9856c clean up setReserve() rule-bending by Mike Klein · 7 years ago
  26. 4c32956 DFT to draw A8 instead of incorrect vertical lcd. by Ben Wagner · 7 years ago
  27. 45c9220 Draw stroked circles with round caps analytically. by Brian Salomon · 7 years ago
  28. 75a1302 Don't use the inner radius when not stroking in DIEllipse by Greg Daniel · 7 years ago
  29. 62473ad Check if fan point is finite in GrAAConvexPathRenderer. by Greg Daniel · 7 years ago
  30. 8b09b96 Drop draw in GrAAConvextPathRenderer if calculation of center of mass ends up in NaN by Greg Daniel · 7 years ago
  31. ba31640 Allow for divide by zero in miter calculation in GrAAConvexTessellator by Greg Daniel · 7 years ago
  32. 22c1f37 Revert "implement SkTDArray with std::vector" by Mike Klein · 7 years ago
  33. 80e1d56 implement SkTDArray with std::vector by Mike Klein · 7 years ago
  34. cf6da8c Dump additional details about the gpu resources. by Derek Sollenberger · 7 years ago
  35. 3746ac2 Remove path ranges from gpu. by Ben Wagner · 7 years ago
  36. 7956b59 Remove SkAutoGlyphCache decls that happen to work by Herb Derby · 7 years ago
  37. 296de50 Fix possible overflows in hair line path renderer vertex counts by Brian Salomon · 7 years ago
  38. b5502b2 Small cleanups suggested by ClangTidy by Kevin Lubick · 7 years ago
  39. a64a585 Fix issue with negative translations of small paths by Jim Van Verth · 7 years ago
  40. 5a66efb Remove GrRestrictedAtlasManager by Robert Phillips · 7 years ago
  41. d2e9f76 Revise Text & Small Path Atlas so instantiation failure is handled at flush time by Robert Phillips · 7 years ago
  42. cf838c7 Add bilerp support to scaled emojis by Jim Van Verth · 7 years ago
  43. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 7 years ago
  44. c4039ea Fission GrAtlasGlyphCache in two (take 2) by Robert Phillips · 7 years ago
  45. 4bc7011 Separate creation time & flush time behavior in GrDrawOpAtlas (take 3) by Robert Phillips · 7 years ago
  46. ba7a165 Revert "Revert "Revert "Separate creation time & flush time behavior in GrDrawOpAtlas (take 2)""" by Robert Phillips · 7 years ago
  47. 5c56af1 Revert "Fission GrAtlasGlyphCache in two" by Robert Phillips · 7 years ago
  48. acf1790 Fission GrAtlasGlyphCache in two by Robert Phillips · 7 years ago
  49. 934c3d0 Revert "Revert "Separate creation time & flush time behavior in GrDrawOpAtlas (take 2)"" by Robert Phillips · 7 years ago
  50. 84d823a Revert "Separate creation time & flush time behavior in GrDrawOpAtlas (take 2)" by Robert Phillips · 7 years ago
  51. 96165eb Separate creation time & flush time behavior in GrDrawOpAtlas (take 2) by Robert Phillips · 7 years ago
  52. 242135a move some RRect methods into priv by Mike Reed · 7 years ago
  53. 59ddc6d Revert "Separate creation time & flush time behavior in GrDrawOpAtlas" by Robert Phillips · 7 years ago
  54. 056c1a8 Separate creation time & flush time behavior in GrDrawOpAtlas by Robert Phillips · 7 years ago
  55. e4fda6c Pull non-substantive changes out of omnibus CL by Robert Phillips · 7 years ago
  56. f3690dd Change signature of GrAtlasGlyphCache::getProxies by Robert Phillips · 7 years ago
  57. 6028361 Drop unused shader support for sample variables by Chris Dalton · 7 years ago
  58. 93c7250 Remove unneccesary assert in GrAALinearizingConvexPathRenderer by Robert Phillips · 7 years ago
  59. cd5099c Make atlases instantiate themselves at flush time by Robert Phillips · 7 years ago
  60. 5711133 Remove integer texture support by Brian Salomon · 7 years ago
  61. 7d982c6 Make edge equations be flat interpolated in GrTextureOp by Brian Salomon · 7 years ago
  62. 7b04631 ccpr: Don't use flat interpolation when it is slow by Chris Dalton · 7 years ago
  63. 825d4d7 Revert "Reduce the amount of padding needed for SDFs, take 2" by Jim Van Verth · 7 years ago
  64. 1010530 Reduce the amount of padding needed for SDFs, take 2 by Jim Van Verth · 7 years ago
  65. 598f9ed Revert "Reduce the amount of padding needed for SDFs." by Jim Van Verth · 7 years ago
  66. b42610a Reduce the amount of padding needed for SDFs. by Jim Van Verth · 7 years ago
  67. 7f86192 Revert "Drop support for unused MSAA extensions" by Robert Phillips · 7 years ago
  68. 7df2746 Drop support for unused MSAA extensions by Chris Dalton · 7 years ago
  69. 1d74620 bug fixes from PVS Studio (static analysis) by Mike Klein · 7 years ago
  70. a7701e0 GrTessellator: add a #define for max aa verb count. by Stephen White · 7 years ago
  71. ea26d6b Revert "Revert "Revert "Use GrOvalOpFactory ops to draw non-AA rrects, ovals, and arcs.""" by Brian Salomon · 7 years ago
  72. b4e965c Revert "Revert "Use GrOvalOpFactory ops to draw non-AA rrects, ovals, and arcs."" by Brian Salomon · 7 years ago
  73. dba65f9 Add a workaround for inaccurate interpolants on Adreno 3xx. by Brian Salomon · 7 years ago
  74. 40a29d7 Move GrOpFlushState out of GrDrawingManager and onto the stack by Robert Phillips · 7 years ago
  75. 485b8c6 Don't apply coverage aa on image edges when target has msaa. by Brian Salomon · 7 years ago
  76. 0bd24dc Funnel most proxy creation through GrProxyProvider by Robert Phillips · 7 years ago
  77. befff65 Revert "Use GrOvalOpFactory ops to draw non-AA rrects, ovals, and arcs." by Greg Daniel · 7 years ago
  78. 7cdabed Use GrOvalOpFactory ops to draw non-AA rrects, ovals, and arcs. by Brian Salomon · 7 years ago
  79. b5ef1f9 Make GrTextureOp capable of edge antialiasing. by Brian Salomon · 7 years ago
  80. 185ffe9 make growToInclude private by Mike Reed · 7 years ago
  81. 274218e move largest apis into private by Mike Reed · 7 years ago
  82. 1afd4cd Add GrProxyProvider by Robert Phillips · 7 years ago
  83. 7c2192b Make SkMatrixPriv stride mapping functions take separate src and dst strides by Brian Salomon · 7 years ago
  84. fa3783f Remove public version of SkMatrix::mapPointsWithStride. by Brian Salomon · 7 years ago
  85. 8fb3725 Privatize separate src/dst version of SkMatrix::mapPointsWithStride. by Brian Salomon · 7 years ago
  86. 4284613 Enable conditional-uninitialized flag by Kevin Lubick · 7 years ago
  87. 0906825 Remove unused color from all distance field GPs and GrAtlasTextOp by Brian Osman · 7 years ago
  88. 8716b50 Update per-geo color after simplifying FPs in GrAtlasTextOp by Brian Osman · 7 years ago
  89. 5c6ac64 Revert "Revert "move homogenous with stride to matrixpriv"" by Brian Salomon · 7 years ago
  90. f226e66 Revert "Transform vertices for distance field glyphs on CPU." by Greg Daniel · 7 years ago
  91. de71572 Revert "move homogenous with stride to matrixpriv" by Greg Daniel · 7 years ago
  92. 2d53d98 move homogenous with stride to matrixpriv by Cary Clark · 7 years ago
  93. 0215e39 Transform vertices for distance field glyphs on CPU. by Brian Salomon · 7 years ago
  94. ca8c095 Implement a fast path for solid color lattice rectangle by Stan Iliev · 7 years ago
  95. 2737288 Don't force GrGLSLVarying's scope to be compile-time constant by Chris Dalton · 7 years ago
  96. c96f9b5 Fix gpu line dashing when line is zero length but has cap by Greg Daniel · 7 years ago
  97. 04460cc Make GrGLSLPrimitiveProcessor::emitTransforms take local coords as GrShaderVar. by Brian Salomon · 7 years ago
  98. bbf0575 Reland "Set multitexturing threshold for NVIDIA" by Brian Salomon · 7 years ago
  99. 762d5e7 Revert "Revert "Use a dst size threshold for multitexturing images."" by Brian Salomon · 7 years ago
  100. be85ef2 Revert "Use a dst size threshold for multitexturing images." by Brian Salomon · 7 years ago