1. 28a838e Move GrPipelineBuilder out of gms & reduce use of GrPipelineBuilder.h by robertphillips · 8 years ago
  2. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  3. 55fdccc Remove GrRenderTarget from GrPipelineBuilder by robertphillips · 8 years ago
  4. 175dd9b Clean up test drawContext usage by robertphillips · 8 years ago
  5. 6c7e325 Bring sk_sp to GrDrawContext by robertphillips · 8 years ago
  6. 5e3815b Rein in the use of SkDevice.h by robertphillips · 8 years ago
  7. 391395d Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 8 years ago
  8. 8b8f36f Revert of Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) (patchset #7 id:120001 of https://codereview.chromium.org/1754563003/ ) by robertphillips · 8 years ago
  9. 86c6075 Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 8 years ago
  10. c2eff2a micro fix for rrects bug using GrDrawContext by joshualitt · 9 years ago
  11. 04194f3 Remove two varieties of drawNonAARect from GrDrawTarget by joshualitt · 9 years ago
  12. b10fe49 Remove work from constructors to facilitate debugging. by herb · 9 years ago
  13. c4b7272 Don't create a GXPFactory when blend is SrcOver by egdaniel · 9 years ago
  14. 504ce5d Optionally pass rendertarget to getTestTarget by robertphillips · 9 years ago
  15. 2a24338 GM: replace boilerplate with macros by halcanary · 9 years ago
  16. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  17. ac856c9 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  18. 4bf69f7 Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FPs (patchset #6 id:90001 of https://codereview.chromium.org/1307223004/ ) by rmistry · 9 years ago
  19. 2424344 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  20. d2b23e0 Standardize BW to NonAA by joshualitt · 9 years ago
  21. b6b513b Create separate entry points for the various flavors of drawRect by joshualitt · 9 years ago
  22. 1c73548 Start to propagate constness of GrPipelineBuilder up the stack by joshualitt · 9 years ago
  23. 65cdba6 Revert of Revert of make gm background colors 565 compatible (patchset #1 id:1 of https://codereview.chromium.org/1184123002/) by caryclark · 9 years ago
  24. 0bdb08b Revert of make gm background colors 565 compatible (patchset #2 id:20001 of https://codereview.chromium.org/1176243006/) by caryclark · 9 years ago
  25. be7f768 make gm background colors 565 compatible by caryclark · 9 years ago
  26. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  27. 44701df Move clip off of draw target by joshualitt · 9 years ago
  28. b62da80 Add standard way to indicate GM is GPU-only. by bsalomon · 9 years ago
  29. 1c40292 remove unused GM flags by mtklein · 9 years ago
  30. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 9 years ago
  31. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  32. 8059eb9 Move ViewMatrix off of drawstate by joshualitt · 10 years ago
  33. 8fc6c2d This CL cleans up the last remaining users of localCoordChange on paint by joshualitt · 10 years ago
  34. 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
  35. 9853cce Drawstate on stack by joshualitt · 10 years ago
  36. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  37. 83d081a Goodbye GrEffectRef. by bsalomon · 10 years ago
  38. f539318 Cleanup: Get rid of make_isize() function from gm.h. by tfarina · 10 years ago
  39. a90c680 Turn on quilt mode in DM. by commit-bot@chromium.org · 10 years ago
  40. 04eff72 Add test cases for small radii to rrect GMs. by commit-bot@chromium.org · 10 years ago
  41. fa5edbe Add effect-based clip for nine-patch SkRRects. by commit-bot@chromium.org · 10 years ago
  42. 9c135db support direct writing to top layer, and hide getTopLayer() by reed@google.com · 10 years ago
  43. c5c748c Handle rrects with one circular corner and three square corners in GrRRectEffect. by commit-bot@chromium.org · 10 years ago
  44. b0ba39d Fix no GPU build after r13728 by bsalomon@google.com · 10 years ago
  45. bfce48e reorg iteration code in rrects GM, tightly pack rrects drawn in _effect version. by commit-bot@chromium.org · 10 years ago
  46. cabf4b2 Unify edge type enums across GrEffect subclasses that clip rendering to a geometry. by commit-bot@chromium.org · 10 years ago
  47. f1f66c0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  48. 707bd60 Make rrects.cpp compile in no-gpu mode TBR=robertphillips@google.com by bsalomon@google.com · 10 years ago
  49. fbde87f Add GM that directly tests GrRRectEffect and add inverse fill version of effect. by commit-bot@chromium.org · 10 years ago
  50. cb3672e Add effect-based clipping for circular "tab" style rrects. by commit-bot@chromium.org · 10 years ago
  51. c2f7824 Analytic rrect clip for cicular corners, radius >= 0.5 by commit-bot@chromium.org · 10 years ago
  52. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  53. f6100c8 fix compiler warnings: by mike@reedtribe.org · 12 years ago
  54. 7a03d86 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  55. 5683d42 Fix compiler warning-as-error issue by robertphillips@google.com · 12 years ago
  56. 4e18c7a Add RRect GM by robertphillips@google.com · 12 years ago