1. ee78396 templatize GrSurfaceProxyRef by Brian Salomon · 6 years ago
  2. 77bf48a Generate Emoji rendering test using typeface created by different font files. by Bruce Wang · 6 years ago
  3. 70c787a implemented copy surface as draw then blit for metal gpu backend by Timothy Liang · 6 years ago
  4. d3e65aa Move GrVkInterface out of public API. by Greg Daniel · 6 years ago
  5. fd98c2c Make some GrSurfaceProxy and GrTextureProxy methods easier to access by Brian Salomon · 6 years ago
  6. e2da5f9 Revert "Disable GPU clip masks" by Christopher Cameron · 6 years ago
  7. 1441137 Remove SK_IGNORE_SUBPIXEL_EMOJI_FIX. by Ben Wagner · 6 years ago
  8. 0ab5ce1 Move path leaf loop to drawer by Herb Derby · 6 years ago
  9. f107a2f SkUTF by Hal Canary · 6 years ago
  10. e782f84 Remove GrResourceIOProcessor. by Brian Salomon · 6 years ago
  11. ae5f953 Remove unused GrGpuResourceRef and GrTGpuResourceRef by Brian Salomon · 6 years ago
  12. e30739a implemented copy surface as draw for metal gpu backend by Timothy Liang · 6 years ago
  13. c8ece3d Don't use glFrontFace by Chris Dalton · 6 years ago
  14. 0054311 Re-re-land "added GrSkSLFP and converted DitherEffect to use it" by Ethan Nicholas · 6 years ago
  15. 74c6ed3 Move one leaf loop from GPU to glyph drawer by Herb Derby · 6 years ago
  16. 0bf5408 Implement Subpixel mode for color format image. by Bruce Wang · 6 years ago
  17. f7dcd76 Remove array of TextureSampler pointers from GrIOResourceProcessor. by Brian Salomon · 6 years ago
  18. 7226c23 Make GrTextureProxy store a GrTextureType. by Brian Salomon · 6 years ago
  19. 3ebd354 For TextureOp + Alpha texture, xform paint color to dest color space by Brian Osman · 6 years ago
  20. a78b6dc Move setAlphaAndRequiredFrame to src/codec by Nigel Tao · 6 years ago
  21. 70039d8 Remove SkFastMin32 by Nigel Tao · 6 years ago
  22. f9dfbc3 Combine GPU drawing routines into one large routine by Herb Derby · 6 years ago
  23. 60dd8c7 Introduce enum class for texture type. by Brian Salomon · 6 years ago
  24. 12e4256 Make a glyphrun version of DrawBmpPosTextAsPaths by Herb Derby · 6 years ago
  25. 13449ce Make SkInternalAtlasTextTarget use glyph runs by Herb Derby · 6 years ago
  26. 80eb42b Take advantage of newly const ref text stack by Herb Derby · 6 years ago
  27. c3bc69f Rename MakeAsTextDraw to MakeFromText by Herb Derby · 6 years ago
  28. 46dbfbb Make regenerateGlyphRunList on use the iterator by Herb Derby · 6 years ago
  29. 4818244 Remove unused kTexture2D_GrSLType and kSampler_GrSLType by Brian Salomon · 6 years ago
  30. db10ed0 Remove unused kBufferSampler_GrSLType by Brian Salomon · 6 years ago
  31. 49d14e9 sksl: Add a "sk_Clockwise" built-in by Chris Dalton · 6 years ago
  32. f4f6bbf Duplicate drawDFPosText into drawDFGlyphRun by Herb Derby · 6 years ago
  33. 88f6d37 Fixed GLSL header line ordering by Ethan Nicholas · 6 years ago
  34. ab54e73 Hide SkTextBlob::GlyphPositioning from public API by Florin Malita · 6 years ago
  35. 504dd05 Reland "Go back to cleaning up MIP levels on texture export rather than assuming dirty on texture import." by Brian Salomon · 6 years ago
  36. da1be46 Add more optional debugging printouts for resource allocation by Robert Phillips · 6 years ago
  37. 2739ab0 Fix explicit resource allocator bug by Robert Phillips · 6 years ago
  38. 9acfc6c Add kAAHairline to GpuPathRenderers by Chris Dalton · 6 years ago
  39. b935cf8 const all the things by Herb Derby · 6 years ago
  40. 1347144 Centralize bitmap glyph positioning by Herb Derby · 6 years ago
  41. a442526 Correctly distinguish hairline paths in the SW path renderer's cache by Brian Osman · 6 years ago
  42. d26b4d8 GrTessellator: fix for collinear edge merging. by Stephen White · 6 years ago
  43. 01a9128 Maybe fix numStencilBits TSAN crash by Robert Phillips · 6 years ago
  44. b64db38 avoid uninitialized under fuzzer by Cary Clark · 6 years ago
  45. e28a6b5 add explicit accessor for sRGB singleton colorspaces by Mike Klein · 6 years ago
  46. 6668a51 Revert "Go back to cleaning up MIP levels on texture export rather than assuming dirty" by Mike Klein · 6 years ago
  47. 48b6490 remove SkThreadedBMPDevice and friends by Mike Klein · 6 years ago
  48. 1c94a8f fonts: Don't recompute device descs on glyph cache hit. by Khushal · 6 years ago
  49. 1d474dd Pin max curvature solutions to 0..1 by Chris Dalton · 6 years ago
  50. 4014ba6 SkUtils: remove some versions of UTF routines. by Hal Canary · 6 years ago
  51. ba5c439 Fix GPU explicit resource allocation bug by Robert Phillips · 6 years ago
  52. 73d7ffc refine NEON checks in raster pipeline by Mike Klein · 6 years ago
  53. 01d6fc9 Go back to cleaning up MIP levels on texture export rather than assuming dirty by Brian Salomon · 6 years ago
  54. df7bb17 Reland "update SkToSRGBColorFilter color management" by Mike Klein · 6 years ago
  55. 0b63196 fixed geometry shaders when canUseFragCoord is false by Ethan Nicholas · 6 years ago
  56. 2587f41 handle failing pathop tests by Cary Clark · 6 years ago
  57. 6a4e60b Revert "Reduce arbitrary opList splitting when sorting (take 2)" by Robert Phillips · 6 years ago
  58. b93af7e Revert "Revert "removed SkSLLayoutLexer"" by Ethan Nicholas · 6 years ago
  59. 20d4e54 Reduce arbitrary opList splitting when sorting (take 2) by Robert Phillips · 6 years ago
  60. 734b2a8 Revert "removed SkSLLayoutLexer" by Ethan Nicholas · 6 years ago
  61. 81ecdbb Clean up bitmap path by Herb Derby · 6 years ago
  62. a631683 Some more SkPolyUtils optimizations and clean up. by Jim Van Verth · 6 years ago
  63. 804f817 removed SkSLLayoutLexer by Ethan Nicholas · 6 years ago
  64. 75b7526 Address fuzzer issue by Robert Phillips · 6 years ago
  65. b8eeb80 added integration for non-moltenvk use of SkSLC MSL generator by Timothy Liang · 6 years ago
  66. b70beea ccpr: Blacklist Bay Trail and Sandybridge on Mesa by Chris Dalton · 6 years ago
  67. e35055f implemented copy surface as blit for metal gpu backend by Timothy Liang · 6 years ago
  68. 206dbe8 Restrict radial step count by Jim Van Verth · 6 years ago
  69. 0f21c23 fixed a bug with SPIR-V ternaries by Ethan Nicholas · 6 years ago
  70. 0067369 Reland "Reland "Add some optimizations to PolyUtils"" by Jim Van Verth · 6 years ago
  71. 98caedd SkPDF: only draw text with SkglyphRuns by Hal Canary · 6 years ago
  72. dfe1fe4 Convert bitmap to use runs instead of blobs by Herb Derby · 6 years ago
  73. 387eaff Vertex color xform bench by Brian Osman · 6 years ago
  74. 022b1e0 Re-add assert for mip maps. by Greg Daniel · 6 years ago
  75. 43d225f added byte type support to SkSLC MSL generator by Timothy Liang · 6 years ago
  76. 1c1391c ccpr: Blacklist Sandy Bridge by Chris Dalton · 6 years ago
  77. 1a9971e Convert remote glyph cache to use glyp runs by Herb Derby · 6 years ago
  78. cc10d79 Move fragCoord workaround declaration by Brian Osman · 6 years ago
  79. 8e9b4c4 Reland "Don't require mips in GrTextureProducer if texture is 1x1." by Greg Daniel · 6 years ago
  80. 6e6bc11 Account for square caps in SkStrokeRec::getInflationRadius by Chris Dalton · 6 years ago
  81. eff01a7 GL: Accept "_float" extensions for "_half_float" formats by Chris Dalton · 6 years ago
  82. e534854 Undef the right macro in SkDWriteNTDDI_VERSION.h by Ben Wagner · 6 years ago
  83. c861eee Revert "Don't require mips in GrTextureProducer if texture is 1x1." by Greg Daniel · 6 years ago
  84. 5191fd7 Don't require mips in GrTextureProducer if texture is 1x1. by Greg Daniel · 6 years ago
  85. 6c48e4d Reland "Revert "added GrSkSLFP and converted DitherEffect to use it"" by Ethan Nicholas · 6 years ago
  86. 736db10 Convert PDF device to use glyph runs lists by Herb Derby · 6 years ago
  87. a8046af implemented onWritePixels and related tests for metal gpu backend by Timothy Liang · 6 years ago
  88. 97ae0c8 Revert "Revert "added GrSkSLFP and converted DitherEffect to use it"" by Ethan Nicholas · 6 years ago
  89. 310f44d rename to Merge patheffect by Mike Reed · 6 years ago
  90. cddab25 Use SkGlyphRunListIterator in gpu by Herb Derby · 6 years ago
  91. 297c3c8 Ignore NTDDI_VERSION with DirectWrite. by Ben Wagner · 6 years ago
  92. 30301c4 share helper for flagging when added to raster cache by Mike Reed · 6 years ago
  93. 785586a remove unused serialization in textblob by Cary Clark · 6 years ago
  94. e70604e created stub for metal gpu command buffer by Timothy Liang · 6 years ago
  95. 84364ee De-virtualize SkBitmapController by Florin Malita · 6 years ago
  96. e9dd316 Revert "Reland "Add some optimizations to PolyUtils"" by Ben Wagner · 6 years ago
  97. 7c0998a Revert "Add kAAHairline to GpuPathRenderers" by Ben Wagner · 6 years ago
  98. 2eacff0 Redo drawTextRSXForm for glyph runs by Herb Derby · 6 years ago
  99. 880b9d3 Add kAAHairline to GpuPathRenderers by Chris Dalton · 6 years ago
  100. 5ed4df3 ccpr: Remove constant scale when solving the cubic midtangent by Chris Dalton · 6 years ago