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