1. c67c31c Revert "Revert "Mark wrapped textures imported into SkImages as "read only"."" by Brian Salomon · 6 years ago
  2. bd975d4 Reland "Fallback mipmap creation for YUVA images." by Jim Van Verth · 6 years ago
  3. 7b7ab59 SkRunFont is gone, there is only SkFont by Mike Reed · 6 years ago
  4. 9bd8346 Embed SkPath in SkGlyph::PathData by Herbert Derby · 6 years ago
  5. 6d59568 change private alloc methods to also take fonts by Mike Reed · 6 years ago
  6. ff4ccaa Revert "Mark wrapped textures imported into SkImages as "read only"." by Brian Salomon · 6 years ago
  7. c609353 Revert "Bypass interval tracking and assignment of read-only texures in GrResourceAllocator." by Brian Salomon · 6 years ago
  8. b3f4aac make runfont be a font ... this makes building faster. by Mike Reed · 6 years ago
  9. 1920747 Revert "Fallback mipmap creation for YUVA images." by Jim Van Verth · 6 years ago
  10. 5ce38d3 Fallback mipmap creation for YUVA images. by Jim Van Verth · 6 years ago
  11. 1b04794 Bypass interval tracking and assignment of read-only texures in GrResourceAllocator. by Brian Salomon · 6 years ago
  12. 796693a Mark wrapped textures imported into SkImages as "read only". by Brian Salomon · 6 years ago
  13. 10273c1 Use unnormalized coords all the way through with GL_TEXTURE_RECTANGLE textures. by Brian Salomon · 6 years ago
  14. 2fa1bbc Remove redundant findImage, and remove glyph cache plumbing by Herb Derby · 6 years ago
  15. ab8f297 start to hide paint measuretext by Mike Reed · 6 years ago
  16. cb6b884 Fix uninitialized bug in SkWuffsCodec for incomplete images by Leon Scroggins III · 6 years ago
  17. ba98b7d Make sure we mark Plots in use for all regenerate cases by Jim Van Verth · 6 years ago
  18. b353eeb Remove duplicate member of GrVkDrawableInfo struct. by Greg Daniel · 6 years ago
  19. 0f9d33e clean up conditional code for SkTextEncoding by Mike Reed · 6 years ago
  20. 1958e5d Add Android framework only util to get the SkSurface from SkCanvas by Derek Sollenberger · 6 years ago
  21. 70fbc36 impl breakText in SkFont by Mike Reed · 6 years ago
  22. dbf2aec fix circle dash by Cary Clark · 6 years ago
  23. 7d1eb33 hide paint's getFontBounds by Mike Reed · 6 years ago
  24. 136ed79 add font param to CreateDescriptorAndEffectsUsingPaint by Mike Reed · 6 years ago
  25. 20798e5 passing fragcoord.w in SPIR-V and Metal by Ethan Nicholas · 6 years ago
  26. add7bd9 Check that findImage does not change the format by Herb Derby · 6 years ago
  27. f3086f0 split up SkColor_opts_SSE2.h by Mike Klein · 6 years ago
  28. 968664b Reland "Don't change mask format in generateImage." by Ben Wagner · 6 years ago
  29. 16777f7 split up SkColor_opts_neon.h by Mike Klein · 6 years ago
  30. ae3086e Make callable traits work with msvc. by Ben Wagner · 6 years ago
  31. 0ec1c57 remove sk_atomic_inc by Mike Klein · 6 years ago
  32. de2244c remove sk_atomic_dec by Mike Klein · 6 years ago
  33. 14c55c2 Add support for external textures in Vulkan, specifically GrAHardwareBufferImageGenerator. by Greg Daniel · 6 years ago
  34. 7a82edf Add support for immuatable samplers in vulkan. by Greg Daniel · 6 years ago
  35. 7218f1f Remove uses of the glyph cache by Herbert Derby · 6 years ago
  36. f2b074e add font parameter to CanDrawAsDistanceFields by Mike Reed · 6 years ago
  37. 8912a5d remove sk_atomic_fetch_add by Mike Klein · 6 years ago
  38. 497b368 remove guard for complexity change by Mike Reed · 6 years ago
  39. b237f8a Ensure that SkMipMap pixel data is always 8 byte aligned (for F16) by Brian Osman · 6 years ago
  40. 820e79b remove sk_atomic_load and sk_atomic_store by Mike Klein · 6 years ago
  41. 9603395 Revert "Don't change mask format in generateImage." by Ben Wagner · 6 years ago
  42. 1d12fa4 Don't change mask format in generateImage. by Ben Wagner · 6 years ago
  43. b24f7f4 remove sk_atomic_compare_exchange by Mike Klein · 6 years ago
  44. 2d9e543 some SkAtomics cleanup by Mike Klein · 6 years ago
  45. 240af98 Avoid flat interpolation on ANGLE by Michael Ludwig · 6 years ago
  46. 5e1f6ea Remove unnecessary gl_FragCoord workaround by Michael Ludwig · 6 years ago
  47. f8dfe4c clean up SkBitmapProcState::platformProcs() by Mike Klein · 6 years ago
  48. e8754d6 Clean up handling of lambda capture to use refs correctly by Herb Derby · 6 years ago
  49. 467994d Reland "Share GP implementation between GrFillRectOp and GrTextureOp" by Michael Ludwig · 6 years ago
  50. 4921dc3 Reland "Send max coverage limit for subpixel rects" by Michael Ludwig · 6 years ago
  51. 48b958b change Run to store bool_aa instead of flags_only_aa by Mike Reed · 6 years ago
  52. 317adf7 Make fallback descriptors explicit by Herb Derby · 6 years ago
  53. 9a51a86 Pass in actual sampled texture and sample params to gpu uniform builders. by Greg Daniel · 6 years ago
  54. a8a5cee clean up TODO by Mike Klein · 6 years ago
  55. 45723ac Take into accout the GrBackendFormat when deciding if we can chain textures together. by Greg Daniel · 6 years ago
  56. c32aeb3 Fix two GPU image filters handling of subset inputs by Brian Osman · 6 years ago
  57. 7e00022 Reland "Add support for Ycbcr Conversion Samplers in vulkan." by Greg Daniel · 6 years ago
  58. 97f3cc2 flag to convert to SkTextEncoding by Mike Reed · 6 years ago
  59. b136588 Revert "Send max coverage limit for subpixel rects" by Michael Ludwig · 6 years ago
  60. f4bf973 Revert "Add support for Ycbcr Conversion Samplers in vulkan." by Greg Daniel · 6 years ago
  61. 6cd7490 Add support for Ycbcr Conversion Samplers in vulkan. by Greg Daniel · 6 years ago
  62. 78dc72c Revert "Share GP implementation between GrFillRectOp and GrTextureOp" by Brian Osman · 6 years ago
  63. da1b99f breakText on font by Mike Reed · 6 years ago
  64. 07105bb don't trust convexity after a transform by Mike Reed · 6 years ago
  65. 2335644 Fix occurrences of "-Wextra-semi-stmt" by Brian Salomon · 6 years ago
  66. 64284e1 experimental alternative isconvex by Mike Reed · 6 years ago
  67. 024e262 Share GP implementation between GrFillRectOp and GrTextureOp by Michael Ludwig · 6 years ago
  68. 4b29d42 Send max coverage limit for subpixel rects by Michael Ludwig · 6 years ago
  69. 577aa0f Uninstantiate proxies when not explicitly allocating by Brian Salomon · 6 years ago
  70. 279c281 Expand handling of empty glyphs to SDF and Path cases by Herbert Derby · 6 years ago
  71. 20bd0f9 Make SkGlyph::PathData own the path by Herbert Derby · 6 years ago
  72. dfd9c79 Make path position handling consistant with SDF by Herbert Derby · 6 years ago
  73. c337a63 Add SkEncodedOrigin to SkYUVASizeInfo, fix JPEG orientation in GPU decode path by Brian Osman · 6 years ago
  74. f7b1e11 Remove the lines-only "optimization" from AA convex path renderer by Brian Osman · 6 years ago
  75. ebc38c9 Draw ovals with GrAAFillRRectOp by Chris Dalton · 6 years ago
  76. e801210 In GrOpFlushState, store GrOp* rather than Unique ID by Brian Osman · 6 years ago
  77. f384193 Modify workaround to never set base or max texture level for GL_TEXTURE_EXTERNAL_OES by Brian Salomon · 6 years ago
  78. 8222f3b Check for valid normals when offsetting by Jim Van Verth · 6 years ago
  79. 553e9a9 Bugfixes for corner cases in per-edge AA by Michael Ludwig · 6 years ago
  80. 23fbefe check decal in 32.32 where we walk decal in 32.32 by Mike Klein · 6 years ago
  81. 1144020 Revert "Experimentally disable GrTextureOp chaining on Intel GPUs on Mac." by Brian Salomon · 6 years ago
  82. d058b18 fix fuzz timeout in pathops by Cary Clark · 6 years ago
  83. 4f60e54 clean up SK_WALK_DECAL_IN_1616 by Mike Klein · 6 years ago
  84. 22619c2 Remove instanced flush WAR for Skylake by Chris Dalton · 6 years ago
  85. c83571e Reland "Prefer GrAAConvexPathRenderer over ccpr" by Chris Dalton · 6 years ago
  86. 2d4f7cb Move the empty glyph checks into the common code by Herb Derby · 6 years ago
  87. 6985853 Reland "Initial definition of fill rect op" by Michael Ludwig · 6 years ago
  88. 83ea522 Fix up GrGlyphCache ctor by Herbert Derby · 6 years ago
  89. 1a2476d Revert "Initial definition of fill rect op" by Michael Ludwig · 6 years ago
  90. 85e22fc Build Android Framework host library on Mac by Leon Scroggins III · 6 years ago
  91. d3c92d9 Initial definition of fill rect op by Michael Ludwig · 6 years ago
  92. 572fdcf Remove SkCanvas::ImageSetEntry constructors by Brian Salomon · 6 years ago
  93. c8f6ab38 Remove unneeded inline declarations by Herbert Derby · 6 years ago
  94. 32c6066 Force clients to specify font when requesting strikecache by Mike Reed · 6 years ago
  95. 6616efb In Vulkan, use 1000 for maxLod instead of maxMipLevel when using mips. by Greg Daniel · 6 years ago
  96. d437c79 Revert "don't trust convexity with affine transforms" by Mike Reed · 6 years ago
  97. d3efa99 Reland "Don't let neighboring radii in GrAAFillRRectOp get too close" by Mike Reed · 6 years ago
  98. 1dced86 Revert "Don't let neighboring radii in GrAAFillRRectOp get too close" by Mike Reed · 6 years ago
  99. af3dd43 Revert "Disable instanced rendering on Skylake" by Chris Dalton · 6 years ago
  100. 9b0ba2c SkWuffsCodec: fix dependent frames by Leon Scroggins III · 6 years ago