1. 609f159 Remove most GrCoordTransform code by Brian Osman · 4 years, 3 months ago
  2. dc68791 Blacklist more GMs for the *ooprddl configs by Robert Phillips · 4 years, 3 months ago
  3. b87b39b Make GM::onGpuSetup take a GrDirectContext by Robert Phillips · 4 years, 3 months ago
  4. 795efd2 Add pass-through sampling to SkVM, use it when possible by Brian Osman · 4 years, 3 months ago
  5. b7bfbc2 Move GrRecordingContext.h and GrDirectContext.h into include/gpu by Robert Phillips · 4 years, 3 months ago
  6. 1298bc4 Change SampleMatrix to SampleUsage by Brian Osman · 4 years, 3 months ago
  7. f8f45d9 Make asDirectContext public by Robert Phillips · 4 years, 3 months ago
  8. 9eb0002 Double down on abandoned being publicly accessible on contexts by Robert Phillips · 4 years, 3 months ago
  9. 4e3cab7 Reland "Simplify GrClip API" by Michael Ludwig · 4 years, 3 months ago
  10. ce9f016 Remove unused GrFlushFlags. by Greg Daniel · 4 years, 3 months ago
  11. 09dbeff Update SkModeColorFilter to support an input FP. by John Stiles · 4 years, 3 months ago
  12. 44333c5 Make asDirectContext return a GrDirectContext by Robert Phillips · 4 years, 3 months ago
  13. 5c57e88 Redesign GrXfermodeFragmentProcessor to use one FP instead of two. by John Stiles · 4 years, 3 months ago
  14. 95c250c Downgrade GpuGMs to only receiving a GrRecordingContext by Robert Phillips · 4 years, 3 months ago
  15. 10b7541 Add proj() intrinsic (XY / Z), fix bug with perspective matrix sampling by Brian Osman · 4 years, 3 months ago
  16. fbe2859 Remove GrFragmentProcessor::addCoordTransform() by Michael Ludwig · 4 years, 3 months ago
  17. 98c39ba Make use of backend texture creation finished procs in YUV GMs by Robert Phillips · 4 years, 3 months ago
  18. 63a0a75 Reland "Add async rescale and read APIs to SkImage." by Brian Salomon · 4 years, 3 months ago
  19. 1caf378 Revert "Add async rescale and read APIs to SkImage." by Brian Salomon · 4 years, 3 months ago
  20. be1b837 Support sample(matrix) with runtime effects by Brian Osman · 4 years, 3 months ago
  21. e922953 Adjust how GM::gpuSetup is handled in the tools by Robert Phillips · 4 years, 3 months ago
  22. 7ac9b5f Add async rescale and read APIs to SkImage. by Brian Salomon · 4 years, 3 months ago
  23. e393901 More *ooprddl GM changes by Robert Phillips · 4 years, 3 months ago
  24. d26d25e Make gpuSetup draw a error message on failure by Robert Phillips · 4 years, 3 months ago
  25. c19b9c5 androidFramework_replaceClip proposal by Michael Ludwig · 4 years, 3 months ago
  26. c36b8aa Add support for passing an inputFP to SkColorFilter objects. by John Stiles · 4 years, 3 months ago
  27. b795bea Add GM::gpuTeardown entry point by Robert Phillips · 4 years, 3 months ago
  28. 83b749a Add GM::onceBeforeDraw method that encapsulates calling onOnceBeforeDraw by Robert Phillips · 4 years, 3 months ago
  29. b9b1373 Fix nearest neighbor sampling of YUV[A] images by Brian Salomon · 4 years, 3 months ago
  30. e88320b Update how sample(matrix) calls are invoked in SkSL by Michael Ludwig · 4 years, 3 months ago
  31. 9689e39 Update complex clip GMs to only use supported clip ops by Michael Ludwig · 4 years, 5 months ago
  32. 54c9093 Pass the primProc and uniformHandler to tessellation shader back doors by Chris Dalton · 4 years, 3 months ago
  33. d8f4f42 Revert "Simplify GrClip API" by Michael Ludwig · 4 years, 3 months ago
  34. 9716414 Simplify GrClip API by Michael Ludwig · 4 years, 3 months ago
  35. f105d38 Update image_from_yuv_textures GM for *ooprddl configs by Robert Phillips · 4 years, 3 months ago
  36. 9aba625 Move setSampleMatrix and setSampledWithExplicitCoords into child registration by Michael Ludwig · 4 years, 3 months ago
  37. 0f39699 Reland "Make it easier to test rectangle textures by using createBackendTexture." by Brian Salomon · 4 years, 3 months ago
  38. 96f8db0 Revert "Make it easier to test rectangle textures by using createBackendTexture." by Derek Sollenberger · 4 years, 3 months ago
  39. 4e37751 Make it easier to test rectangle textures by using createBackendTexture. by Brian Salomon · 4 years, 3 months ago
  40. e22c5ca Fix wacky_yuv_formats for *ooprddl configs by Robert Phillips · 4 years, 3 months ago
  41. 89bf734 Add ceil to skvx/skvm/JIT, and floor/ceil intrinsics to ByteCode by Brian Osman · 4 years, 3 months ago
  42. c869ff7 Fix flippity GM for *ooprddl configs (take 2) by Robert Phillips · 4 years, 3 months ago
  43. 22d9d0b Revert "Fix flippity GM for *ooprddl configs" by Robert Phillips · 4 years, 3 months ago
  44. ddca6ab Fix flippity GM for *ooprddl configs by Robert Phillips · 4 years, 3 months ago
  45. f8d68fe runtime shader children on skvm backend by Mike Klein · 4 years, 3 months ago
  46. 851b90e Update GrRRectEffect to take an input FP and return a MakeResult. by John Stiles · 4 years, 3 months ago
  47. 3b2c06c Remove HairlineAA from the clip-edge types. by John Stiles · 4 years, 3 months ago
  48. de98023 Add a test for wide butt caps by Chris Dalton · 4 years, 3 months ago
  49. f08a82b Return tuple from GrConvexPolyEffect::Make denoting success or failure. by John Stiles · 4 years, 3 months ago
  50. 889d613 Add GM::gpuSetup step by Robert Phillips · 4 years, 3 months ago
  51. 5f0cda4 Refine VkYcbcrSamplerHelper to only hold backend memory for YCbCr textures by Robert Phillips · 4 years, 3 months ago
  52. ec9269b Update GrConvexPolyEffect to support an input FP. by John Stiles · 4 years, 3 months ago
  53. e3a39f7 Update ConstColor FP to support an input FP. by John Stiles · 4 years, 3 months ago
  54. 82d6196 remove (unused) clipmask from savelayer by Mike Reed · 4 years, 3 months ago
  55. 9efe386 Add SkSurface flush call that takes a GrBackendSurfaceMutableState. by Greg Daniel · 4 years, 3 months ago
  56. 637838d Fix compiler warnings on Mac build. by John Stiles · 4 years, 3 months ago
  57. e06a897 GrClips know their device dimensions by Michael Ludwig · 4 years, 3 months ago
  58. 30212b7 Fix implicit fallthroughs throughout Skia. by John Stiles · 4 years, 3 months ago
  59. 77968f0 Revert "fixed sample(..., matrix) with runtime effects" by Ethan Nicholas · 4 years, 3 months ago
  60. de2bca2 Add new GM to exercise Vulkan YCbCr images by Robert Phillips · 4 years, 3 months ago
  61. a2d46a1 Optimize GrRRectBlurEffect by computing frag pos branchlessly. by John Stiles · 4 years, 3 months ago
  62. 1c07aa7 Implement computeFastBounds in SkLocalMatrixImageFilter by Michael Ludwig · 4 years, 3 months ago
  63. 2577623 Fix two different cases with multiple chained sample matrices by Brian Salomon · 4 years, 3 months ago
  64. fb5ede5 fixed sample(..., matrix) with runtime effects by Ethan Nicholas · 4 years, 3 months ago
  65. 58f569b Remove unnecessary GrFixedClip includes/declarations by Michael Ludwig · 4 years, 4 months ago
  66. 4e221bd Initial clipShader implementation for SkClipStack and GPU by Michael Ludwig · 4 years, 4 months ago
  67. d1d997e Reland "Improve scissor state tracking in GrRTC" by Michael Ludwig · 4 years, 4 months ago
  68. 4926b07 Revert "Improve scissor state tracking in GrRTC" by Michael Ludwig · 4 years, 4 months ago
  69. 3b923a8 Improve scissor state tracking in GrRTC by Michael Ludwig · 4 years, 4 months ago
  70. eed56f0 Update GrFragmentProcessor::SwizzleOutput to use a child FP. by John Stiles · 4 years, 4 months ago
  71. 64aa513 Remove SkAtlasTextTarget by Herb Derby · 4 years, 4 months ago
  72. 88b3b15 Add clipShader with perspective GM by Michael Ludwig · 4 years, 4 months ago
  73. 89dd4e7 Divide by w for sample matrices by Michael Ludwig · 4 years, 4 months ago
  74. d3a95c2 Fixed sample_matrix_constant GM by Ethan Nicholas · 4 years, 4 months ago
  75. 4920384 Check for deferred saves in SkCanvas::clipShader by Michael Ludwig · 4 years, 4 months ago
  76. 5c51f5f Add localmatrix w/ perspective GM by Michael Ludwig · 4 years, 4 months ago
  77. 2ad3dfb For custom vector/normal/position attrs, let marker ID 0 mean CTM by Brian Osman · 4 years, 4 months ago
  78. 3927802 Remove submit from async read pixels. User must submit. by Brian Salomon · 4 years, 4 months ago
  79. 1adcac5 Remove transform_scanline from SkWebpEncoder by Leon Scroggins III · 4 years, 4 months ago
  80. cbe4e28 Fix strict-constraint bleed in strict_constraint_[batch_]no_red_allowed. by John Stiles · 4 years, 4 months ago
  81. b42a327 hide savelayer's clipmask fields by Mike Reed · 4 years, 4 months ago
  82. 5d7759e Minor cleanup in the sample_matrix GMs by Brian Osman · 4 years, 4 months ago
  83. 7c12e28 Reland "GrClips provided as pointers to GrRTC" by Michael Ludwig · 4 years, 4 months ago
  84. 921cdbb Fix dimensions of color_cube_rt slide by Brian Osman · 4 years, 4 months ago
  85. 074414f Revert "GrClips provided as pointers to GrRTC" by Weston Tracey · 4 years, 4 months ago
  86. 2c28bf9 Directly compute normalized coords in the color cube runtime effect by Brian Osman · 4 years, 4 months ago
  87. 226b689 GrClips provided as pointers to GrRTC by Michael Ludwig · 4 years, 4 months ago
  88. 9c3eccd Runtime effect implementation of color cube filter by Brian Osman · 4 years, 4 months ago
  89. 81d4172 Reland "Simplify GrRTC::clean APIs" by Michael Ludwig · 4 years, 4 months ago
  90. b7518a8 Don't test GPU configs on hittestpath by Chris Dalton · 4 years, 4 months ago
  91. d20a134 Add 'strict_constraint_batch_no_red_allowed' GM image. by John Stiles · 4 years, 4 months ago
  92. 4730f29 Revert "Simplify GrRTC::clean APIs" by Michael Ludwig · 4 years, 4 months ago
  93. 6cbd7c2 Simplify GrRTC::clean APIs by Michael Ludwig · 4 years, 4 months ago
  94. 1f60733 Revert "Revert "move onto new factories for SkMatrix"" by Mike Reed · 4 years, 4 months ago
  95. c80ee45 Revert "move onto new factories for SkMatrix" by Mike Reed · 4 years, 4 months ago
  96. 046c2b7 move onto new factories for SkMatrix by Mike Reed · 4 years, 4 months ago
  97. 9ded74e use strokeandfill patheffect, and fix it by Mike Reed · 4 years, 4 months ago
  98. 287d598 Apply additional clipping in SkGpuBlurUtils. by Brian Salomon · 4 years, 4 months ago
  99. 3e84312 add new patheffect for stroke-and-fill by Mike Reed · 4 years, 4 months ago
  100. d240d76 extract original paths at big size to improve precision by Mike Reed · 4 years, 4 months ago