1. ec8f8b0 Fix GPU text colors when color spaces are involved by Brian Osman · 7 years ago
  2. d3ccb0a Move pipeline handling out of GrMeshDrawOp. by Brian Salomon · 7 years ago
  3. a811b12 Renames of processor analysis-related classes and method. by Brian Salomon · 7 years ago
  4. e7d3048 Remove GrPipelineOptimizations computation from GrPipeline::init and nest in GrMeshDrawOp. by Brian Salomon · 7 years ago
  5. c0b642c Split GrPipelineInput into separate color and coverage types, the latter of which is just an enum. by Brian Salomon · 7 years ago
  6. 296b1cc Retract GrContext from src/gpu/effects by Robert Phillips · 8 years ago
  7. 32f2818 Clean up/remove unused GrFragmentProcessor-derived ctors by Robert Phillips · 8 years ago
  8. 5298dc8 Make GrPipelineAnalysis a nested class of GrProcessorSet. by Brian Salomon · 8 years ago
  9. bfd5183 Removes tracking of whether color is ignored by XP. by Brian Salomon · 8 years ago
  10. 8c852be Removing tracking of whether GP/FP coverage calculations are used by XP. by Brian Salomon · 8 years ago
  11. f833478 Remove ref counting from GrOp. by Brian Salomon · 8 years ago
  12. 92aee3d This renames methods and classes that relate to static analysis of combinations of GrDrawOps and GrPipelines. by Brian Salomon · 8 years ago
  13. f856fd1 Rename GrBatchFontCache->GrAtlasGlyphCache by Brian Salomon · 8 years ago
  14. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago[Renamed (99%) from src/gpu/batches/GrAtlasTextOp.h]
  15. 344ec42 Rename GrAtlasTextBatch->GrAtlasTextOp and sk_sp by Brian Salomon · 8 years ago
  16. 09e019e Rename GrAtlasTextBatch files to GrAtlasTextOp by Brian Salomon · 8 years ago[Renamed from src/gpu/batches/GrAtlasTextBatch.h]
  17. 60c05f9 Mark the leaf classes of GrOp final. by Herb Derby · 8 years ago
  18. dad2923 Rename GrVertexBatch->GrMeshDrawOp by Brian Salomon · 8 years ago
  19. 25a8809 Rename GrBatch to GrOp by Brian Salomon · 8 years ago
  20. 144caf5 src/gpu: s/SkAutoTUnref/sk_sp/g by Hal Canary · 8 years ago
  21. 88cf17d Consolidate handling of infinitely thin primitives and aa bloat handing WRT batch bounds. by bsalomon · 8 years ago
  22. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  23. b461d34 Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriate by brianosman · 8 years ago
  24. 0586f5c sRGB support for distance field text. by brianosman · 8 years ago
  25. 342bfc2 Simplify GrDrawBatch uploads and token uage. by bsalomon · 8 years ago
  26. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  27. 397536c Consolidate GPU buffer implementations by cdalton · 8 years ago
  28. f8c3ba4 Revert of Consolidate GPU buffer implementations (patchset #10 id:180001 of https://codereview.chromium.org/1825393002/ ) by robertphillips · 8 years ago
  29. 8b1bff2 Consolidate GPU buffer implementations by cdalton · 8 years ago
  30. 8e0ef29 Calculate translations to apply to vertices in batch by joshualitt · 9 years ago
  31. ddd22d8 Remove last bit of privacy violation for GrAtlasTextBlob by joshualitt · 9 years ago
  32. bc81111 start to chip away at friending of GrAtlasTextBatch/GrAtlasTextBlob by joshualitt · 9 years ago
  33. 7481e75 Fix GrAtlasTextBlob bounds management by joshualitt · 9 years ago
  34. 269a82f Revert of Fix GrAtlasTextBlob bounds management (patchset #8 id:140001 of https://codereview.chromium.org/1605013002/ ) by joshualitt · 9 years ago
  35. ae473fd Fix GrAtlasTextBlob bounds management by joshualitt · 9 years ago
  36. e804292 Move all text stuff to its own folder by joshualitt · 9 years ago
  37. 1acabf3 Move DistanceAdjustTable to its own file by joshualitt · 9 years ago
  38. f528e0d A small text cleanup by joshualitt · 9 years ago
  39. d9d30f7 Allow LCD text to batch across colorchanges. This will always use by joshualitt · 9 years ago
  40. 3660d53 Start objectifying GrAtlasTextBlob by joshualitt · 9 years ago
  41. 144c3c8 Make onPrepareDraws const by joshualitt · 9 years ago
  42. ff21032 New API for computing optimization invariants. by ethannicholas · 9 years ago
  43. 60ce86d Move GrAtlasTextBatch blob regeneration to template by joshualitt · 9 years ago
  44. a751c97 Factor out GrAtlasTextBatch fromt GrAtlasTextContext by joshualitt · 9 years ago