1. df0c557 Use new API everywhere for GrDefaultGeoProcFactory by joshualitt · 9 years ago
  2. e494a58 Revert of Use new API everywhere for GrDefaultGeoProcFactory (patchset #5 id:80001 of https://codereview.chromium.org/1261083003/) by joshualitt · 9 years ago
  3. 801823b Use new API everywhere for GrDefaultGeoProcFactory by joshualitt · 9 years ago
  4. 0aff2fa Also provides the ResourceProvider to onDrawPath which allows the DF PR to no longer require access to GrContext. by bsalomon · 9 years ago
  5. 1c73548 Start to propagate constness of GrPipelineBuilder up the stack by joshualitt · 9 years ago
  6. 7765a47 Makes GrPipelineInfo a class with query functions used by GrBatch subclasses. by bsalomon · 9 years ago
  7. d07a279 Revert of Rework GrPipelineInfo (patchset #7 id:120001 of https://codereview.chromium.org/1213383005/) by bsalomon · 9 years ago
  8. f5179a4 Makes GrPipelineInfo a class with query functions used by GrBatch subclasses. by bsalomon · 9 years ago
  9. b8c241a Preliminary attempt to remove batch tracker by joshualitt · 9 years ago
  10. d3a560f Revert of Preliminary attempt to remove batch tracker (patchset #3 id:40001 of https://codereview.chromium.org/1139723004/) by joshualitt · 9 years ago
  11. cbfe91d Preliminary attempt to remove batch tracker by joshualitt · 9 years ago
  12. d4d83eb Tesellating path renderer: typecast cleanup; logging build fix. by senorblanco · 9 years ago
  13. 6c89110 GLProgramsTest 3.0 by joshualitt · 9 years ago
  14. 2fbd406 tesselating path renderer unit tests by joshualitt · 10 years ago
  15. e40d397 Isolate GrBufferAllocPools inside GrBatchTarget by robertphillips · 10 years ago
  16. cb8979d Move DrawInfo out from GrDrawTarget and rename to GrVertices. by bsalomon · 10 years ago
  17. b5238a7 Start on simplifying generateGeometry() overrides by bsalomon · 10 years ago
  18. 8415abe Revert of Start on simplifying generateGeometry() overrides (patchset #10 id:160001 of https://codereview.chromium.org/1122673002/) by bsalomon · 10 years ago
  19. f28381c Start on simplifying generateGeometry() overrides by bsalomon · 10 years ago
  20. 99c7c07 Move bounds to GrBatch by joshualitt · 10 years ago
  21. 72e3ae4 Remove vertex/index buffer factilities from GrDrawTarget. by bsalomon · 10 years ago
  22. 1899651 Extract gpu line dashing to GrDashLinePathRenderer by kkinnunen · 10 years ago
  23. 2b4bb07 Improve the curve tessellation subdivision of the path renderers. by senorblanco · 10 years ago
  24. 6d88bdb Fix point count computation in tessellating path renderer. by senorblanco · 10 years ago
  25. 5b9f42c Improve tessellating path rasterizer performance on dashed paths. by senorblanco · 10 years ago
  26. 6bd5137 Change tessellator sweep direction to depend on path aspect ratio. by senorblanco · 10 years ago
  27. 7ef63c8 Enable tessellating GPU path renderer. by senorblanco · 10 years ago
  28. e833107 Remove some validation and asserts from tessellating path renderer. by senorblanco · 10 years ago
  29. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
  30. 4b31de8 handle null vertex or index buffers in batch by joshualitt · 10 years ago
  31. 9ba3972 Batchify the tessellated path renderer. by senorblanco · 10 years ago
  32. a2b6d28 Fix for out-of-bounds intersection (found by fuzzer). by senorblanco · 10 years ago
  33. 68ccca1 Win64 warning fix for GrTessellatingPathRenderer. by Stephen White · 10 years ago
  34. d6ed19c Tessellating GPU path renderer. by senorblanco · 10 years ago