1. cb3d087 Remove all remaining GrColor4f (other than gradients) by Brian Osman · 6 years ago
  2. f28e55d Add SkPMColor4f support to SkSL by Brian Osman · 6 years ago
  3. d46dce3 don't adapt any gray colors to 565 by Mike Klein · 6 years ago
  4. 7c525e6 Plumb GrContext everywhere by Robert Phillips · 6 years ago
  5. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  6. f3569f0 Add GrColorSpaceInfo and use in place of GrRenderTargetContext in paint conversion. by Brian Salomon · 7 years ago
  7. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  8. baaf439 Revert "Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses."" by Brian Salomon · 7 years ago
  9. a0485d9 Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses." by Brian Salomon · 7 years ago
  10. 1ec03f3 Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses. by Brian Salomon · 7 years ago
  11. ac70f84 Move all non-AA fill rect ops off of GrLegacyMeshDrawOp. by Brian Salomon · 7 years ago
  12. 2a475ea add drawString helper to canvas by Cary Clark · 7 years ago
  13. d3ccb0a Move pipeline handling out of GrMeshDrawOp. by Brian Salomon · 7 years ago
  14. 33d2055 GM: some header cleanup by Mike Klein · 7 years ago
  15. 649a341 Add a separate draw function to GrRenderTargetContext for GrMeshDrawOp derived classes. by Brian Salomon · 7 years ago
  16. 3b65598 Make SkGr.h private and remove unused functions by Brian Osman · 7 years ago
  17. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 7 years ago
  18. f833478 Remove ref counting from GrOp. by Brian Salomon · 8 years ago
  19. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago
  20. 6a63904 Update rect ops to use "op" in their name and return sk_sp. by Brian Salomon · 8 years ago
  21. 1951f3d Rename testingOnly_drawBatch to testingOnly_addDrawOp and sk_sp by Brian Salomon · 8 years ago
  22. 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  23. 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 8 years ago
  24. 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  25. 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  26. 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 8 years ago
  27. 9afd371 Rename GrDrawBatch->GrDrawOp by Brian Salomon · 8 years ago
  28. cefc431 gm: s/SkAutoTUnref/sk_sp/ by Hal Canary · 8 years ago
  29. 693a540 Rename renderTargetContextPriv to priv, and some more leftover DCs by Brian Osman · 8 years ago
  30. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  31. 618d304 GrConstColorProcessor uses 4f colors in the destination space by Brian Osman · 8 years ago
  32. 3e6cf87 Cleanup some sRGB TODOs, mostly around setting GrPaint flags correctly by brianosman · 8 years ago
  33. dbfd7ab Replace a lot of 'static const' with 'constexpr' or 'const'. by mtklein · 8 years ago
  34. 8fe485b Just pass the draw context to paint conversion by brianosman · 8 years ago
  35. 1638c0d Add destination color space to AsFPArgs. Eliminates last XFORMTODO. by brianosman · 8 years ago
  36. 28a838e Move GrPipelineBuilder out of gms & reduce use of GrPipelineBuilder.h by robertphillips · 8 years ago
  37. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  38. ecbc12b Replace targetHasUnifiedMultisampling in GrPB constructor by csmartdalton · 8 years ago
  39. 55fdccc Remove GrRenderTarget from GrPipelineBuilder by robertphillips · 8 years ago
  40. 40ff8ed Change parameters to GrPipelineBuilder's ctor by robertphillips · 8 years ago
  41. 862cff3 Remove clip from GrPipelineBuilder by cdalton · 8 years ago
  42. 175dd9b Clean up test drawContext usage by robertphillips · 8 years ago
  43. 6c7e325 Bring sk_sp to GrDrawContext by robertphillips · 8 years ago
  44. 898235c SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propagated in a few places so that the backend can do the right thing for L32 vs S32 mode. by brianosman · 8 years ago
  45. 2ad1aa6 partial switch over to sp usage of shaders by reed · 8 years ago
  46. 391395d Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 8 years ago
  47. 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
  48. 86c6075 Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 8 years ago
  49. 04194f3 Remove two varieties of drawNonAARect from GrDrawTarget by joshualitt · 8 years ago
  50. 504ce5d Optionally pass rendertarget to getTestTarget by robertphillips · 9 years ago
  51. f1b7a1d Make skpaint->grpaint flow work for composing draws (verts and atlas) by bsalomon · 9 years ago
  52. aca31fe Stop supporting HW dither by bsalomon · 9 years ago
  53. 2a24338 GM: replace boilerplate with macros by halcanary · 9 years ago
  54. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  55. ac856c9 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  56. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  57. 4bf69f7b 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
  58. 2424344 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  59. d2b23e0 Standardize BW to NonAA by joshualitt · 9 years ago
  60. b6b513b Create separate entry points for the various flavors of drawRect by joshualitt · 9 years ago
  61. 1818acb rename portable_typeface_always to portable_typeface by caryclark · 9 years ago
  62. 1c73548 Start to propagate constness of GrPipelineBuilder up the stack by joshualitt · 9 years ago
  63. 7b670db Remove setFromPaint from GrPipelineBuilder by joshualitt · 9 years ago
  64. 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
  65. 0bdb08b Revert of make gm background colors 565 compatible (patchset #2 id:20001 of https://codereview.chromium.org/1176243006/) by caryclark · 9 years ago
  66. be7f768 make gm background colors 565 compatible by caryclark · 9 years ago
  67. bed83a6 Don't draw if SkShader::asNewFragmentProcessor fails. by bsalomon · 9 years ago
  68. c9c3e62 Add constant color GrFP. by bsalomon · 9 years ago
  69. 599ea40 Revert of Add constant color GrFP. (patchset #10 id:180001 of https://codereview.chromium.org/978713002/) by bsalomon · 9 years ago
  70. dfbbec4 Add constant color GrFP. by bsalomon · 9 years ago