1. f4a00e4 Move a bunch of internal types from GrTypes to GrTypesPriv by Brian Salomon · 6 years ago
  2. 7407756 Make GrSWMaskHelper take a matrix for each draw by Brian Salomon · 7 years ago
  3. f981066 Threaded generation of software paths by Brian Osman · 7 years ago
  4. 87ae989 Revert "Threaded generation of software paths" by Brian Salomon · 7 years ago
  5. 76323bc Threaded generation of software paths by Brian Osman · 7 years ago
  6. c7da146 Move DrawToTargetWithShapeMask to GrSoftwarePathRenderer by Brian Osman · 7 years ago
  7. 296b1cc Retract GrContext from src/gpu/effects by Robert Phillips · 7 years ago
  8. d374948 Consolidate Proxy caching code in GrResourceProvider by Robert Phillips · 7 years ago
  9. 32342f0 Rebase and fix chromium by Brian Osman · 7 years ago
  10. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 8 years ago
  11. e305cc1f Partially defer GrSWMaskHelper by Robert Phillips · 8 years ago
  12. 417b7f4 Replace TextureType with SkBackingFit by Robert Phillips · 8 years ago
  13. 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  14. 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 8 years ago
  15. 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  16. 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  17. 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 8 years ago
  18. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  19. 39ef7fb Add optional sw generated path coverage mask caching by bsalomon · 8 years ago
  20. c6f411e Merge GrClipMaskManager into GrClipStackClip by csmartdalton · 8 years ago
  21. d2b6d64 Minor change to Ganesh path renderers by robertphillips · 8 years ago
  22. 3950f0d Remove fColor from PathRenderer DrawPathArgs struct by robertphillips · 8 years ago
  23. 8acedde Use GrShape in GrPathRenderer. by bsalomon · 8 years ago
  24. 28a838e Move GrPipelineBuilder out of gms & reduce use of GrPipelineBuilder.h by robertphillips · 8 years ago
  25. 976f5f0 Make GrClipMaskManager stateless and push GrPipelineBuilder construction downstack by robertphillips · 8 years ago
  26. 0152d73 GrSWMaskHelper and GrSoftwarePathRenderer only need the textureProvider (not GrContext) by robertphillips · 8 years ago
  27. 9837740 Simplify GrSWMaskHelper by robertphillips · 8 years ago
  28. 862cff3 Remove clip from GrPipelineBuilder by cdalton · 8 years ago
  29. 6663acf Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  30. 85d9667 Revert of Replace GrStrokeInfo with GrStyle. (patchset #4 id:160001 of https://codereview.chromium.org/1957363002/ ) by bsalomon · 8 years ago
  31. 33595bd Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  32. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  33. c5035e7 Add SkSpecialImage::extractSubset & NewFromPixmap by robertphillips · 8 years ago
  34. 19dea94 Revert of Add SkSpecialImage::extractSubset & NewFromPixmap (patchset #5 id:80001 of https://codereview.chromium.org/1787883002/ ) by robertphillips · 8 years ago
  35. 2505814 Add SkSpecialImage::extractSubset & NewFromPixmap by robertphillips · 8 years ago
  36. 41e010c Revert[2] SkDraw and all Blitters to use pixmap instead of bitmapi by reed · 9 years ago
  37. b3f0ec9 Revert of change SkDraw and all Blitters to use pixmap instead of bitmap (patchset #6 id:100001 of https://codereview.chromium.org/1148793007/) by reed · 9 years ago
  38. c31af443 change SkDraw and all Blitters to use pixmap instead of bitmap by reed · 9 years ago
  39. 44701df Move clip off of draw target by joshualitt · 9 years ago
  40. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago
  41. 8059eb9 Move ViewMatrix off of drawstate by joshualitt · 10 years ago
  42. ef3fcd8 More win64 warning fixes by bsalomon · 10 years ago
  43. 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
  44. 9853cce Drawstate on stack by joshualitt · 10 years ago
  45. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  46. e305973 Remove uses of GrAutoScratchTexture. by bsalomon · 10 years ago
  47. fa38a30 Add GrAASmallPathRenderer. by jvanverth · 10 years ago
  48. 71614ac Add override to force bitmap rendering by krajcevski · 10 years ago
  49. b8ccc2f Pass compressed blitters to our mask drawing algorithm by krajcevski · 10 years ago
  50. b3abe90 Start the process of choosing the correct compression format by krajcevski · 10 years ago
  51. 25a67bc Add query for block dimensions of a given format by krajcevski · 10 years ago
  52. b577c55 Generalize mask helper a bit for compression by krajcevski · 10 years ago
  53. fb4f5cb Use scratch with LATC data if possible by krajcevski · 10 years ago
  54. 5c2fca0 Add an LATC compressor to the A8 masks, and hide it behind an ifdef. by krajcevski · 10 years ago
  55. e3beb6b SkNonCopyable should be used with private inheritance. by commit-bot@chromium.org · 10 years ago
  56. 84e922b Revert "speed up A8 by creating a new entry-point in SkDraw that blits the path's coverage directly into an A8 target, regardless of the previous pixel values." by reed@google.com · 11 years ago
  57. ac9d306 speed up A8 by creating a new entry-point in SkDraw that blits the path's coverage directly into an A8 target, regardless of the previous pixel values. by reed@google.com · 11 years ago
  58. a0b4028 Replace uses of GrNoncopyable by SkNoncopyable. by commit-bot@chromium.org · 11 years ago
  59. d92cf2e Fix texture allocation in SWMaskHelper by robertphillips@google.com · 11 years ago
  60. fd03d4a Replace all instances of GrRect with SkRect. by commit-bot@chromium.org · 11 years ago
  61. 5f74cf8 Follow up on the previous patch : by sugoi@google.com · 12 years ago
  62. 12b4e27 As part of preliminary groundwork for a chromium fix, this changelist is deprecating GrPathFill so that SkPath::FillType is used everywhere in order to remove some code duplication between Skia and Ganesh. by sugoi@google.com · 12 years ago
  63. b9086a0 Replace GrMatrix with SkMatrix. by bsalomon@google.com · 12 years ago
  64. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  65. e3d3216 Remove stage masks by bsalomon@google.com · 12 years ago
  66. 5dfb672 Left over cleanup from r4416 (fix for lingering AA clip mask bug) by robertphillips@google.com · 12 years ago
  67. 366f1c6 Fixed lingering gpu-path AA clip mask generation bug by robertphillips@google.com · 12 years ago
  68. fe65943 fixed another clang++ compiler error by robertphillips@google.com · 12 years ago
  69. 58b2021 Split GrSWMaskHelper into its own files by robertphillips@google.com · 12 years ago