1. 47c20e8 Pass swizzle into createProxy instead of inferring from GrPixelConfig. by Greg Daniel · 4 years, 6 months ago
  2. 196e9fb let picture record take a bbh directly by Mike Klein · 4 years, 6 months ago
  3. 7a7ee94 modernize some picture internal types by Mike Klein · 4 years, 6 months ago
  4. 99c54f0 Revert "Complete rewrite of the SkSL interpreter" by Ethan Nicholas · 4 years, 6 months ago
  5. 8c2ccc0 use real normal-map texture by Mike Reed · 4 years, 6 months ago
  6. 2cde3a1 Complete rewrite of the SkSL interpreter by Ethan Nicholas · 4 years, 6 months ago
  7. 215c34b SkMScalar is obsolete -- use SkScalar by Mike Reed · 4 years, 6 months ago
  8. 07f0e41 Test readPixels on compressed textures by Robert Phillips · 4 years, 6 months ago
  9. 3155f7f Pass in a GrColorType into our Copy call. by Greg Daniel · 4 years, 6 months ago
  10. d4d3b33 Make converting from 4x4 to 3x3 explicit by Mike Reed · 4 years, 6 months ago
  11. b085527 Add SkImage::CompressionType::kBC1_RGBA8_UNORM support by Robert Phillips · 4 years, 6 months ago
  12. b147ace DCI-P3 -> Display P3 in Skia by Mike Klein · 4 years, 6 months ago
  13. c4b8eef move SkV3 into header by Mike Reed · 4 years, 6 months ago
  14. e4720c6 Expand SkImage::MakeFromCompressed to support mipMapping by Robert Phillips · 4 years, 6 months ago
  15. 93d3fab improve scalar gather32 by Mike Klein · 4 years, 6 months ago
  16. b2b6a99 impl gather32 for x86 by Mike Klein · 4 years, 6 months ago
  17. 3912a4b Update GrSurface/RenderTargetContexts to take and store GrSurfaceProxyViews. by Greg Daniel · 4 years, 6 months ago
  18. c322f63 add movq by Mike Klein · 4 years, 6 months ago
  19. beaa108 add vgatherdps by Mike Klein · 4 years, 6 months ago
  20. c558f72 Compressed texture API cleanup by Robert Phillips · 4 years, 6 months ago
  21. bfb7211 Reland "Remove GrPaint::addColorTextureProcessor" by Brian Salomon · 4 years, 6 months ago
  22. f6d60d3 On ARM disable blend when src-over has src with alpha of 1. by Greg Daniel · 4 years, 7 months ago
  23. 9403c38 Revert "Reland "Revert "allow clients to opt into new didTranslate/didScale""" by Mike Reed · 4 years, 6 months ago
  24. f66bba6 Reland "Revert "allow clients to opt into new didTranslate/didScale"" by Mike Reed · 4 years, 6 months ago
  25. d7ce7ac Revert "Revert "allow clients to opt into new didTranslate/didScale"" by Mike Reed · 4 years, 6 months ago
  26. 4a46758 Revert "allow clients to opt into new didTranslate/didScale" by Mike Reed · 4 years, 6 months ago
  27. cb6b9e3 allow clients to opt into new didTranslate/didScale by Mike Reed · 4 years, 6 months ago
  28. fb28c6f Enable transfer from texture to buffer on ANGLE. by Brian Salomon · 4 years, 7 months ago
  29. 504032e SkRuntimeEffect: Fix 'in' variables in CPU backend by Brian Osman · 4 years, 7 months ago
  30. a092028 Revert "new virtuals for canvas ctm" by Mike Reed · 4 years, 7 months ago
  31. 2076b04 new virtuals for canvas ctm by Mike Reed · 4 years, 7 months ago
  32. 67d0f3f Revert "Remove GrPaint::addColorTextureProcessor" by Jim Van Verth · 4 years, 7 months ago
  33. a92320d Remove GrPaint::addColorTextureProcessor by Brian Salomon · 4 years, 7 months ago
  34. ccb6142 Allow implicit conversion from GrSamplerState::Filter to GrSamplerState by Brian Salomon · 4 years, 7 months ago
  35. eca1091 Add first, last and subspan to SkEnumerate by Herb Derby · 4 years, 7 months ago
  36. f22faaf add vroundps, impl Op::floor on x86 by Mike Klein · 4 years, 7 months ago
  37. 92ca3ba JIT today's new _imm ops by Mike Klein · 4 years, 7 months ago
  38. ba0ff78 Move the remainder of GrRenderTargetContext factories. by Greg Daniel · 4 years, 7 months ago
  39. a6434a5 refactor bit ops by Mike Klein · 4 years, 7 months ago
  40. f72dedd Expose the Input variable and Child name collections in SkRuntimeEffect by Brian Osman · 4 years, 7 months ago
  41. e20fcad Reland "Move makeDeferredRenderTargetContext calls to factory on RTC." by Greg Daniel · 4 years, 7 months ago
  42. 403c807 Revert "Revert "Extend SkCanvas matrix stack to be 4x4, but with (basically) the same public API."" by Mike Reed · 4 years, 7 months ago
  43. 268ed57 Revert "Extend SkCanvas matrix stack to be 4x4, but with (basically) the same public API." by Brian Osman · 4 years, 7 months ago
  44. a4f207e Revert "Move makeDeferredRenderTargetContext calls to factory on RTC." by Jim Van Verth · 4 years, 7 months ago
  45. 1c16b43 Move makeDeferredRenderTargetContext calls to factory on RTC. by Greg Daniel · 4 years, 7 months ago
  46. b8f098d Reland "Rename GrSimpleTextureEffect->GrTextureEffect" by Brian Salomon · 4 years, 7 months ago
  47. 98bfcc7 Extend SkCanvas matrix stack to be 4x4, but with (basically) the same public API. by Mike Reed · 4 years, 7 months ago
  48. d7436a3 Revert "Rename GrSimpleTextureEffect->GrTextureEffect" by Brian Salomon · 4 years, 7 months ago
  49. 90673ec Rename GrSimpleTextureEffect->GrTextureEffect by Brian Salomon · 4 years, 7 months ago
  50. 8783b78 Add a few more SkRuntimeEffect unit tests by Brian Osman · 4 years, 7 months ago
  51. 6dbd7ff first foray into SkVM image shaders by Mike Klein · 4 years, 7 months ago
  52. e994380 Some GrTypes cleanup. by Brian Salomon · 4 years, 7 months ago
  53. 2a099da SkSL description methods are now only present in debug mode by Ethan Nicholas · 4 years, 7 months ago
  54. ee426f2 Move SkRuntimeEffect.h to include/effects by Brian Osman · 4 years, 7 months ago
  55. 94724c6 Fix GrColorMatrixFragmentProcessor handling of premul transparent black. by Brian Salomon · 4 years, 7 months ago
  56. 82d4970 More SkRuntimeEffect tests by Brian Osman · 4 years, 7 months ago
  57. 0a7ca7a Avoid div by zero in ProcessorTest to please UBSAN by Brian Salomon · 4 years, 7 months ago
  58. bc73eb4 Make ProcessorOptimizationTest for canTweakAlphaForCoverage more robust by Brian Salomon · 4 years, 7 months ago
  59. 9c4ee9c Disable advanced blend equations on Imagination driver 1.10 and earlier by Brian Salomon · 4 years, 7 months ago
  60. 8f259a0 Add BC1_RGB8_UNORM support by Robert Phillips · 4 years, 7 months ago
  61. 28b0c5d Pass Arenas* to GrOpsTask and GrOps instead of multiple pointers to each pool type by Michael Ludwig · 4 years, 7 months ago
  62. 34280e2 Shorten argument lists in GrMesh::SendToGpuImpl by Chris Dalton · 4 years, 7 months ago
  63. aebe439 move clip-stencil function into GpuDevice by Mike Reed · 4 years, 7 months ago
  64. 9f744f7 Change GrGpu::onCreateCompressedTexture signature by Robert Phillips · 4 years, 7 months ago
  65. ca0f837 Prepare CompressedBackendAllocationTest for new compression formats by Robert Phillips · 4 years, 7 months ago
  66. bfa19c4 Add factories to GrSurfaceContext and clean up creation flow. by Greg Daniel · 4 years, 7 months ago
  67. 334d0ba Optimize SkSL xor where one argument is constant by Noah Lavine · 4 years, 7 months ago
  68. 3a09a37 Ungenerate GrSimpleTextureEffect by Brian Salomon · 4 years, 7 months ago
  69. 088913a Start adding unit tests of SkRuntimeEffect by Brian Osman · 4 years, 7 months ago
  70. 3e5e2f2 Add test for the GrContext::createCompressedBackendTexture API by Robert Phillips · 4 years, 7 months ago
  71. 2c38315 hide/remove obsolete/tricky SkMatrix methods by Mike Reed · 4 years, 7 months ago
  72. 766098d Make sure random unit test processors use an alpha type compatible with by Brian Salomon · 4 years, 7 months ago
  73. 0d7e2f1 Change signature of several gpu backend methods by Robert Phillips · 4 years, 7 months ago
  74. 4dea72a Reland x3 "Remove most of GrConfig.h" by Brian Salomon · 4 years, 7 months ago
  75. ee94693 Fix a sprinkling of GPU issues by Robert Phillips · 4 years, 7 months ago
  76. 190b82d Add clipping for perspective triangles by Mike Reed · 4 years, 7 months ago
  77. 3f1a98b Reland "Revert "Remove most of GrConfig.h"" by Greg Daniel · 4 years, 7 months ago
  78. 14b5721 Rename GrCaps textureSwizzle to readSwizzle. by Greg Daniel · 4 years, 7 months ago
  79. 5b9c7ba Revert "Revert "Remove most of GrConfig.h"" by Brian Salomon · 4 years, 7 months ago
  80. 682ba43 Revert "Blend functions as SkSL built ins." by Brian Salomon · 4 years, 7 months ago
  81. 3794db8 Blend functions as SkSL built ins. by Brian Salomon · 4 years, 7 months ago
  82. 46e366a Remove GrTextureContext. by Greg Daniel · 4 years, 7 months ago
  83. 48257d7 Spruce up GrDataUtils in preparation for compressed backend texture support by Robert Phillips · 4 years, 7 months ago
  84. 26300d6 Make allocation of SkDescriptor do initialization by Herb Derby · 4 years, 7 months ago
  85. df6c734 Add GrCaps::getConfigFromCompressedBackendFormat by Robert Phillips · 4 years, 7 months ago
  86. d6df7b5 Switch GrCaps::isFormatCompressed virtual to be 'compressionType' by Robert Phillips · 4 years, 7 months ago
  87. cf0e3c6 remove dead code around old SkPath enums by Mike Reed · 4 years, 8 months ago
  88. ab51c2c Add more variation support on Mac. by Ben Wagner · 4 years, 8 months ago
  89. d0840ec Provide record time allocator to onCombineIfPossible() by Michael Ludwig · 4 years, 7 months ago
  90. 2fc9fa6 Add filter to SkTHashTable and SkTHashMap by Herb Derby · 4 years, 7 months ago
  91. f46d5ca use std::make_unique by Mike Klein · 4 years, 8 months ago
  92. 6986c65 Make Gr[Op]MemoryPool allocate itself into its initial block. by Brian Salomon · 4 years, 7 months ago
  93. bb59dfa perform perspective clip by default by Mike Reed · 4 years, 7 months ago
  94. cb10e4d Reland "Detach op memory pool from recording context" by Michael Ludwig · 4 years, 7 months ago
  95. 20b177a Parse android layer annotations in debugger, play back layers by Nathaniel Nifong · 4 years, 7 months ago
  96. ed58654 Revert "Detach op memory pool from recording context" by Derek Sollenberger · 4 years, 7 months ago
  97. a27d625 Add compression to Mock backend by Robert Phillips · 4 years, 8 months ago
  98. 6b95516 Detach op memory pool from recording context by Michael Ludwig · 4 years, 7 months ago
  99. bd99c0c Reland "Update FragmentProcessor TextureSampler to hold an GrSurfaceProxyView." by Robert Phillips · 4 years, 7 months ago
  100. c5c0247 Revert "Update FragmentProcessor TextureSampler to hold an GrSurfaceProxyView." by Robert Phillips · 4 years, 7 months ago