1. c90a8c7 calculate program hash in bulk by Mike Klein · 4 years, 9 months ago
  2. ed9b1f1 refactor out a middle representation by Mike Klein · 4 years, 9 months ago
  3. 762b42f Remove SkClampMax by Brian Osman · 4 years, 9 months ago
  4. aba642c Remove SkScalarClampMax and SkScalarPin by Brian Osman · 4 years, 9 months ago
  5. 7f36405 Remove SkMin32/SkMax32 by Brian Osman · 4 years, 9 months ago
  6. 116b33e Remove SkMaxScalar and SkMinScalar by Brian Osman · 4 years, 9 months ago
  7. b8ffaec Add a mutex to SkStrike to regulate multithreaded access by Herb Derby · 4 years, 9 months ago
  8. 653d2a4 Remove search of desperation by Herb Derby · 4 years, 9 months ago
  9. 3225306 In SkRuntimeEffect, just use hash of SkSL as the ID by Brian Osman · 4 years, 9 months ago
  10. d2ccbb5 Have GrTextureEffect factories take a view as input. by Greg Daniel · 4 years, 9 months ago
  11. 9bfd595 In GrSkSLFP, store inputs as SkData. Tighten size checks. by Brian Osman · 4 years, 9 months ago
  12. 37c127f Rename view getters in various image subclasses. by Greg Daniel · 4 years, 9 months ago
  13. e47b0e5 remove misleading Uniforms apis by Mike Klein · 4 years, 9 months ago
  14. 399ef69 thread alloc through to color filters by Mike Klein · 4 years, 9 months ago
  15. a2406f9 Fix BC1 SW decompression on platforms with RGBA PM color order by Robert Phillips · 4 years, 9 months ago
  16. d589916 Potentially-uninitialized Sk3LookAt result by Florin Malita · 4 years, 9 months ago
  17. 4bcab23 tweak screen math by Mike Klein · 4 years, 9 months ago
  18. d095b9f Fix SW decompression of BC1 and add a GM to check it (take 2). by Robert Phillips · 4 years, 9 months ago
  19. 0772b4b Reland "unorm/unorm -> to_unorm/from_unorm" by Mike Klein · 4 years, 9 months ago
  20. 59cd566 gather pointers are not necessarily aligned by Mike Klein · 4 years, 9 months ago
  21. 8feac2d Revert "unorm/unorm -> to_unorm/from_unorm" by Mike Klein · 4 years, 9 months ago
  22. c66882e Revert "impl gather8/gather16 with gather32" by Mike Klein · 4 years, 9 months ago
  23. ab5da1f Revert "Fix SW decompression of BC1 and add a GM to check it." by Robert Phillips · 4 years, 9 months ago
  24. 4238751 Fix SW decompression of BC1 and add a GM to check it. by Robert Phillips · 4 years, 9 months ago
  25. cc104db Have GrTextureProducer return views instead of proxies. by Greg Daniel · 4 years, 9 months ago
  26. cd4e566 unorm/unorm -> to_unorm/from_unorm by Mike Klein · 4 years, 9 months ago
  27. d4e3b9e impl gather8/gather16 with gather32 by Mike Klein · 4 years, 9 months ago
  28. 1fe3c3d Use GrTextureEffect::MakeTexelSubset instead of MakeSubset in SkGpuBlurUtils by Brian Salomon · 4 years, 9 months ago
  29. d4f6831 Add SW decode of ETC1 and a GM by Robert Phillips · 4 years, 9 months ago
  30. 133177b Add missing "const" to SkMD5::finish::PADDING by Andrew Grieve · 4 years, 9 months ago
  31. c0c0522 let's try to fix nullptr + k by Mike Klein · 4 years, 9 months ago
  32. 0ee16f6 Add reverse iterators to SkSpan by Herb Derby · 4 years, 9 months ago
  33. 40903af Update GrSurfaceProxy::Copy to return a view. by Greg Daniel · 4 years, 9 months ago
  34. 64874ea Avoid using kClamp domain in GrMatrixConvolutionEffect::MakeGaussian. by Brian Salomon · 4 years, 9 months ago
  35. ce9e060 finish up 2pt conicals by Mike Klein · 4 years, 9 months ago
  36. 5c08249 Use views throughout gpu blur code. by Greg Daniel · 4 years, 9 months ago
  37. 8354717 Remove asTextureProxyRef from SkSpecialImage. by Greg Daniel · 4 years, 9 months ago
  38. c52db71 Store GrSurfaceProxyViews on SkSpecial*_Gpu. by Greg Daniel · 4 years, 9 months ago
  39. faa34c5 partial strength reduction for bit ops by Mike Klein · 4 years, 9 months ago
  40. 6f5441a Remove create function in proxyProvider that takes a raster SkImage. by Greg Daniel · 4 years, 9 months ago
  41. ba9da46 radial gradients in skvm by Mike Klein · 4 years, 9 months ago
  42. d352529 incorporate r,g,b,a into shaderHash by Mike Klein · 4 years, 9 months ago
  43. 162e04b Expand the compressed_textures GM by Robert Phillips · 4 years, 9 months ago
  44. 99dead9 Add SkImage::MakeRasterFromCompressed and make MakeFromCompressed fall back to decompression for unsupported compression types (take 2) by Robert Phillips · 4 years, 9 months ago
  45. 3da9e94 Revert "Add SkImage::MakeRasterFromCompressed and make MakeFromCompressed fall back to decompression for unsupported compression types" by Robert Phillips · 4 years, 9 months ago
  46. 3234ce1 Add SkImage::MakeRasterFromCompressed and make MakeFromCompressed fall back to decompression for unsupported compression types by Robert Phillips · 4 years, 10 months ago
  47. 2bdf95c Swap dtor order of SkSTArenaAlloc and SkArenaAlloc v.2 by Herb Derby · 4 years, 9 months ago
  48. f93a843 support dither in skvm by Mike Klein · 4 years, 10 months ago
  49. d92e4e9 cache only when SkVM has a JIT by Mike Klein · 4 years, 9 months ago
  50. d3963a3 offer raw-array variant of remaining 44 methods by Mike Reed · 4 years, 9 months ago
  51. 00a9764 consolidate examples to 1 matrix type by Mike Reed · 4 years, 9 months ago
  52. 78184a3 Revert "convert sample completely to SkM4" by Mike Reed · 4 years, 9 months ago
  53. e455d2e convert sample completely to SkM4 by Mike Reed · 4 years, 9 months ago
  54. b4cce3f Revert "Revert "add rotate to SkM44"" by Mike Reed · 4 years, 9 months ago
  55. 978693c Make invokeChild just return a string containing the child function call by Brian Osman · 4 years, 9 months ago
  56. 44aa1ab Revert "add rotate to SkM44" by Mike Reed · 4 years, 9 months ago
  57. a6272de add rotate to SkM44 by Mike Reed · 4 years, 9 months ago
  58. ca6b2f4 Revert "Revert "Move GrDomainEffect functionality into GrTextureEffect and delete"" by Brian Salomon · 4 years, 9 months ago
  59. b81e697 clean up caches at thread exit by Mike Klein · 4 years, 9 months ago
  60. 1c3e6cf Revert "Move GrDomainEffect functionality into GrTextureEffect and delete" by Brian Salomon · 4 years, 9 months ago
  61. b962eff Revert "Revert "Complete rewrite of the SkSL interpreter"" by Ethan Nicholas · 4 years, 10 months ago
  62. 988af46 Move GrDomainEffect functionality into GrTextureEffect and delete the former. by Brian Salomon · 4 years, 10 months ago
  63. 6b67273 use longer-lived alloc in CacheKey() by Mike Klein · 4 years, 10 months ago
  64. 20b16bd force skvm interpreter in ASAN builds, add bots by Mike Klein · 4 years, 10 months ago
  65. 7d0861b more bits for shader program hash by Mike Klein · 4 years, 10 months ago
  66. 07d32b4 remove some memory-based methods, add rc() by Mike Reed · 4 years, 10 months ago
  67. b58a3c7 Remove fConfig from GrSurfaceDesc. by Greg Daniel · 4 years, 10 months ago
  68. 8999852 Fix issue introduced in 33c0f260d28e28dbb5e34be71ffcbd5165a83bb3 by Brian Salomon · 4 years, 10 months ago
  69. 05b7297 remove obsolete flag SK_SUPPORT_LEGACY_CANVAS_MATRIX_VIRTUALS by Mike Reed · 4 years, 10 months ago
  70. ce3ddaa Pass readSwizzle into more proxy creation to not use config. by Greg Daniel · 4 years, 10 months ago
  71. 52c68c4 Account for negative w in GrQuad::bounds by Michael Ludwig · 4 years, 10 months ago
  72. 470e0ac Revert "Revert "Revert "Complete rewrite of the SkSL interpreter""" by Ben Wagner · 4 years, 10 months ago
  73. 7deb1c2 Revert "Revert "Complete rewrite of the SkSL interpreter"" by Ethan Nicholas · 4 years, 10 months ago
  74. b26b4e7 Revert "Revert "use SkM44 internally"" by Mike Reed · 4 years, 10 months ago
  75. 7c165a4 Reland "Reland "Pass in a SkColorType into SkImage_Gpu ctor."" by Greg Daniel · 4 years, 10 months ago
  76. f79aacb Revert "use SkM44 internally" by Mike Reed · 4 years, 10 months ago
  77. 295cdf8 use SkM44 internally by Mike Reed · 4 years, 10 months ago
  78. 33c0f26 Rework spefication of src/dst rects/translates throughout SkGpuBlurUtils. by Brian Salomon · 4 years, 10 months ago
  79. 1feceb3 split SkBBoxHierarchy into public/base types by Mike Klein · 4 years, 10 months ago
  80. 9ed88b3 Revert "Reland "Pass in a SkColorType into SkImage_Gpu ctor."" by Ben Wagner aka dogben · 4 years, 10 months ago
  81. 38380df remove the last vestiges of SkMScalar by Mike Reed · 4 years, 10 months ago
  82. 55f6fc3 IWYU -- colorspace no longer includes matrix44 by Mike Reed · 4 years, 10 months ago
  83. 938106d Reland "Pass in a SkColorType into SkImage_Gpu ctor." by Greg Daniel · 4 years, 10 months ago
  84. 196e9fb let picture record take a bbh directly by Mike Klein · 4 years, 10 months ago
  85. 7a7ee94 modernize some picture internal types by Mike Klein · 4 years, 10 months ago
  86. d468d21 use safe cast when converting double to float by Mike Reed · 4 years, 10 months ago
  87. cedab52 remove debugging dump by Mike Reed · 4 years, 10 months ago
  88. 99c54f0 Revert "Complete rewrite of the SkSL interpreter" by Ethan Nicholas · 4 years, 10 months ago
  89. 2cde3a1 Complete rewrite of the SkSL interpreter by Ethan Nicholas · 4 years, 10 months ago
  90. 215c34b SkMScalar is obsolete -- use SkScalar by Mike Reed · 4 years, 10 months ago
  91. 71b8b76 Remove proxy offset param to SkGpuBlurUtils::GaussianBlur. by Brian Salomon · 4 years, 10 months ago
  92. 9f22f1f use transpose of inverse for transforming normals by Mike Reed · 4 years, 10 months ago
  93. ef05567 Don't pass final W/H to convolve_gaussian() in SkGpuBlurUtils. by Brian Salomon · 4 years, 10 months ago
  94. ee3216d Use SkSL to do point-light shading by Mike Reed · 4 years, 10 months ago
  95. 3e2c99b Make decimating and non-decimating cases in SkGpuBlurUtils call into by Brian Salomon · 4 years, 10 months ago
  96. f631cf3 Reland "Make SkGpuBlurUtils take SkTileMode"" by Brian Salomon · 4 years, 10 months ago
  97. 3155f7f Pass in a GrColorType into our Copy call. by Greg Daniel · 4 years, 10 months ago
  98. e3193ad little debug/profiling tool cleanups by Mike Klein · 4 years, 10 months ago
  99. d4d3b33 Make converting from 4x4 to 3x3 explicit by Mike Reed · 4 years, 10 months ago
  100. fba4a15 Disallow GrTextureDomain::kIgnore_Mode in SkGpuBlurUtils::GaussianBlur. by Brian Salomon · 4 years, 10 months ago