1. 7d94bb5 Skip visiting for allocator gathering in GrTextureOp when all proxies by Brian Salomon · 7 years ago
  2. 4a3f5c8 Remove hacks for UShort2 texture coords by Brian Osman · 7 years ago
  3. 7eae3e0 Reland "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 7 years ago
  4. fdf05f4 Revert "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 7 years ago
  5. 641ac7d Make result of GrOp::combineIfPossible be an enum. by Brian Salomon · 7 years ago
  6. b948572 Store GrMeshDrawOps' meshes in GrOpFlushState's arena. by Brian Salomon · 7 years ago
  7. 607be37 GrGeometryProcessor derives from GrNonAtomicRef not GrProgramElement. by Brian Salomon · 7 years ago
  8. af87483 Move GrGeometryProcessor's textures out of classes and into by Brian Salomon · 7 years ago
  9. 532b3f9 Remove clamping of kPlus with F16 configs by Brian Osman · 7 years ago
  10. 9aa30c6 Remove sRGB config checks based on color space by Brian Osman · 7 years ago
  11. 4934890 Refactor GrPipeline dynamic state. by Brian Salomon · 7 years ago
  12. 92be2f7 Revert "Revert "Change how vertex/instance attributes are handled in geometry processors."" by Brian Salomon · 7 years ago
  13. c994a93 Move op memory storage to GrContext (take 2) by Robert Phillips · 7 years ago
  14. 5045e50 Revert "Change how vertex/instance attributes are handled in geometry processors." by Mike Klein · 7 years ago
  15. 19c1233 Change how vertex/instance attributes are handled in geometry processors. by Brian Salomon · 7 years ago
  16. 4f6ba2e Revert "Move op memory storage to GrContext" by Robert Phillips · 7 years ago
  17. c8cee44 Move op memory storage to GrContext by Robert Phillips · 7 years ago
  18. 7c525e6 Plumb GrContext everywhere by Robert Phillips · 7 years ago
  19. 7027691 Set bounds correctly for color emoji that need post-cache transfoms by Jim Van Verth · 7 years ago
  20. 8624059 Rename GrAtlasTextBlob -> GrTextBlob by Herb Derby · 7 years ago
  21. 26cbe51 Rename GrAtlasTextContext -> GrTextContext by Herb Derby · 7 years ago
  22. b515ae7 Add GPU perspective support for color emoji by Jim Van Verth · 7 years ago
  23. cbeae03 Fix check for valid proxies returned by AtlasManager. by Jim Van Verth · 7 years ago
  24. 5b8b472 Revert "Check atlasPageCount before accessing the proxy array" by Yuqian Li · 7 years ago
  25. 072c69c Check atlasPageCount before accessing the proxy array by Chris Dalton · 7 years ago
  26. 4ede56b Remove could not invert matrix SkDebugfs by Brian Salomon · 7 years ago
  27. dce19a7 Untangle strike cache and glyph cache by Herb Derby · 7 years ago
  28. 7956b59 Remove SkAutoGlyphCache decls that happen to work by Herb Derby · 7 years ago
  29. 5a66efb Remove GrRestrictedAtlasManager by Robert Phillips · 7 years ago
  30. d2e9f76 Revise Text & Small Path Atlas so instantiation failure is handled at flush time by Robert Phillips · 7 years ago
  31. cf838c7 Add bilerp support to scaled emojis by Jim Van Verth · 7 years ago
  32. c4039ea Fission GrAtlasGlyphCache in two (take 2) by Robert Phillips · 7 years ago
  33. 4bc7011 Separate creation time & flush time behavior in GrDrawOpAtlas (take 3) by Robert Phillips · 7 years ago
  34. ba7a165 Revert "Revert "Revert "Separate creation time & flush time behavior in GrDrawOpAtlas (take 2)""" by Robert Phillips · 7 years ago
  35. 5c56af1 Revert "Fission GrAtlasGlyphCache in two" by Robert Phillips · 7 years ago
  36. acf1790 Fission GrAtlasGlyphCache in two by Robert Phillips · 7 years ago
  37. 934c3d0 Revert "Revert "Separate creation time & flush time behavior in GrDrawOpAtlas (take 2)"" by Robert Phillips · 7 years ago
  38. 84d823a Revert "Separate creation time & flush time behavior in GrDrawOpAtlas (take 2)" by Robert Phillips · 7 years ago
  39. 96165eb Separate creation time & flush time behavior in GrDrawOpAtlas (take 2) by Robert Phillips · 7 years ago
  40. 59ddc6d Revert "Separate creation time & flush time behavior in GrDrawOpAtlas" by Robert Phillips · 7 years ago
  41. 056c1a8 Separate creation time & flush time behavior in GrDrawOpAtlas by Robert Phillips · 7 years ago
  42. e4fda6c Pull non-substantive changes out of omnibus CL by Robert Phillips · 7 years ago
  43. f3690dd Change signature of GrAtlasGlyphCache::getProxies by Robert Phillips · 7 years ago
  44. 7c2192b Make SkMatrixPriv stride mapping functions take separate src and dst strides by Brian Salomon · 8 years ago
  45. fa3783f Remove public version of SkMatrix::mapPointsWithStride. by Brian Salomon · 8 years ago
  46. 0906825 Remove unused color from all distance field GPs and GrAtlasTextOp by Brian Osman · 8 years ago
  47. 8716b50 Update per-geo color after simplifying FPs in GrAtlasTextOp by Brian Osman · 8 years ago
  48. 5c6ac64 Revert "Revert "move homogenous with stride to matrixpriv"" by Brian Salomon · 8 years ago
  49. f226e66 Revert "Transform vertices for distance field glyphs on CPU." by Greg Daniel · 8 years ago
  50. de71572 Revert "move homogenous with stride to matrixpriv" by Greg Daniel · 8 years ago
  51. 2d53d98 move homogenous with stride to matrixpriv by Cary Clark · 8 years ago
  52. 0215e39 Transform vertices for distance field glyphs on CPU. by Brian Salomon · 8 years ago
  53. 7ca90d2 Use round rather than floor for snapping text vertex positions by Brian Osman · 8 years ago
  54. deb53cc Make GrTextBlob::VertexRegenerator determine vertex stride from mask format by Brian Salomon · 8 years ago
  55. 18923f9 Make GrAtlasTextBlob return to caller when a flush is required during subrun tessellation. by Brian Salomon · 8 years ago
  56. 56c3714 More attempts at clipping perf. by Jim Van Verth · 8 years ago
  57. 29b60c9 Make deferred upload handling and draw recording be virtual interfaces implemented by GrOpFlushState. by Brian Salomon · 8 years ago
  58. 1a8f234 Fix assert in text clipping. by Jim Van Verth · 8 years ago
  59. c8a65e3 Some more clipped text optimizations. by Jim Van Verth · 8 years ago
  60. 328a33f Use uint16_t instead of SkIPoint16 when clipping texCoords for text. by Jim Van Verth · 8 years ago
  61. b68defa Fix ASAN issue with clipped text. by Jim Van Verth · 8 years ago
  62. 58c3cce Clip text geometrically when possible. by Jim Van Verth · 8 years ago
  63. d28a79d Make GrResourceProvider more sk_spified by Brian Salomon · 8 years ago
  64. 9a725dd Use shader based blending to clamp kPlus mode w/F16 by Brian Osman · 8 years ago
  65. eafa64b Revert "Revert "Allow GrDrawOpAtlas to grow as needed"" by Jim Van Verth · 8 years ago
  66. ad70c41 Revert "Allow GrDrawOpAtlas to grow as needed" by Jim Van Verth · 8 years ago
  67. 03168b8 Allow GrDrawOpAtlas to grow as needed by Jim Van Verth · 8 years ago
  68. a950b63 Add support for additional textures in GrDrawOpAtlas by Jim Van Verth · 8 years ago
  69. 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 8 years ago
  70. bfd18cd Move GrAppliedClip into GrPipeline by Brian Salomon · 8 years ago
  71. 91326c3 Move GrProcessorSet into GrPipeline by Brian Salomon · 8 years ago
  72. e5b399e Remove GrLegacyMeshDrawOp and GrPipelineBuilder by Brian Salomon · 8 years ago
  73. 44acb5b Revert "Revert "Make GrAtlasTextOp a non-legacy GrMeshDrawOp"" by Brian Salomon · 8 years ago
  74. e3e9628 Revert "Make GrAtlasTextOp a non-legacy GrMeshDrawOp" by Brian Salomon · 8 years ago
  75. 434a58a Make GrAtlasTextOp a non-legacy GrMeshDrawOp by Brian Salomon · 8 years ago
  76. 90e89b3 Add proper aliased support for SDF text by Jim Van Verth · 8 years ago
  77. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 8 years ago
  78. 3809bab Add GrPrimitiveType::kLinesAdjacency by Chris Dalton · 8 years ago
  79. 7cd974f Revert "Add GrPrimitiveType::kLinesAdjacency" by Ravi Mistry · 8 years ago
  80. f7eb015 Add GrPrimitiveType::kLinesAdjacency by Chris Dalton · 8 years ago
  81. bc2cdd1 Fix LCD distance field text color filtering by Jim Van Verth · 8 years ago
  82. 114a3c0 Fix glDrawRangeElements by Chris Dalton · 8 years ago
  83. bca46e2 Convert GrMesh back to a class by Chris Dalton · 8 years ago
  84. ec8f8b0 Fix GPU text colors when color spaces are involved by Brian Osman · 8 years ago
  85. ff92650 Convert GrMesh to a struct by Chris Dalton · 8 years ago
  86. d3ccb0a Move pipeline handling out of GrMeshDrawOp. by Brian Salomon · 8 years ago
  87. a811b12 Renames of processor analysis-related classes and method. by Brian Salomon · 8 years ago
  88. e7d3048 Remove GrPipelineOptimizations computation from GrPipeline::init and nest in GrMeshDrawOp. by Brian Salomon · 8 years ago
  89. c0b642c Split GrPipelineInput into separate color and coverage types, the latter of which is just an enum. by Brian Salomon · 8 years ago
  90. 296b1cc Retract GrContext from src/gpu/effects by Robert Phillips · 8 years ago
  91. 9e50f7b Store clipped bounds on GrOp rather than in parallel in GrRenderTargetOpList. by Brian Salomon · 8 years ago
  92. 32f2818 Clean up/remove unused GrFragmentProcessor-derived ctors by Robert Phillips · 8 years ago
  93. 5298dc8 Make GrPipelineAnalysis a nested class of GrProcessorSet. by Brian Salomon · 8 years ago
  94. c6b7146 Remove component flags from GrPipelineInput. by Brian Salomon · 8 years ago
  95. bfd5183 Removes tracking of whether color is ignored by XP. by Brian Salomon · 9 years ago
  96. 8c852be Removing tracking of whether GP/FP coverage calculations are used by XP. by Brian Salomon · 9 years ago
  97. 09d994e Misc batch->op cleanup Part 1 of 2 by Brian Salomon · 9 years ago
  98. 92aee3d This renames methods and classes that relate to static analysis of combinations of GrDrawOps and GrPipelines. by Brian Salomon · 9 years ago
  99. f856fd1 Rename GrBatchFontCache->GrAtlasGlyphCache by Brian Salomon · 9 years ago
  100. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 9 years ago[Renamed from src/gpu/batches/GrAtlasTextOp.cpp]