1. deb53cc Make GrTextBlob::VertexRegenerator determine vertex stride from mask format by Brian Salomon · 7 years ago
  2. df429f3 move parts of SkPoint to SkPointPriv by Cary Clark · 7 years ago
  3. af59748 Add GrContextOptions to control distance field thresholds for small sizes and fallback to paths. by Brian Salomon · 7 years ago
  4. 52db940 Move bmp/mask/sdf functionality from GrTextUtils to GrAtlasTextContext by Brian Salomon · 7 years ago
  5. 18923f9 Make GrAtlasTextBlob return to caller when a flush is required during subrun tessellation. by Brian Salomon · 7 years ago
  6. 9f545bc Modify fontcache GM to actually spill atlas. by Brian Salomon · 7 years ago
  7. 56c3714 More attempts at clipping perf. by Jim Van Verth · 7 years ago
  8. 29b60c9 Make deferred upload handling and draw recording be virtual interfaces implemented by GrOpFlushState. by Brian Salomon · 7 years ago
  9. 943ed79 Remove deferred upload types from GrDrawOp.h. by Brian Salomon · 7 years ago
  10. f18b1d8 Add GrTextUtils::Target by Brian Salomon · 7 years ago
  11. 495f423 Remove fallback to path drawing from stencil and cover text context. by Brian Salomon · 7 years ago
  12. 4cbb6e6 Pass GrRenderTargetContext's GrColorSpaceInfo to SkShader and SkColorFilter. by Brian Salomon · 7 years ago
  13. c8a65e3 Some more clipped text optimizations. by Jim Van Verth · 7 years ago
  14. f3569f0 Add GrColorSpaceInfo and use in place of GrRenderTargetContext in paint conversion. by Brian Salomon · 7 years ago
  15. 58c3cce Clip text geometrically when possible. by Jim Van Verth · 7 years ago
  16. 57caa66 Revert "Revert "Make GPU backend triangulate rects such that they are rendered as tri strips rather than tri fans."" by Brian Salomon · 7 years ago
  17. 62563de Revert "Make GPU backend triangulate rects such that they are rendered as tri strips rather than tri fans." by Brian Salomon · 7 years ago
  18. 152f51d Remove unused variable by Benjamin Kramer · 7 years ago
  19. fa2d604 Make GPU backend triangulate rects such that they are rendered as tri strips rather than tri fans. by Brian Salomon · 7 years ago
  20. d28a79d Make GrResourceProvider more sk_spified by Brian Salomon · 7 years ago
  21. 5698c8a Batch better in GrSmallPathRenderer and add perspective support. by Jim Van Verth · 7 years ago
  22. 106b5c4 Shrink GrDrawOpAtlases when no longer needed, take 2. by Jim Van Verth · 7 years ago
  23. 4935a01 Revert "Shrink GrDrawOpAtlases when no longer needed" by Jim Van Verth · 7 years ago
  24. 7cf5952 Shrink GrDrawOpAtlases when no longer needed by Jim Van Verth · 7 years ago
  25. eafa64b Revert "Revert "Allow GrDrawOpAtlas to grow as needed"" by Jim Van Verth · 7 years ago
  26. ad70c41 Revert "Allow GrDrawOpAtlas to grow as needed" by Jim Van Verth · 7 years ago
  27. 03168b8 Allow GrDrawOpAtlas to grow as needed by Jim Van Verth · 7 years ago
  28. 09dfc47 Pull non-substantive changes out of explicit GPU resource allocation CL by Robert Phillips · 7 years ago
  29. a950b63 Add support for additional textures in GrDrawOpAtlas by Jim Van Verth · 7 years ago
  30. 6a7a704 Add multitexture support to text and path shaders, take 3. by Jim Van Verth · 7 years ago
  31. acc8d2e Revert "Revert "Revert "Add multitexture support to text and path shaders""" by Mike Klein · 7 years ago
  32. 6c251d2 Revert "Revert "Add multitexture support to text and path shaders"" by Jim Van Verth · 7 years ago
  33. e7492fe Revert "Add multitexture support to text and path shaders" by Jim Van Verth · 7 years ago
  34. 7f75426 Add multitexture support to text and path shaders by Jim Van Verth · 7 years ago
  35. bdda0ba Cosmetic changes to GrDrawOpAtlas by Robert Phillips · 7 years ago
  36. f95b175 Retract Gr*Priv.h includes a bit by Robert Phillips · 7 years ago
  37. 54ef7c0 Don't use uninitialized gamma data for adjusting SDF distance. by Jim Van Verth · 7 years ago
  38. 8296e75 Switch atlas clients over to using absolute texture coordinates (take 2) by Robert Phillips · 7 years ago
  39. e253831 Revert "Switch atlas clients over to using absolute texture coordinates" by Robert Phillips · 7 years ago
  40. e84c087 Switch atlas clients over to using absolute texture coordinates by Robert Phillips · 7 years ago
  41. b4aab9a Replace SkFAIL with SK_ABORT. by Ben Wagner · 7 years ago
  42. 6382f45 Replace log2 with SkNextLog2 by Brian Osman · 7 years ago
  43. 1380bb4 Don't draw text with zero glyph counts as paths by Jim Van Verth · 7 years ago
  44. b3f6ac4 Don't create GrAtlasTextBlobs for zero glyph count text draws. by Brian Salomon · 7 years ago
  45. e5b399e Remove GrLegacyMeshDrawOp and GrPipelineBuilder by Brian Salomon · 7 years ago
  46. 44acb5b Revert "Revert "Make GrAtlasTextOp a non-legacy GrMeshDrawOp"" by Brian Salomon · 7 years ago
  47. e3e9628 Revert "Make GrAtlasTextOp a non-legacy GrMeshDrawOp" by Brian Salomon · 7 years ago
  48. 434a58a Make GrAtlasTextOp a non-legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  49. 012893b Don't pre-allocate GrTextBlobCache space by Florin Malita · 7 years ago
  50. 90e89b3 Add proper aliased support for SDF text by Jim Van Verth · 7 years ago
  51. 3921ba2 Enable SDF text when using a perspective matrix. by Jim Van Verth · 7 years ago
  52. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  53. e225b56 Force AAType to MSAA if the render target has MSAA and the API doesn't support disabling it. by Brian Salomon · 7 years ago
  54. bc2cdd1 Fix LCD distance field text color filtering by Jim Van Verth · 7 years ago
  55. 67d52cf sk_sp-ify GrResourceProvider some more by Robert Phillips · 7 years ago
  56. 1772663 Include non-legacy GrMeshDrawOps in GLPrograms test. by Brian Salomon · 7 years ago
  57. 7c8460e Make GrRenderTarget[(Proxy)|(Context)]? advertise a "full scene aa type". by Brian Salomon · 7 years ago
  58. ec8f8b0 Fix GPU text colors when color spaces are involved by Brian Osman · 7 years ago
  59. 6d34228 Allow custom GrAtlasGlyphCache texture sizes by Eric Karl · 7 years ago
  60. dd3b3f4 Rm makeRenderTargetContext in favor of deferred version (take 3) by Robert Phillips · 7 years ago
  61. 2af746c Revert "Rm makeRenderTargetContext in favor of deferred version (take 2)" by Robert Phillips · 7 years ago
  62. 02242e8 Rm makeRenderTargetContext in favor of deferred version (take 2) by Robert Phillips · 7 years ago
  63. 9428a37 Move GrAtlasGlyphCache over to SkArenaAlloc from SkVarAlloc. by Herb Derby · 7 years ago
  64. 9342921 Revert "Rm makeRenderTargetContext in favor of deferred version" by Robert Phillips · 7 years ago
  65. d83ec04 Rm makeRenderTargetContext in favor of deferred version by Robert Phillips · 7 years ago
  66. 48d1b4c Revert "Revert "Create GrXferProcessor while doing GrProcessorSet analysis."" by Brian Salomon · 7 years ago
  67. 5dac9b3 Revert "Create GrXferProcessor while doing GrProcessorSet analysis." by Brian Salomon · 7 years ago
  68. 0ae0e23 Create GrXferProcessor while doing GrProcessorSet analysis. by Brian Salomon · 7 years ago
  69. e14bd80 Move GrPipelineBuilder into GrRenderTargetContext::addLegacyDrawOp by Brian Salomon · 7 years ago
  70. d3ccb0a Move pipeline handling out of GrMeshDrawOp. by Brian Salomon · 7 years ago
  71. 54d212e Revert "Revert "Remove GrPipeline from GrDrawOp."" by Brian Salomon · 7 years ago
  72. c48af93 Revert "Remove GrPipeline from GrDrawOp." by Brian Salomon · 7 years ago
  73. 2bf4b3a Remove GrPipeline from GrDrawOp. by Brian Salomon · 7 years ago
  74. 26c90e0 Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps by Robert Phillips · 7 years ago
  75. c500d9b Use SkTArray for mailbox polling by Florin Malita · 7 years ago
  76. 4a01ac9 Purge GrTextBlobCache entries on SkTextBlob deletion by Florin Malita · 7 years ago
  77. c337c9e Revert "Revert "Hold sk_sp<GrAtlasTextBlob> refs in GrTextBlobCache instead of raw ptrs"" by Florin Malita · 7 years ago
  78. 3304c44 Revert "Hold sk_sp<GrAtlasTextBlob> refs in GrTextBlobCache instead of raw ptrs" by Florin Malita · 7 years ago
  79. db3ceb8 Hold sk_sp<GrAtlasTextBlob> refs in GrTextBlobCache instead of raw ptrs by Florin Malita · 7 years ago
  80. 649a341 Add a separate draw function to GrRenderTargetContext for GrMeshDrawOp derived classes. by Brian Salomon · 7 years ago
  81. 3b65598 Make SkGr.h private and remove unused functions by Brian Osman · 7 years ago
  82. 33fdb8d Refactor GrTextBlobCache by Florin Malita · 7 years ago
  83. 256c37b Remove atlas creation from GrResourceProvider by Robert Phillips · 8 years ago
  84. 32f2818 Clean up/remove unused GrFragmentProcessor-derived ctors by Robert Phillips · 8 years ago
  85. 8be952a SkScalarMul is deprecated by Mike Reed · 8 years ago
  86. 6f6961e make GR_TEST_UTILS=0 work by Hal Canary · 8 years ago
  87. 77b3f32 Broaden checking of GrSurfaceProxy::MakeDeferred's return value by Robert Phillips · 8 years ago
  88. f200a90 Rationalize GrContext's Gr*Proxy getter naming by Robert Phillips · 8 years ago
  89. 26d3f21 verify that glyph position rect is non-empty in GrAtlasTextBlob::appendGlyph by Lee Salzman · 8 years ago
  90. c949ce9 Replace some GrSurface:read/writePixels with the GrSurfaceContext equivalent by Robert Phillips · 8 years ago
  91. 2c86249 Move read/write-Pixels up to GrSurfaceContext by Robert Phillips · 8 years ago
  92. 6f1d36c Delay SkPaint->GrPaint conversion in text rendering. by Brian Salomon · 8 years ago
  93. f809c1e Try out new refFoo pattern on GrStyle by Robert Phillips · 8 years ago
  94. 693fdbd refFoo variant for getters that naturally have a sk_sp by Mike Reed · 8 years ago
  95. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 8 years ago
  96. 95e3c05 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  97. c456b73 Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h" by Kevin Lubick · 8 years ago
  98. a5494f1 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  99. 8cbb424 Generate Signed Distance Field directly from vector path by joel.liang · 8 years ago
  100. f833478 Remove ref counting from GrOp. by Brian Salomon · 8 years ago