1. 7c525e6 Plumb GrContext everywhere by Robert Phillips · 6 years ago
  2. d2e9f76 Revise Text & Small Path Atlas so instantiation failure is handled at flush time by Robert Phillips · 6 years ago
  3. cd5099c Make atlases instantiate themselves at flush time by Robert Phillips · 7 years ago
  4. 3968ff9 Include opList ids in GrOnFlushCallbackObject::postFlush by Chris Dalton · 7 years ago
  5. 943ed79 Remove deferred upload types from GrDrawOp.h. by Brian Salomon · 7 years ago
  6. 5698c8a Batch better in GrSmallPathRenderer and add perspective support. by Jim Van Verth · 7 years ago
  7. 106b5c4 Shrink GrDrawOpAtlases when no longer needed, take 2. by Jim Van Verth · 7 years ago
  8. 4935a01 Revert "Shrink GrDrawOpAtlases when no longer needed" by Jim Van Verth · 7 years ago
  9. 7cf5952 Shrink GrDrawOpAtlases when no longer needed by Jim Van Verth · 7 years ago
  10. 5ed4423 Improve GrPathRendererChain heuristics by Chris Dalton · 7 years ago
  11. e5ede4b Revert "Improve GrPathRendererChain heuristics" by Chris Dalton · 7 years ago
  12. 60f4249 Improve GrPathRendererChain heuristics by Chris Dalton · 7 years ago
  13. 3cf781d Switch GrSmallPath renderer over to always using integer texture coordinates by Robert Phillips · 7 years ago
  14. febbd23 Make SmallPathOp a non-legacy GrMeshDrawOp by Brian Salomon · 7 years ago
  15. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 7 years ago
  16. 8301046 Rename GrAADistanceFieldPathRenderer to GrSmallPathRenderer by Jim Van Verth · 7 years ago[Renamed (94%) from src/gpu/ops/GrAADistanceFieldPathRenderer.h]
  17. 33632d8 Reland: Allow DFPathRenderer to store bitmaps at low resolutions by Jim Van Verth · 7 years ago
  18. 0755bb1 Revert "Allow distance field path renderer to store bitmaps at low resolutions" by Cary Clark · 7 years ago
  19. c0bc1bb Allow distance field path renderer to store bitmaps at low resolutions by Jim Van Verth · 7 years ago
  20. 7704754 More fixes for distance field paths by Jim Van Verth · 8 years ago
  21. 000ca63 Revert "More fixes for distance field paths" by Jim Van Verth · 8 years ago
  22. d081ff3 More fixes for distance field paths by Jim Van Verth · 8 years ago
  23. 2ee084e Rename GrBatchAtlas -> GrDrawOpAtlas. by Brian Salomon · 8 years ago
  24. 903da79 Rename GrBatchAtlas files to GrDrawOpAtlas by Brian Salomon · 8 years ago
  25. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago[Renamed from src/gpu/batches/GrAADistanceFieldPathRenderer.h]
  26. d0a0a65 Convert a few path renderer class batches from Batch to Op. by Brian Salomon · 8 years ago
  27. ecdb686 Fix SDF generation for pixel-aligned paths (take two) by Jim Van Verth · 8 years ago
  28. e1f29c7 Revert "Fix SDF generation for pixel-aligned paths" by Jim Van Verth · 8 years ago
  29. 9296412 Fix SDF generation for pixel-aligned paths by Jim Van Verth · 8 years ago
  30. 594f9ed Smart pointers for GrBatchAtlas. by Ben Wagner · 8 years ago
  31. 18fa642 chmod -x *.cpp *.h by Hal Canary · 8 years ago
  32. 4e97607 Use sse4.2 CRC32 instructions to hash when available. by mtklein · 8 years ago
  33. ee43241 Remove style application from GrPathRenderer subclasses by bsalomon · 8 years ago
  34. 8acedde Use GrShape in GrPathRenderer. by bsalomon · 8 years ago
  35. d6f25bf Make GrPathRenderer only support fills for path stenciling by bsalomon · 8 years ago
  36. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  37. 512e437 Add stroking support to distance field path renderer by jvanverth · 9 years ago
  38. 08c4bdf Revert of Add stroking support to distance field path renderer (patchset #8 id:160001 of https://codereview.chromium.org/1460873002/ ) by fmalita · 9 years ago
  39. 73ee677 Add stroking support to distance field path renderer by jvanverth · 9 years ago
  40. b736158 Revert of Add stroking support to distance field path renderer (patchset #7 id:120001 of https://codereview.chromium.org/1460873002/ ) by jvanverth · 9 years ago
  41. 5ce76ef Add stroking support to distance field path renderer by jvanverth · 9 years ago
  42. 6335a72 Move PathRenderers to batches folder by joshualitt · 9 years ago[Renamed from src/gpu/GrAADistanceFieldPathRenderer.h]
  43. e7d4b2f Simplify parameters passed to path renderers by robertphillips · 9 years ago
  44. 0aff2fa Also provides the ResourceProvider to onDrawPath which allows the DF PR to no longer require access to GrContext. by bsalomon · 9 years ago
  45. 21279c7 AADistanceFieldPathRenderer unit tests by joshualitt · 9 years ago
  46. 1899651 Extract gpu line dashing to GrDashLinePathRenderer by kkinnunen · 9 years ago
  47. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  48. 5bf99f1 Creation of GrBatchAtlas and Distancefieldpathrenderer batch by joshualitt · 9 years ago
  49. 9491f7f remove goto in Distance field path renderer by joshualitt · 10 years ago
  50. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago
  51. 8059eb9 Move ViewMatrix off of drawstate by joshualitt · 10 years ago
  52. 2e3b3e3 This cl moves color and coverage off of drawstate. In an effort to keep this CL manageable, I have left the compute invariant input / output in a bit of a strange state(fixing this will be complicated). by joshualitt · 10 years ago
  53. 947556f remove GrAllocPool by joshualitt · 10 years ago
  54. 9853cce Drawstate on stack by joshualitt · 10 years ago
  55. 71cb0c2 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  56. ac49acd Revert of Replace GrResourceCache with GrResourceCache2. (patchset #7 id:120001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  57. 407aa58 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  58. f21dab9 Revert of Replace GrResourceCache with GrResourceCache2. (patchset #6 id:100001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  59. 66a450f Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  60. b61283f Support multiple scales for dfpaths. by jvanverth · 10 years ago
  61. 6d22eca Distance field path optimizations and clean up. by jvanverth · 10 years ago
  62. fa38a30 Add GrAASmallPathRenderer. by jvanverth · 10 years ago