1. e014367 Revert "Revert "Use bitmap subset for comparison in texture_domain_effect GMs."" by Brian Salomon · 4 years, 6 months ago
  2. a6b7c52 Revert "Use bitmap subset for comparison in texture_domain_effect GMs." by Brian Salomon · 4 years, 6 months ago
  3. 6377f1c Use bitmap subset for comparison in texture_domain_effect GMs. by Brian Salomon · 4 years, 6 months ago
  4. ca6b2f4 Revert "Revert "Move GrDomainEffect functionality into GrTextureEffect and delete"" by Brian Salomon · 4 years, 6 months ago
  5. 1c3e6cf Revert "Move GrDomainEffect functionality into GrTextureEffect and delete" by Brian Salomon · 4 years, 6 months ago
  6. 988af46 Move GrDomainEffect functionality into GrTextureEffect and delete the former. by Brian Salomon · 4 years, 6 months ago
  7. b8f098d Reland "Rename GrSimpleTextureEffect->GrTextureEffect" by Brian Salomon · 4 years, 7 months ago
  8. d7436a3 Revert "Rename GrSimpleTextureEffect->GrTextureEffect" by Brian Salomon · 4 years, 7 months ago
  9. 90673ec Rename GrSimpleTextureEffect->GrTextureEffect by Brian Salomon · 4 years, 7 months ago
  10. 7caa137 Support mirror-repeat in GrTextureDomain by Brian Salomon · 4 years, 8 months ago
  11. 7eabfe8 This is a reland of GrDomainEffect with significant changes: by Brian Salomon · 4 years, 8 months ago
  12. fc11844 Reland "Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType""" by Brian Salomon · 4 years, 8 months ago
  13. 50299de Reland "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Robert Phillips · 4 years, 8 months ago
  14. 997b37f Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Brian Salomon · 4 years, 8 months ago
  15. e21af50 Test texture domain effect with local matrix. by Brian Salomon · 4 years, 8 months ago
  16. 078e8fa Revert "Make FP optimizations helpers use SkAlphaType not GrColorType" by Brian Salomon · 4 years, 8 months ago
  17. 7a538b1 Make FP optimizations helpers use SkAlphaType not GrColorType by Brian Salomon · 4 years, 8 months ago
  18. 170de01 Revert "Replace GrTextureDomainEffect with GrDomainEffect." by Michael Ludwig · 4 years, 8 months ago
  19. f29caf1 Replace GrTextureDomainEffect with GrDomainEffect. by Brian Salomon · 4 years, 8 months ago
  20. c594e62 Plumb GrColorType through all ops/processors that sample textures. by Greg Daniel · 4 years, 9 months ago
  21. 201cdbb Make GrSamplerState.h and GrRenderTarget.h private 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. 65f3344 Clean up texture domain effect GM, wrt proxy creation by Brian Osman · 5 years ago
  27. dbe9322 Fix GM that was trying to create mip-mapped proxies without checking caps by Brian Osman · 5 years ago
  28. de49665 Fold together mippped and non-mippped bitmap to proxy functions by Brian Osman · 5 years ago
  29. 5ad6fd3 Put SkImageInfo on SkImage to avoid cost of reconstructing for queries. by Brian Salomon · 5 years ago
  30. 50e24d7 Add a mechanism for GMs to silently exclude themselves from Gold by Chris Dalton · 5 years ago
  31. 3a77837 Reland "Add a GpuGM class for GPU-only tests" by Chris Dalton · 5 years ago
  32. 382b122 Revert "Add a GpuGM class for GPU-only tests" by Chris Dalton · 5 years ago
  33. f5efa78 Add a GpuGM class for GPU-only tests by Chris Dalton · 5 years ago
  34. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 5 years ago
  35. d7a5a1d Add a central skiagm::GM::DrawFailureMessage for error messages by Chris Dalton · 5 years ago
  36. 48ce543 remove more extra semicolons by Kevin Lubick · 6 years ago
  37. be315a2 Decal fallback for SkImageShader by Michael Ludwig · 6 years ago
  38. 72ab346 Consolidate stroke-rect ops and use GrFillRectOp instead of GrNonAA/AARectOp by Michael Ludwig · 6 years ago
  39. 2700abc Remove raw-data version of createTextureProxy by Brian Osman · 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. 2240be9 Remove color space xform from GrTextureDomain & GrSimpleTextureEffect by Brian Osman · 7 years ago
  50. 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago
  51. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  52. e44ef10 Second small fragment from "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  53. 96be9df Revert "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  54. 467022b Reduce dependence on GrSurface's origin field by Robert Phillips · 7 years ago
  55. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  56. baaf439 Revert "Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses."" by Brian Salomon · 7 years ago
  57. a0485d9 Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses." by Brian Salomon · 7 years ago
  58. 1ec03f3 Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses. by Brian Salomon · 7 years ago
  59. ac70f84 Move all non-AA fill rect ops off of GrLegacyMeshDrawOp. by Brian Salomon · 7 years ago
  60. d3ccb0a Move pipeline handling out of GrMeshDrawOp. by Brian Salomon · 7 years ago
  61. 296b1cc Retract GrContext from src/gpu/effects by Robert Phillips · 7 years ago
  62. 26c90e0 Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps by Robert Phillips · 7 years ago
  63. 649a341 Add a separate draw function to GrRenderTargetContext for GrMeshDrawOp derived classes. by Brian Salomon · 7 years ago
  64. 32342f0 Rebase and fix chromium by Brian Osman · 7 years ago
  65. 2f49314 Make GrSurface::MakeDeferred return sk_sp<GrTextureProxy> by Robert Phillips · 7 years ago
  66. 40fd7c9 Push GrTextureProxy down to more effects by Robert Phillips · 7 years ago
  67. 67c18d6 Continue making Ganesh use absolute texture coordinates - take 2 by Robert Phillips · 8 years ago
  68. a7d61a6 Revert "Continue making Ganesh use absolute texture coordinates" by Joe Gregorio · 8 years ago
  69. 4493a9d Continue making Ganesh use absolute texture coordinates by Robert Phillips · 8 years ago
  70. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 8 years ago
  71. e98234f Start making texture coordinates be absolute by Robert Phillips · 8 years ago
  72. a163392 Revert "Revert "Removing ref counting from GrXPFactory."" by Brian Salomon · 8 years ago
  73. 003312a Revert "Removing ref counting from GrXPFactory." by Brian Salomon · 8 years ago
  74. a8f80de Removing ref counting from GrXPFactory. by Brian Salomon · 8 years ago
  75. f833478 Remove ref counting from GrOp. by Brian Salomon · 8 years ago
  76. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago
  77. 6a63904 Update rect ops to use "op" in their name and return sk_sp. by Brian Salomon · 8 years ago
  78. 1951f3d Rename testingOnly_drawBatch to testingOnly_addDrawOp and sk_sp by Brian Salomon · 8 years ago
  79. 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  80. 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 8 years ago
  81. 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 8 years ago
  82. 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  83. 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  84. 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 8 years ago
  85. 9afd371 Rename GrDrawBatch->GrDrawOp by Brian Salomon · 8 years ago
  86. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  87. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  88. cefc431 gm: s/SkAutoTUnref/sk_sp/ by Hal Canary · 8 years ago
  89. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  90. 693a540 Rename renderTargetContextPriv to priv, and some more leftover DCs by Brian Osman · 8 years ago
  91. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  92. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  93. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  94. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  95. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  96. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  97. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  98. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  99. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  100. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago