1. 2700abc Remove raw-data version of createTextureProxy by Brian Osman · 6 years ago
  2. 7c525e6 Plumb GrContext everywhere by Robert Phillips · 6 years ago
  3. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  4. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  5. c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 6 years ago
  6. 58389b9 Initial texture data is never flipped when uploaded. by Brian Salomon · 7 years ago
  7. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 7 years ago
  8. 0a7aa14 Add checks for failed SkImageInfo2GrPixelConfig calls by Greg Daniel · 7 years ago
  9. 0bd24dc Funnel most proxy creation through GrProxyProvider by Robert Phillips · 7 years ago
  10. 1afd4cd Add GrProxyProvider by Robert Phillips · 7 years ago
  11. 2240be9 Remove color space xform from GrTextureDomain & GrSimpleTextureEffect by Brian Osman · 7 years ago
  12. 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago
  13. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  14. e44ef10 Second small fragment from "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  15. 96be9df Revert "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  16. 467022b Reduce dependence on GrSurface's origin field by Robert Phillips · 7 years ago
  17. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  18. baaf439 Revert "Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses."" by Brian Salomon · 7 years ago
  19. a0485d9 Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses." by Brian Salomon · 7 years ago
  20. 1ec03f3 Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses. by Brian Salomon · 7 years ago
  21. ac70f84 Move all non-AA fill rect ops off of GrLegacyMeshDrawOp. by Brian Salomon · 7 years ago
  22. d3ccb0a Move pipeline handling out of GrMeshDrawOp. by Brian Salomon · 8 years ago
  23. 296b1cc Retract GrContext from src/gpu/effects by Robert Phillips · 8 years ago
  24. 26c90e0 Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps by Robert Phillips · 8 years ago
  25. 649a341 Add a separate draw function to GrRenderTargetContext for GrMeshDrawOp derived classes. by Brian Salomon · 8 years ago
  26. 32342f0 Rebase and fix chromium by Brian Osman · 8 years ago
  27. 2f49314 Make GrSurface::MakeDeferred return sk_sp<GrTextureProxy> by Robert Phillips · 8 years ago
  28. 40fd7c9 Push GrTextureProxy down to more effects by Robert Phillips · 8 years ago
  29. 67c18d6 Continue making Ganesh use absolute texture coordinates - take 2 by Robert Phillips · 8 years ago
  30. a7d61a6 Revert "Continue making Ganesh use absolute texture coordinates" by Joe Gregorio · 8 years ago
  31. 4493a9d Continue making Ganesh use absolute texture coordinates by Robert Phillips · 8 years ago
  32. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 8 years ago
  33. e98234f Start making texture coordinates be absolute by Robert Phillips · 8 years ago
  34. a163392 Revert "Revert "Removing ref counting from GrXPFactory."" by Brian Salomon · 8 years ago
  35. 003312a Revert "Removing ref counting from GrXPFactory." by Brian Salomon · 8 years ago
  36. a8f80de Removing ref counting from GrXPFactory. by Brian Salomon · 8 years ago
  37. f833478 Remove ref counting from GrOp. by Brian Salomon · 8 years ago
  38. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago
  39. 6a63904 Update rect ops to use "op" in their name and return sk_sp. by Brian Salomon · 8 years ago
  40. 1951f3d Rename testingOnly_drawBatch to testingOnly_addDrawOp and sk_sp by Brian Salomon · 8 years ago
  41. 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  42. 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 8 years ago
  43. 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 8 years ago
  44. 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  45. 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  46. 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 8 years ago
  47. 9afd371 Rename GrDrawBatch->GrDrawOp by Brian Salomon · 8 years ago
  48. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  49. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  50. cefc431 gm: s/SkAutoTUnref/sk_sp/ by Hal Canary · 8 years ago
  51. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  52. 693a540 Rename renderTargetContextPriv to priv, and some more leftover DCs by Brian Osman · 8 years ago
  53. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  54. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  55. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  56. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  57. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  58. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  59. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  60. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  61. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  62. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  63. dbfd7ab Replace a lot of 'static const' with 'constexpr' or 'const'. by mtklein · 8 years ago
  64. 54f30c1 Introduce GrColorSpaceXform, for gamut conversion on textures by brianosman · 8 years ago
  65. 28a838e Move GrPipelineBuilder out of gms & reduce use of GrPipelineBuilder.h by robertphillips · 8 years ago
  66. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  67. 982eb7f Add new SkSourceGammaTreatment enum, used in situations like mipmap construction, where we need to know if we should respect (vs. ignore) the gamma encoding of sRGB tagged images. Plumb that extensively. by brianosman · 8 years ago
  68. 55fdccc Remove GrRenderTarget from GrPipelineBuilder by robertphillips · 8 years ago
  69. 175dd9b Clean up test drawContext usage by robertphillips · 9 years ago
  70. 6c7e325 Bring sk_sp to GrDrawContext by robertphillips · 9 years ago
  71. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
  72. 1a9b964 Reland of "more shader-->sp conversions (patchset #5 id:80001 of https://codereview.chromium.org/1789633002/ )" by reed · 9 years ago
  73. 9283d20 Revert of more shader-->sp conversions (patchset #5 id:80001 of https://codereview.chromium.org/1789633002/ ) by reed · 9 years ago
  74. ce563cd more shader-->sp conversions by reed · 9 years ago
  75. 391395d Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 9 years ago
  76. 8b8f36f Revert of Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) (patchset #7 id:120001 of https://codereview.chromium.org/1754563003/ ) by robertphillips · 9 years ago
  77. 86c6075 Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 9 years ago
  78. 04194f3 Remove two varieties of drawNonAARect from GrDrawTarget by joshualitt · 9 years ago
  79. c4b7272 Don't create a GXPFactory when blend is SrcOver by egdaniel · 9 years ago
  80. 504ce5d Optionally pass rendertarget to getTestTarget by robertphillips · 9 years ago
  81. afa95e2 Remove image usage type enum. Use GrTextureParams instead. by bsalomon · 9 years ago
  82. 0ba8c24 Insert clip fragment processor outside GrCMM by bsalomon · 9 years ago
  83. 4a33952 Bye bye processor data manager. by bsalomon · 9 years ago
  84. 2a24338 GM: replace boilerplate with macros by halcanary · 9 years ago
  85. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  86. ac856c9 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  87. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  88. 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
  89. 2424344 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  90. d2b23e0 Standardize BW to NonAA by joshualitt · 9 years ago
  91. b6b513b Create separate entry points for the various flavors of drawRect by joshualitt · 9 years ago
  92. 1c73548 Start to propagate constness of GrPipelineBuilder up the stack by joshualitt · 9 years ago
  93. 5f10b5c More threading of GrProcessorDataManager by joshualitt · 9 years ago
  94. 1d24b8d Add matrix constructing helpers to SkMatrix by robertphillips · 10 years ago
  95. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
  96. 44701df Move clip off of draw target by joshualitt · 10 years ago
  97. b62da80 Add standard way to indicate GM is GPU-only. by bsalomon · 10 years ago
  98. 1c40292 remove unused GM flags by mtklein · 10 years ago
  99. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago
  100. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago