1. 7539856 Make GrVertexBatch objects hold their own draws during GrDrawTarget flush by bsalomon · 10 years ago
  2. 16b9913 Split GrDrawBatch and GrVertexBatch into their own files by bsalomon · 10 years ago
  3. abd30f5 Introduce GrBatch subclasses GrDrawBatch and GrVertexBatch to prepare for non-drawing batches by bsalomon · 10 years ago
  4. e7d4b2f Simplify parameters passed to path renderers by robertphillips · 10 years ago
  5. cb02b38 Check for xfer barriers in GrBatch, auto-issue barriers in GrGpu by bsalomon · 10 years ago
  6. 91d844d Rename GrPipelineInfo to GrPipelineOptimizations by bsalomon · 10 years ago
  7. 7441782 Make folder for batches by joshualitt · 10 years ago
  8. b4f9d0e Implement caching of stroked paths in the tessellating path renderer. by senorblanco · 10 years ago
  9. fb1141a Don't pass pipeline to GrBatch::generateGeometry() by bsalomon · 10 years ago
  10. 59cd367 Revert of Implement caching of stroked paths in the tessellated path renderer. (patchset #4 id:60001 of https://codereview.chromium.org/1275553002/ ) by senorblanco · 10 years ago
  11. 29e0d3f Implement caching of stroked paths in the tessellated path renderer. by senorblanco · 10 years ago
  12. 84cd621 Implement caching of filled paths in the tessellated path renderer. by senorblanco · 10 years ago
  13. 562a66b Revert "Implement caching of filled paths in the tessellated path renderer." by mtklein · 10 years ago
  14. c369348 Fix SkData leaks at GrResourceKey::setCustomData() call sites. by Stephen White · 10 years ago
  15. 468dfa7 Implement caching of filled paths in the tessellated path renderer. by senorblanco · 10 years ago
  16. df0c557 Use new API everywhere for GrDefaultGeoProcFactory by joshualitt · 10 years ago
  17. e494a58 Revert of Use new API everywhere for GrDefaultGeoProcFactory (patchset #5 id:80001 of https://codereview.chromium.org/1261083003/) by joshualitt · 10 years ago
  18. 801823b Use new API everywhere for GrDefaultGeoProcFactory by joshualitt · 10 years ago
  19. 0aff2fa Also provides the ResourceProvider to onDrawPath which allows the DF PR to no longer require access to GrContext. by bsalomon · 10 years ago
  20. 1c73548 Start to propagate constness of GrPipelineBuilder up the stack by joshualitt · 10 years ago
  21. 7765a47 Makes GrPipelineInfo a class with query functions used by GrBatch subclasses. by bsalomon · 10 years ago
  22. d07a279 Revert of Rework GrPipelineInfo (patchset #7 id:120001 of https://codereview.chromium.org/1213383005/) by bsalomon · 10 years ago
  23. f5179a4 Makes GrPipelineInfo a class with query functions used by GrBatch subclasses. by bsalomon · 10 years ago
  24. b8c241a Preliminary attempt to remove batch tracker by joshualitt · 10 years ago
  25. d3a560f Revert of Preliminary attempt to remove batch tracker (patchset #3 id:40001 of https://codereview.chromium.org/1139723004/) by joshualitt · 10 years ago
  26. cbfe91d Preliminary attempt to remove batch tracker by joshualitt · 10 years ago
  27. d4d83eb Tesellating path renderer: typecast cleanup; logging build fix. by senorblanco · 10 years ago
  28. 6c89110 GLProgramsTest 3.0 by joshualitt · 10 years ago
  29. 2fbd406 tesselating path renderer unit tests by joshualitt · 10 years ago
  30. e40d397 Isolate GrBufferAllocPools inside GrBatchTarget by robertphillips · 10 years ago
  31. cb8979d Move DrawInfo out from GrDrawTarget and rename to GrVertices. by bsalomon · 10 years ago
  32. b5238a7 Start on simplifying generateGeometry() overrides by bsalomon · 10 years ago
  33. 8415abe Revert of Start on simplifying generateGeometry() overrides (patchset #10 id:160001 of https://codereview.chromium.org/1122673002/) by bsalomon · 10 years ago
  34. f28381c Start on simplifying generateGeometry() overrides by bsalomon · 10 years ago
  35. 99c7c07 Move bounds to GrBatch by joshualitt · 10 years ago
  36. 72e3ae4 Remove vertex/index buffer factilities from GrDrawTarget. by bsalomon · 10 years ago
  37. 1899651 Extract gpu line dashing to GrDashLinePathRenderer by kkinnunen · 10 years ago
  38. 2b4bb07 Improve the curve tessellation subdivision of the path renderers. by senorblanco · 10 years ago
  39. 6d88bdb Fix point count computation in tessellating path renderer. by senorblanco · 10 years ago
  40. 5b9f42c Improve tessellating path rasterizer performance on dashed paths. by senorblanco · 10 years ago
  41. 6bd5137 Change tessellator sweep direction to depend on path aspect ratio. by senorblanco · 10 years ago
  42. 7ef63c8 Enable tessellating GPU path renderer. by senorblanco · 10 years ago
  43. e833107 Remove some validation and asserts from tessellating path renderer. by senorblanco · 10 years ago
  44. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
  45. 4b31de8 handle null vertex or index buffers in batch by joshualitt · 10 years ago
  46. 9ba3972 Batchify the tessellated path renderer. by senorblanco · 10 years ago
  47. a2b6d28 Fix for out-of-bounds intersection (found by fuzzer). by senorblanco · 10 years ago
  48. 68ccca1 Win64 warning fix for GrTessellatingPathRenderer. by Stephen White · 10 years ago
  49. d6ed19c Tessellating GPU path renderer. by senorblanco · 10 years ago