1. 8301046 Rename GrAADistanceFieldPathRenderer to GrSmallPathRenderer by Jim Van Verth · 7 years ago[Renamed (94%) from src/gpu/ops/GrAADistanceFieldPathRenderer.h]
  2. 33632d8 Reland: Allow DFPathRenderer to store bitmaps at low resolutions by Jim Van Verth · 7 years ago
  3. 0755bb1 Revert "Allow distance field path renderer to store bitmaps at low resolutions" by Cary Clark · 7 years ago
  4. c0bc1bb Allow distance field path renderer to store bitmaps at low resolutions by Jim Van Verth · 7 years ago
  5. 7704754 More fixes for distance field paths by Jim Van Verth · 8 years ago
  6. 000ca63 Revert "More fixes for distance field paths" by Jim Van Verth · 8 years ago
  7. d081ff3 More fixes for distance field paths by Jim Van Verth · 8 years ago
  8. 2ee084e Rename GrBatchAtlas -> GrDrawOpAtlas. by Brian Salomon · 8 years ago
  9. 903da79 Rename GrBatchAtlas files to GrDrawOpAtlas by Brian Salomon · 8 years ago
  10. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago[Renamed from src/gpu/batches/GrAADistanceFieldPathRenderer.h]
  11. d0a0a65 Convert a few path renderer class batches from Batch to Op. by Brian Salomon · 8 years ago
  12. ecdb686 Fix SDF generation for pixel-aligned paths (take two) by Jim Van Verth · 8 years ago
  13. e1f29c7 Revert "Fix SDF generation for pixel-aligned paths" by Jim Van Verth · 8 years ago
  14. 9296412 Fix SDF generation for pixel-aligned paths by Jim Van Verth · 8 years ago
  15. 594f9ed Smart pointers for GrBatchAtlas. by Ben Wagner · 8 years ago
  16. 18fa642 chmod -x *.cpp *.h by Hal Canary · 8 years ago
  17. 4e97607 Use sse4.2 CRC32 instructions to hash when available. by mtklein · 8 years ago
  18. ee43241 Remove style application from GrPathRenderer subclasses by bsalomon · 8 years ago
  19. 8acedde Use GrShape in GrPathRenderer. by bsalomon · 8 years ago
  20. d6f25bf Make GrPathRenderer only support fills for path stenciling by bsalomon · 8 years ago
  21. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  22. 512e437 Add stroking support to distance field path renderer by jvanverth · 9 years ago
  23. 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
  24. 73ee677 Add stroking support to distance field path renderer by jvanverth · 9 years ago
  25. 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
  26. 5ce76ef Add stroking support to distance field path renderer by jvanverth · 9 years ago
  27. 6335a72 Move PathRenderers to batches folder by joshualitt · 9 years ago[Renamed from src/gpu/GrAADistanceFieldPathRenderer.h]
  28. e7d4b2f Simplify parameters passed to path renderers by robertphillips · 9 years ago
  29. 0aff2fa Also provides the ResourceProvider to onDrawPath which allows the DF PR to no longer require access to GrContext. by bsalomon · 9 years ago
  30. 21279c7 AADistanceFieldPathRenderer unit tests by joshualitt · 9 years ago
  31. 1899651 Extract gpu line dashing to GrDashLinePathRenderer by kkinnunen · 9 years ago
  32. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  33. 5bf99f1 Creation of GrBatchAtlas and Distancefieldpathrenderer batch by joshualitt · 9 years ago
  34. 9491f7f remove goto in Distance field path renderer by joshualitt · 9 years ago
  35. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago
  36. 8059eb9 Move ViewMatrix off of drawstate by joshualitt · 10 years ago
  37. 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
  38. 947556f remove GrAllocPool by joshualitt · 10 years ago
  39. 9853cce Drawstate on stack by joshualitt · 10 years ago
  40. 71cb0c2 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  41. ac49acd Revert of Replace GrResourceCache with GrResourceCache2. (patchset #7 id:120001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  42. 407aa58 Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  43. f21dab9 Revert of Replace GrResourceCache with GrResourceCache2. (patchset #6 id:100001 of https://codereview.chromium.org/716143004/) by bsalomon · 10 years ago
  44. 66a450f Replace GrResourceCache with GrResourceCache2. by bsalomon · 10 years ago
  45. b61283f Support multiple scales for dfpaths. by jvanverth · 10 years ago
  46. 6d22eca Distance field path optimizations and clean up. by jvanverth · 10 years ago
  47. fa38a30 Add GrAASmallPathRenderer. by jvanverth · 10 years ago