1. 078e8fa Revert "Make FP optimizations helpers use SkAlphaType not GrColorType" by Brian Salomon · 4 years, 10 months ago
  2. 7a538b1 Make FP optimizations helpers use SkAlphaType not GrColorType by Brian Salomon · 4 years, 10 months ago
  3. 170de01 Revert "Replace GrTextureDomainEffect with GrDomainEffect." by Michael Ludwig · 4 years, 10 months ago
  4. f29caf1 Replace GrTextureDomainEffect with GrDomainEffect. by Brian Salomon · 4 years, 10 months ago
  5. 1a217eb Type usage improvements in GrTextureProducer classes by Brian Salomon · 4 years, 10 months ago
  6. 9f2b86c More SkISizification in GPU code. by Brian Salomon · 4 years, 11 months ago
  7. c594e62 Plumb GrColorType through all ops/processors that sample textures. by Greg Daniel · 4 years, 11 months ago
  8. bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 5 years ago
  9. 6980c4e Remove isConfigCopyable from GrCaps. by Greg Daniel · 5 years ago
  10. 27ae52c Make deferred render target context without config or format by Brian Salomon · 5 years ago
  11. d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 5 years ago
  12. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
  13. 1127c0b Revert "Make GrBicubicEffect also support centripetal Catmull-Rom kernel." by Brian Salomon · 5 years ago
  14. f9a8688 Make GrBicubicEffect also support centripetal Catmull-Rom kernel. by Brian Salomon · 5 years ago
  15. a86fc7a Specialize GrBicubicEffet for 1d kernel. by Brian Salomon · 5 years ago
  16. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  17. 21a9b56 moved files generated from .fp files into generated/ directories by Ethan Nicholas · 5 years ago
  18. e22dba8 Clamp in GrBicubicEffect (to match SW and for general sanity) by Brian Osman · 5 years ago
  19. ddeed37 Support decal mode in GrTextureProducer by Michael Ludwig · 6 years ago
  20. 9338c60 Switch FP creation over to GrRecordingContext by Robert Phillips · 6 years ago
  21. be9aff2 Remove GrContextPriv.h from GrRenderTargetContext.h by Robert Phillips · 6 years ago
  22. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
  23. 1676cb9 Restore ETC1 compressed texture support. by Jim Van Verth · 6 years ago
  24. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  25. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  26. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  27. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  28. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 6 years ago
  29. 6064e1c Remove texColorSpace output param from various producer APIs by Brian Osman · 6 years ago
  30. e7fd8c3 Un-plumb dstColorSpace through GrTextureProducer by Brian Osman · 6 years ago
  31. 022b1e0 Re-add assert for mip maps. by Greg Daniel · 6 years ago
  32. 8e9b4c4 Reland "Don't require mips in GrTextureProducer if texture is 1x1." by Greg Daniel · 6 years ago
  33. c861eee Revert "Don't require mips in GrTextureProducer if texture is 1x1." by Greg Daniel · 6 years ago
  34. 5191fd7 Don't require mips in GrTextureProducer if texture is 1x1. by Greg Daniel · 6 years ago
  35. 5f4b09d Allow caller to specify if the want mip maps in makeTextureImage call. by Greg Daniel · 6 years ago
  36. 09c9400 Reland "Reland "Require mips to be allocated at texture creation time and disable late allocations."" by Greg Daniel · 6 years ago
  37. 01422bc Revert "Reland "Require mips to be allocated at texture creation time and disable late allocations."" by Greg Daniel · 6 years ago
  38. 9eb36b9 Reland "Require mips to be allocated at texture creation time and disable late allocations." by Greg Daniel · 6 years ago
  39. 0c78238 Revert "Require mips to be allocated at texture creation time and disable late allocations." by Greg Daniel · 6 years ago
  40. cd2c3f9 Require mips to be allocated at texture creation time and disable late allocations. by Greg Daniel · 6 years ago
  41. ad445ce Remove GrPaint::setGammaCorrect by Brian Osman · 6 years ago
  42. 9363ac4 Remove most of the remaining conflation of colorSpace and sRGB in Ganesh by Brian Osman · 6 years ago
  43. 2a943df Make GPU lattice/nine patch not bleed across cells. by Brian Salomon · 6 years ago
  44. 0c4b7b1 Move internal calls from GrContext to GrContextPriv by Robert Phillips · 6 years ago
  45. 366093f Make it so that GrSurfaceContext with a sRGB GrPixelConfig must have a by Brian Salomon · 7 years ago
  46. bdecacf Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" by Brian Salomon · 7 years ago
  47. 3a2cc2c Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""""" by Brian Salomon · 7 years ago
  48. 5bb82cb Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""" by Brian Salomon · 7 years ago
  49. 18c52a7 Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""" by Brian Salomon · 7 years ago
  50. d0d7270 Revert "Revert "Redefine the meaning of sample counts in GPU backend."" by Brian Salomon · 7 years ago
  51. c1ce2f7 Revert "Redefine the meaning of sample counts in GPU backend." by Brian Salomon · 7 years ago
  52. 48825b1 Redefine the meaning of sample counts in GPU backend. by Brian Salomon · 7 years ago
  53. 274218e move largest apis into private by Mike Reed · 7 years ago
  54. 1afd4cd Add GrProxyProvider by Robert Phillips · 7 years ago
  55. c77085d Remove content area from GrTextureAdjuster. by Greg Daniel · 7 years ago
  56. 45d6303 Have mip status match surface when snapping image from wrapped object by Greg Daniel · 7 years ago
  57. 2240be9 Remove color space xform from GrTextureDomain & GrSimpleTextureEffect by Brian Osman · 7 years ago
  58. 5e34167 Convert more code to use color space xform FP by Brian Osman · 7 years ago
  59. e1da1d9 Add option to create a deferred render target context with mips by Greg Daniel · 7 years ago
  60. 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago
  61. 4df0092 Revert "Remove "content" rect from GrTextureAdjuster." by Brian Salomon · 7 years ago
  62. 6e4bbbe Remove "content" rect from GrTextureAdjuster. by Brian Salomon · 7 years ago
  63. aff329b Make GrFragmentProcessor be non-refcounted and use std::unique_ptr. by Brian Salomon · 7 years ago
  64. e44ef10 Second small fragment from "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  65. 96be9df Revert "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  66. 467022b Reduce dependence on GrSurface's origin field by Robert Phillips · 7 years ago
  67. fbcef6e Clean up GrResourceProvider usage by Robert Phillips · 7 years ago
  68. d9d8485 Retract GrTexture.h a bit by Robert Phillips · 7 years ago
  69. 92de631 Remove compressed (ETC1) texture support from Ganesh (take 2) by Robert Phillips · 7 years ago
  70. bc262e1 Revert "Remove compressed (ETC1) texture support from Ganesh" by Brian Osman · 7 years ago
  71. ee26363 Remove compressed (ETC1) texture support from Ganesh by Robert Phillips · 7 years ago
  72. dd3b3f4 Rm makeRenderTargetContext in favor of deferred version (take 3) by Robert Phillips · 7 years ago
  73. 2af746c Revert "Rm makeRenderTargetContext in favor of deferred version (take 2)" by Robert Phillips · 7 years ago
  74. 02242e8 Rm makeRenderTargetContext in favor of deferred version (take 2) by Robert Phillips · 7 years ago
  75. 9342921 Revert "Rm makeRenderTargetContext in favor of deferred version" by Robert Phillips · 7 years ago
  76. d83ec04 Rm makeRenderTargetContext in favor of deferred version by Robert Phillips · 7 years ago
  77. 3798c86 Remove GrFragmentProcessor-derived class' GrTexture-based ctors by Robert Phillips · 7 years ago
  78. 51e7ca3 Add new proxy-based DetermineDomainMode w/ test by Robert Phillips · 7 years ago
  79. 4f358be Make SkImageCacherator be deferred (take 2) by Robert Phillips · 7 years ago
  80. 296b1cc Retract GrContext from src/gpu/effects by Robert Phillips · 7 years ago
  81. b66b42f Preparatory Proxification by Robert Phillips · 7 years ago
  82. c65aec9 Make GrClip.h private by Brian Salomon · 7 years ago
  83. 67c18d6 Continue making Ganesh use absolute texture coordinates - take 2 by Robert Phillips · 8 years ago
  84. a7d61a6 Revert "Continue making Ganesh use absolute texture coordinates" by Joe Gregorio · 8 years ago
  85. 4493a9d Continue making Ganesh use absolute texture coordinates by Robert Phillips · 8 years ago
  86. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 8 years ago
  87. e98234f Start making texture coordinates be absolute by Robert Phillips · 8 years ago
  88. 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  89. 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 8 years ago
  90. 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  91. 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  92. 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 8 years ago
  93. e8e5458 GrTextureProducer cleanup, phase two: Producer, Adjuster, Maker by Brian Osman · 8 years ago