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