1. ecbc12b Replace targetHasUnifiedMultisampling in GrPB constructor by csmartdalton · 8 years ago
  2. 55fdccc Remove GrRenderTarget from GrPipelineBuilder by robertphillips · 8 years ago
  3. 976f5f0 Make GrClipMaskManager stateless and push GrPipelineBuilder construction downstack by robertphillips · 8 years ago
  4. 862cff3 Remove clip from GrPipelineBuilder by cdalton · 8 years ago
  5. 6663acf Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  6. 85d9667 Revert of Replace GrStrokeInfo with GrStyle. (patchset #4 id:160001 of https://codereview.chromium.org/1957363002/ ) by bsalomon · 8 years ago
  7. 33595bd Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  8. 342bfc2 Simplify GrDrawBatch uploads and token uage. by bsalomon · 8 years ago
  9. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  10. 397536c Consolidate GPU buffer implementations by cdalton · 8 years ago
  11. f8c3ba4 Revert of Consolidate GPU buffer implementations (patchset #10 id:180001 of https://codereview.chromium.org/1825393002/ ) by robertphillips · 8 years ago
  12. 8b1bff2 Consolidate GPU buffer implementations by cdalton · 8 years ago
  13. 0e1853c Update how we send draws to gpu backend to reduce state setting. by egdaniel · 9 years ago
  14. 2279325 added support for PLS path rendering by ethannicholas · 9 years ago
  15. de83b41 Add Audittrail for path renderers by joshualitt · 9 years ago
  16. c88cb89 Fix for GrAALinearizingConvexPathRenderer incorrectly drawing non-convex paths by ethannicholas · 9 years ago
  17. 7ea439b Create GLSLUniformHandler class for gpu backend by egdaniel · 9 years ago
  18. 144c3c8 Make onPrepareDraws const by joshualitt · 9 years ago
  19. ff21032 New API for computing optimization invariants. by ethannicholas · 9 years ago
  20. db4758c Restrict query bounds for reduce clip to dev bounds by bsalomon · 9 years ago
  21. e659a58 Move GrGLPrimitive/GeometryProc to GLSL by egdaniel · 9 years ago
  22. 7dc4bd0 Remove GrGLProcessor and create GrGLSLTextureSampler class. by egdaniel · 9 years ago
  23. 1b55a96 Reland of add a ClassID function to GrBatch (patchset #1 id:1 of https://codereview.chromium.org/1353043002/ ) by reed · 9 years ago
  24. 48e3a45 Revert of add a ClassID function to GrBatch (patchset #5 id:80001 of https://codereview.chromium.org/1352813003/ ) by reed · 9 years ago
  25. eb44d53 add a ClassID function to GrBatch by joshualitt · 9 years ago
  26. a7008403 Revert of add a ClassID function to GrBatch (patchset #5 id:80001 of https://codereview.chromium.org/1352813003/ ) by joshualitt · 9 years ago
  27. 4078d52 add a ClassID function to GrBatch by joshualitt · 9 years ago
  28. 6335a72 Move PathRenderers to batches folder by joshualitt · 9 years ago[Renamed from src/gpu/GrAALinearizingConvexPathRenderer.cpp]
  29. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  30. 002c2ce stray malloc/free -> sk_malloc/sk_free by mtklein · 9 years ago
  31. fea7763 Fix transformed stroke width in GrAALinearizingConvexPathRenderer. by ethannicholas · 9 years ago
  32. e46f9fe Privatize GrBatch subclass overrides by bsalomon · 9 years ago
  33. 7539856 Make GrVertexBatch objects hold their own draws during GrDrawTarget flush by bsalomon · 9 years ago
  34. 16b9913 Split GrDrawBatch and GrVertexBatch into their own files by bsalomon · 9 years ago
  35. abd30f5 Introduce GrBatch subclasses GrDrawBatch and GrVertexBatch to prepare for non-drawing batches by bsalomon · 9 years ago
  36. cb02b38 Check for xfer barriers in GrBatch, auto-issue barriers in GrGpu by bsalomon · 9 years ago
  37. 91d844d Rename GrPipelineInfo to GrPipelineOptimizations by bsalomon · 9 years ago
  38. 7441782 Make folder for batches by joshualitt · 9 years ago
  39. fb1141a Don't pass pipeline to GrBatch::generateGeometry() by bsalomon · 9 years ago
  40. df0c557 Use new API everywhere for GrDefaultGeoProcFactory by joshualitt · 9 years ago
  41. e494a58 Revert of Use new API everywhere for GrDefaultGeoProcFactory (patchset #5 id:80001 of https://codereview.chromium.org/1261083003/) by joshualitt · 9 years ago
  42. 801823b Use new API everywhere for GrDefaultGeoProcFactory by joshualitt · 9 years ago
  43. 0aff2fa Also provides the ResourceProvider to onDrawPath which allows the DF PR to no longer require access to GrContext. by bsalomon · 9 years ago
  44. 8cab9a7 All batches do their own pipeline compare by joshualitt · 9 years ago
  45. 1c73548 Start to propagate constness of GrPipelineBuilder up the stack by joshualitt · 9 years ago
  46. 7765a47 Makes GrPipelineInfo a class with query functions used by GrBatch subclasses. by bsalomon · 9 years ago
  47. d07a279 Revert of Rework GrPipelineInfo (patchset #7 id:120001 of https://codereview.chromium.org/1213383005/) by bsalomon · 9 years ago
  48. f5179a4 Makes GrPipelineInfo a class with query functions used by GrBatch subclasses. by bsalomon · 9 years ago
  49. bd5d7e7 Revert of Revert of added stroking support to GrAALinearizingConvexPathRenderer (patchset #1 id:1 of https://codereview.chromium.org/1212833002/) by fmalita · 9 years ago
  50. 9730f4a Revert of added stroking support to GrAALinearizingConvexPathRenderer (patchset #6 id:100001 of https://codereview.chromium.org/1180903006/) by reed · 9 years ago
  51. 2436f19 added stroking support to GrAALinearizingConvexPathRenderer by ethannicholas · 9 years ago
  52. cba99b8 Move GLSL-specific routines/classes to separate glsl directory by jvanverth · 9 years ago
  53. 1a1b3ac Added GrAAFlatteningConvexPathRenderer. by ethannicholas · 9 years ago