1. 92aee3d This renames methods and classes that relate to static analysis of combinations of GrDrawOps and GrPipelines. by Brian Salomon · 8 years ago
  2. f856fd1 Rename GrBatchFontCache->GrAtlasGlyphCache by Brian Salomon · 8 years ago
  3. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago[Renamed from src/gpu/batches/GrAtlasTextOp.cpp]
  4. 344ec42 Rename GrAtlasTextBatch->GrAtlasTextOp and sk_sp by Brian Salomon · 8 years ago
  5. 09e019e Rename GrAtlasTextBatch files to GrAtlasTextOp by Brian Salomon · 8 years ago[Renamed (99%) from src/gpu/batches/GrAtlasTextBatch.cpp]
  6. 742e31d Rename GrBatchFlushState to GrOpFlushState by Brian Salomon · 8 years ago
  7. dad2923 Rename GrVertexBatch->GrMeshDrawOp by Brian Salomon · 8 years ago
  8. 25a8809 Rename GrBatch to GrOp by Brian Salomon · 8 years ago
  9. 7c3e718 Remove pipeline info dump from GrDrawBatch by Brian Salomon · 8 years ago
  10. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  11. 144caf5 src/gpu: s/SkAutoTUnref/sk_sp/g by Hal Canary · 8 years ago
  12. 88cf17d Consolidate handling of infinitely thin primitives and aa bloat handing WRT batch bounds. by bsalomon · 8 years ago
  13. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  14. 4dbbd04 SkLeanWindows.h: #include "Windows.h" fewer places by halcanary · 8 years ago
  15. d1c71fd Attempt to improve lifetime management of SkGlyphCache in Ganesh atlas text code. by bsalomon · 8 years ago
  16. c2878e2 Remove GrFontScaler class. by bsalomon · 8 years ago
  17. b461d34 Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriate by brianosman · 9 years ago
  18. 33b6b8e Allow a small tolerance in GrAtlasTextBatch bounds test. by bsalomon · 9 years ago
  19. 0586f5c sRGB support for distance field text. by brianosman · 9 years ago
  20. 342bfc2 Simplify GrDrawBatch uploads and token uage. by bsalomon · 9 years ago
  21. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
  22. 397536c Consolidate GPU buffer implementations by cdalton · 9 years ago
  23. f8c3ba4 Revert of Consolidate GPU buffer implementations (patchset #10 id:180001 of https://codereview.chromium.org/1825393002/ ) by robertphillips · 9 years ago
  24. 8b1bff2 Consolidate GPU buffer implementations by cdalton · 9 years ago
  25. 0e1853c Update how we send draws to gpu backend to reduce state setting. by egdaniel · 9 years ago
  26. cf371bb Use correct gradient calculation for rotated distance fields. by jvanverth · 9 years ago
  27. 8e0ef29 Calculate translations to apply to vertices in batch by joshualitt · 9 years ago
  28. ddd22d8 Remove last bit of privacy violation for GrAtlasTextBlob by joshualitt · 9 years ago
  29. bc81111 start to chip away at friending of GrAtlasTextBatch/GrAtlasTextBlob by joshualitt · 9 years ago
  30. 5366a09 Revert of added support for PLS path rendering (patchset #16 id:360001 of https://codereview.chromium.org/1541903002/ ) by ethannicholas · 9 years ago
  31. 7df3f5e added support for PLS path rendering by ethannicholas · 9 years ago
  32. 7481e75 Fix GrAtlasTextBlob bounds management by joshualitt · 9 years ago
  33. 269a82f Revert of Fix GrAtlasTextBlob bounds management (patchset #8 id:140001 of https://codereview.chromium.org/1605013002/ ) by joshualitt · 9 years ago
  34. ae473fd Fix GrAtlasTextBlob bounds management by joshualitt · 9 years ago
  35. 323c2eb A few more small changes to make GrAtlasTextBlob nearly self contained by joshualitt · 9 years ago
  36. e804292 Move all text stuff to its own folder by joshualitt · 9 years ago
  37. 53f26aa Remove uniform color for GrDistanceFieldGeoProc by joshualitt · 9 years ago
  38. f9e658b Fix bug with GrAtlasTextContext color regen by joshualitt · 9 years ago
  39. f528e0d A small text cleanup by joshualitt · 9 years ago
  40. d9d30f7 Allow LCD text to batch across colorchanges. This will always use by joshualitt · 9 years ago
  41. 3660d53 Start objectifying GrAtlasTextBlob by joshualitt · 9 years ago
  42. 144c3c8 Make onPrepareDraws const by joshualitt · 9 years ago
  43. ff21032 New API for computing optimization invariants. by ethannicholas · 9 years ago
  44. 50aa15b Remove unecessary GetGlyphIdMetrics call by joshualitt · 9 years ago
  45. 60ce86d Move GrAtlasTextBatch blob regeneration to template by joshualitt · 9 years ago
  46. a751c97 Factor out GrAtlasTextBatch fromt GrAtlasTextContext by joshualitt · 9 years ago