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