1. 95c250c Downgrade GpuGMs to only receiving a GrRecordingContext by Robert Phillips · 4 years, 1 month ago
  2. b9b1373 Fix nearest neighbor sampling of YUV[A] images by Brian Salomon · 4 years, 1 month ago
  3. 7c12e28 Reland "GrClips provided as pointers to GrRTC" by Michael Ludwig · 4 years, 2 months ago
  4. 074414f Revert "GrClips provided as pointers to GrRTC" by Weston Tracey · 4 years, 2 months ago
  5. 226b689 GrClips provided as pointers to GrRTC by Michael Ludwig · 4 years, 2 months ago
  6. 1f60733 Revert "Revert "move onto new factories for SkMatrix"" by Mike Reed · 4 years, 2 months ago
  7. c80ee45 Revert "move onto new factories for SkMatrix" by Mike Reed · 4 years, 2 months ago
  8. 046c2b7 move onto new factories for SkMatrix by Mike Reed · 4 years, 2 months ago
  9. bc074a6 Add SkBudgeted parameter to SkImage::makeTextureImage(). by Brian Salomon · 4 years, 4 months ago
  10. d71548a Add support for wrap modes to GrYUVtoRGBEffect. by Brian Salomon · 4 years, 5 months ago
  11. ecbb0fb Simplify view getters on GrTextureProducer. by Brian Salomon · 4 years, 5 months ago
  12. c767209 Have gpu yuv code speak in views. by Greg Daniel · 4 years, 6 months ago
  13. c61d7e3 Rename various getters related to GrSurfaceProxyView. by Greg Daniel · 4 years, 6 months ago
  14. cc104db Have GrTextureProducer return views instead of proxies. by Greg Daniel · 4 years, 6 months ago
  15. 6f5441a Remove create function in proxyProvider that takes a raster SkImage. by Greg Daniel · 4 years, 6 months ago
  16. ca6b2f4 Revert "Revert "Move GrDomainEffect functionality into GrTextureEffect and delete"" by Brian Salomon · 4 years, 6 months ago
  17. 1c3e6cf Revert "Move GrDomainEffect functionality into GrTextureEffect and delete" by Brian Salomon · 4 years, 6 months ago
  18. 988af46 Move GrDomainEffect functionality into GrTextureEffect and delete the former. by Brian Salomon · 4 years, 6 months ago
  19. 201cdbb Make GrSamplerState.h and GrRenderTarget.h private by Brian Salomon · 5 years ago
  20. 96b383a Remove GrRenderable param from GrProxyProvider::createTextureProxy() by Brian Salomon · 5 years ago
  21. f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 5 years ago
  22. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
  23. aa1b6b3 Make stencilRect() in GrRTCPriv more flexible. by Michael Ludwig · 5 years ago
  24. 7fde8e1 IWYU for gms. by Ben Wagner · 5 years ago
  25. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  26. a6a8400 Support domain clamping and transform matrices in YUVToRGB effects by Michael Ludwig · 5 years ago
  27. 0a22ba8 Add kIdentity_SkYUVColorSpace by Robert Phillips · 5 years ago
  28. 50e24d7 Add a mechanism for GMs to silently exclude themselves from Gold by Chris Dalton · 5 years ago
  29. 3a77837 Reland "Add a GpuGM class for GPU-only tests" by Chris Dalton · 5 years ago
  30. 382b122 Revert "Add a GpuGM class for GPU-only tests" by Chris Dalton · 5 years ago
  31. f5efa78 Add a GpuGM class for GPU-only tests by Chris Dalton · 5 years ago
  32. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 5 years ago
  33. d7a5a1d Add a central skiagm::GM::DrawFailureMessage for error messages by Chris Dalton · 5 years ago
  34. 72ab346 Consolidate stroke-rect ops and use GrFillRectOp instead of GrNonAA/AARectOp by Michael Ludwig · 6 years ago
  35. 30e0d7f Draw YUVA images with multitexture by Jim Van Verth · 6 years ago
  36. 6ba8c83 Fix yuv_to_rgb_effect GM by Robert Phillips · 6 years ago
  37. 94ade75 Make GrYUVtoRGBEffect more flexible by Robert Phillips · 6 years ago
  38. 2700abc Remove raw-data version of createTextureProxy by Brian Osman · 6 years ago
  39. 3e95e57 Use TextureProxy size directly in GrYUVToRGBEffect FragmentProcessor by Weiliang Chen · 6 years ago
  40. 7c525e6 Plumb GrContext everywhere by Robert Phillips · 6 years ago
  41. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 6 years ago
  42. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  43. c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 6 years ago
  44. 58389b9 Initial texture data is never flipped when uploaded. by Brian Salomon · 6 years ago
  45. 2a4f983 Remove GrSurfaceOrigin from GrSurfaceDesc. by Brian Salomon · 6 years ago
  46. 0a7aa14 Add checks for failed SkImageInfo2GrPixelConfig calls by Greg Daniel · 6 years ago
  47. 0bd24dc Funnel most proxy creation through GrProxyProvider by Robert Phillips · 7 years ago
  48. 1afd4cd Add GrProxyProvider by Robert Phillips · 7 years ago
  49. 7461a4a converted YUVEffect to SkSL by Ethan Nicholas · 7 years ago
  50. 09dfc47 Pull non-substantive changes out of explicit GPU resource allocation CL by Robert Phillips · 7 years ago
  51. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  52. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  53. baaf439 Revert "Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses."" by Brian Salomon · 7 years ago
  54. a0485d9 Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses." by Brian Salomon · 7 years ago
  55. 1ec03f3 Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses. by Brian Salomon · 7 years ago
  56. ac70f84 Move all non-AA fill rect ops off of GrLegacyMeshDrawOp. by Brian Salomon · 7 years ago
  57. d3ccb0a Move pipeline handling out of GrMeshDrawOp. by Brian Salomon · 7 years ago
  58. 296b1cc Retract GrContext from src/gpu/effects by Robert Phillips · 7 years ago
  59. 26c90e0 Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps by Robert Phillips · 7 years ago
  60. 649a341 Add a separate draw function to GrRenderTargetContext for GrMeshDrawOp derived classes. by Brian Salomon · 7 years ago
  61. 32342f0 Rebase and fix chromium by Brian Osman · 7 years ago
  62. 2f49314 Make GrSurface::MakeDeferred return sk_sp<GrTextureProxy> by Robert Phillips · 7 years ago
  63. 40fd7c9 Push GrTextureProxy down to more effects by Robert Phillips · 7 years ago
  64. bc7a4fb Make GrYUVEffect take GrTextureProxies by Robert Phillips · 8 years ago
  65. 67c18d6 Continue making Ganesh use absolute texture coordinates - take 2 by Robert Phillips · 8 years ago
  66. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 8 years ago
  67. a163392 Revert "Revert "Removing ref counting from GrXPFactory."" by Brian Salomon · 8 years ago
  68. 003312a Revert "Removing ref counting from GrXPFactory." by Brian Salomon · 8 years ago
  69. a8f80de Removing ref counting from GrXPFactory. by Brian Salomon · 8 years ago
  70. f833478 Remove ref counting from GrOp. by Brian Salomon · 8 years ago
  71. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago
  72. 6a63904 Update rect ops to use "op" in their name and return sk_sp. by Brian Salomon · 8 years ago
  73. 1951f3d Rename testingOnly_drawBatch to testingOnly_addDrawOp and sk_sp by Brian Salomon · 8 years ago
  74. 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  75. 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 8 years ago
  76. 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 8 years ago
  77. 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  78. 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  79. 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 8 years ago
  80. 9afd371 Rename GrDrawBatch->GrDrawOp by Brian Salomon · 8 years ago
  81. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  82. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  83. cefc431 gm: s/SkAutoTUnref/sk_sp/ by Hal Canary · 8 years ago
  84. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  85. 693a540 Rename renderTargetContextPriv to priv, and some more leftover DCs by Brian Osman · 8 years ago
  86. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  87. dbfd7ab Replace a lot of 'static const' with 'constexpr' or 'const'. by mtklein · 8 years ago
  88. 28a838e Move GrPipelineBuilder out of gms & reduce use of GrPipelineBuilder.h by robertphillips · 8 years ago
  89. b445a57 Add NV12 texture conversion support. by jbauman · 8 years ago
  90. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  91. 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
  92. 55fdccc Remove GrRenderTarget from GrPipelineBuilder by robertphillips · 8 years ago
  93. 175dd9b Clean up test drawContext usage by robertphillips · 8 years ago
  94. 6c7e325 Bring sk_sp to GrDrawContext by robertphillips · 8 years ago
  95. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  96. 391395d Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 8 years ago
  97. 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
  98. 86c6075 Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 8 years ago
  99. f267c1e Add ability to extract YUV planes from SkImage by bsalomon · 8 years ago
  100. 04194f3 Remove two varieties of drawNonAARect from GrDrawTarget by joshualitt · 9 years ago