1. 9603395 Revert "Don't change mask format in generateImage." by Ben Wagner · 6 years ago
  2. 1d12fa4 Don't change mask format in generateImage. by Ben Wagner · 6 years ago
  3. b24f7f4 remove sk_atomic_compare_exchange by Mike Klein · 6 years ago
  4. 2d9e543 some SkAtomics cleanup by Mike Klein · 6 years ago
  5. 240af98 Avoid flat interpolation on ANGLE by Michael Ludwig · 6 years ago
  6. 5e1f6ea Remove unnecessary gl_FragCoord workaround by Michael Ludwig · 6 years ago
  7. f8dfe4c clean up SkBitmapProcState::platformProcs() by Mike Klein · 6 years ago
  8. e8754d6 Clean up handling of lambda capture to use refs correctly by Herb Derby · 6 years ago
  9. 467994d Reland "Share GP implementation between GrFillRectOp and GrTextureOp" by Michael Ludwig · 6 years ago
  10. 4921dc3 Reland "Send max coverage limit for subpixel rects" by Michael Ludwig · 6 years ago
  11. 48b958b change Run to store bool_aa instead of flags_only_aa by Mike Reed · 6 years ago
  12. 317adf7 Make fallback descriptors explicit by Herb Derby · 6 years ago
  13. 9a51a86 Pass in actual sampled texture and sample params to gpu uniform builders. by Greg Daniel · 6 years ago
  14. a8a5cee clean up TODO by Mike Klein · 6 years ago
  15. 45723ac Take into accout the GrBackendFormat when deciding if we can chain textures together. by Greg Daniel · 6 years ago
  16. c32aeb3 Fix two GPU image filters handling of subset inputs by Brian Osman · 6 years ago
  17. 7e00022 Reland "Add support for Ycbcr Conversion Samplers in vulkan." by Greg Daniel · 6 years ago
  18. 97f3cc2 flag to convert to SkTextEncoding by Mike Reed · 6 years ago
  19. b136588 Revert "Send max coverage limit for subpixel rects" by Michael Ludwig · 6 years ago
  20. f4bf973 Revert "Add support for Ycbcr Conversion Samplers in vulkan." by Greg Daniel · 6 years ago
  21. 6cd7490 Add support for Ycbcr Conversion Samplers in vulkan. by Greg Daniel · 6 years ago
  22. 78dc72c Revert "Share GP implementation between GrFillRectOp and GrTextureOp" by Brian Osman · 6 years ago
  23. da1b99f breakText on font by Mike Reed · 6 years ago
  24. 07105bb don't trust convexity after a transform by Mike Reed · 6 years ago
  25. 2335644 Fix occurrences of "-Wextra-semi-stmt" by Brian Salomon · 6 years ago
  26. 64284e1 experimental alternative isconvex by Mike Reed · 6 years ago
  27. 024e262 Share GP implementation between GrFillRectOp and GrTextureOp by Michael Ludwig · 6 years ago
  28. 4b29d42 Send max coverage limit for subpixel rects by Michael Ludwig · 6 years ago
  29. 577aa0f Uninstantiate proxies when not explicitly allocating by Brian Salomon · 6 years ago
  30. 279c281 Expand handling of empty glyphs to SDF and Path cases by Herbert Derby · 6 years ago
  31. 20bd0f9 Make SkGlyph::PathData own the path by Herbert Derby · 6 years ago
  32. dfd9c79 Make path position handling consistant with SDF by Herbert Derby · 6 years ago
  33. c337a63 Add SkEncodedOrigin to SkYUVASizeInfo, fix JPEG orientation in GPU decode path by Brian Osman · 6 years ago
  34. f7b1e11 Remove the lines-only "optimization" from AA convex path renderer by Brian Osman · 6 years ago
  35. ebc38c9 Draw ovals with GrAAFillRRectOp by Chris Dalton · 6 years ago
  36. e801210 In GrOpFlushState, store GrOp* rather than Unique ID by Brian Osman · 6 years ago
  37. f384193 Modify workaround to never set base or max texture level for GL_TEXTURE_EXTERNAL_OES by Brian Salomon · 6 years ago
  38. 8222f3b Check for valid normals when offsetting by Jim Van Verth · 6 years ago
  39. 553e9a9 Bugfixes for corner cases in per-edge AA by Michael Ludwig · 6 years ago
  40. 23fbefe check decal in 32.32 where we walk decal in 32.32 by Mike Klein · 6 years ago
  41. 1144020 Revert "Experimentally disable GrTextureOp chaining on Intel GPUs on Mac." by Brian Salomon · 6 years ago
  42. d058b18 fix fuzz timeout in pathops by Cary Clark · 6 years ago
  43. 4f60e54 clean up SK_WALK_DECAL_IN_1616 by Mike Klein · 6 years ago
  44. 22619c2 Remove instanced flush WAR for Skylake by Chris Dalton · 6 years ago
  45. c83571e Reland "Prefer GrAAConvexPathRenderer over ccpr" by Chris Dalton · 6 years ago
  46. 2d4f7cb Move the empty glyph checks into the common code by Herb Derby · 6 years ago
  47. 6985853 Reland "Initial definition of fill rect op" by Michael Ludwig · 6 years ago
  48. 83ea522 Fix up GrGlyphCache ctor by Herbert Derby · 6 years ago
  49. 1a2476d Revert "Initial definition of fill rect op" by Michael Ludwig · 6 years ago
  50. 85e22fc Build Android Framework host library on Mac by Leon Scroggins III · 6 years ago
  51. d3c92d9 Initial definition of fill rect op by Michael Ludwig · 6 years ago
  52. 572fdcf Remove SkCanvas::ImageSetEntry constructors by Brian Salomon · 6 years ago
  53. c8f6ab38 Remove unneeded inline declarations by Herbert Derby · 6 years ago
  54. 32c6066 Force clients to specify font when requesting strikecache by Mike Reed · 6 years ago
  55. 6616efb In Vulkan, use 1000 for maxLod instead of maxMipLevel when using mips. by Greg Daniel · 6 years ago
  56. d437c79 Revert "don't trust convexity with affine transforms" by Mike Reed · 6 years ago
  57. d3efa99 Reland "Don't let neighboring radii in GrAAFillRRectOp get too close" by Mike Reed · 6 years ago
  58. 1dced86 Revert "Don't let neighboring radii in GrAAFillRRectOp get too close" by Mike Reed · 6 years ago
  59. af3dd43 Revert "Disable instanced rendering on Skylake" by Chris Dalton · 6 years ago
  60. 9b0ba2c SkWuffsCodec: fix dependent frames by Leon Scroggins III · 6 years ago
  61. f4958ce Move path building logic to SkGlyph by Herb Derby · 6 years ago
  62. 9f0d8c2 Add support for fallbackFor in Android parser. by Ben Wagner · 6 years ago
  63. 26d8d77 don't trust convexity with affine transforms by Mike Reed · 6 years ago
  64. 2a1848d SkShaper->SkFont by Hal Canary · 6 years ago
  65. fc06f98 Clamp GL_TEXTURE_MAX_LEVEL to 1 on Android. by Brian Salomon · 6 years ago
  66. 778edc8 Don't let neighboring radii in GrAAFillRRectOp get too close by Chris Dalton · 6 years ago
  67. 54bf684 Revert "Revert "migrate to passing paint/ctm for bounds"" by Mike Reed · 6 years ago
  68. cc3c342 Reland "move decal_filter_scale inline, walk decal in 32.32"" by Mike Klein · 6 years ago
  69. 914d319 Revert "migrate to passing paint/ctm for bounds" by Mike Reed · 6 years ago
  70. dbbd263 Revert "move decal_filter_scale inline, walk decal in 32.32" by Mike Klein · 6 years ago
  71. f995c05 Reland "Optimize trivial per-edge aa rect tessellation" by Michael Ludwig · 6 years ago
  72. 6bee47b move decal_filter_scale inline, walk decal in 32.32 by Mike Klein · 6 years ago
  73. d5ed3da migrate to passing paint/ctm for bounds by Mike Reed · 6 years ago
  74. 9df4392 Use width instead of weight for width on mac. by Ben Wagner · 6 years ago
  75. 2d07e86 Fix AA outset in GrAAFillRRectOp lower left corner by Chris Dalton · 6 years ago
  76. d003d22 Remove SkCanvas::experimental_drawImageSetV0 by Brian Salomon · 6 years ago
  77. 240ea4c Disable instanced rendering on Skylake by Chris Dalton · 6 years ago
  78. 0711094 Reland Reland "Remove use of integers for atlas indexing" by Jim Van Verth · 6 years ago
  79. bfd90e3 Fix multiplication of maxIterations in PolyUtils by Kevin Lubick · 6 years ago
  80. 98cb159 Revert "Optimize trivial per-edge aa rect tessellation" by Eric Boren · 6 years ago
  81. aa71f0a Remove the arc coord matrix from GrAAFillRRectOp attribs by Chris Dalton · 6 years ago
  82. fda7b3c minor SkFont interface edits by Cary Clark · 6 years ago
  83. 52a6ed3 Fix audit trail when ops merge after chaining change. by Brian Salomon · 6 years ago
  84. c985f04 expose autoglyphs to fontpriv by Mike Reed · 6 years ago
  85. 54bfb18 Privately include our version of vulkan header file in all our src files. by Greg Daniel · 6 years ago
  86. 2b6e390 Use GrVertexWriter::writeQuad in ellipse ops by Brian Osman · 6 years ago
  87. b336c39 Optimize trivial per-edge aa rect tessellation by Michael Ludwig · 6 years ago
  88. 9a061a5 fix pathops fuzz by Cary Clark · 6 years ago
  89. 2871509 change params to getPaths callback, avoiding a xform/copy up front. by Mike Reed · 6 years ago
  90. c16abee impl gettextpath using SkFont by Mike Reed · 6 years ago
  91. 4ff4085 start to divert legacy paint method impls to font by Mike Reed · 6 years ago
  92. 358fcad start to hide textparams on SkPaint by Mike Reed · 6 years ago
  93. baa01d1 Allow null typefaces in SkFont::textToGlyphs() by Florin Malita · 6 years ago
  94. 2ed7820 use SkFont in a lot of places by Mike Reed · 6 years ago
  95. e3caf2d Use GrVertexColor in various oval ops by Brian Osman · 6 years ago
  96. a6dddea Disable sampler objects when using ES2 shading language on ES3 contexts. by Brian Salomon · 6 years ago
  97. e5b08df move NEON matrixProcs into matrixProcs.cpp by Mike Klein · 6 years ago
  98. 1da5cad Make experimental_drawImageSet support per-quad alpha. by Brian Salomon · 6 years ago
  99. 114bde8 Revert "Revert "add rect-parameter to makeImageSnapshot"" by Mike Reed · 6 years ago
  100. 2aaae01 Revert "Prefer GrAAConvexPathRenderer over ccpr" by Brian Osman · 6 years ago