1. 9765973 Fix cases of variable shadowing in /tests/. by John Stiles · 3 years ago
  2. 06273bc Prepare headers for making all ops V1-only by Robert Phillips · 3 years ago
  3. 423990d Decrease w epsilon to avoid incorrect bounds calculations by Michael Ludwig · 3 years ago
  4. 50fe857 Revert "In SkCanvas destructor, discard (rather than blit) unbalanced layers" by Brian Osman · 3 years ago
  5. b7f2215 Fix cases of variable shadowing in test code. by John Stiles · 3 years ago
  6. 8a41232 Split up Codec 'check' into multiple helper functions. by John Stiles · 3 years ago
  7. 4895946 Move ProgramImpl definitions into Processor subclass headers. by Brian Salomon · 3 years ago
  8. bab2d11 Improve consistency of GP::ProgramImpl subclasses by Brian Salomon · 3 years ago
  9. f0efa1d Reland "Reland "uniform Ptr (UPtr) is a sub class of Ptr"" by Herb Derby · 3 years ago
  10. 643f481 Cruft leftover from GrSurfaceContext hierarchy v1/v2 split by Robert Phillips · 3 years ago
  11. b25560a Consistency among GrFP::ProgramImpl subclasses by Brian Salomon · 3 years ago
  12. adb3eac Add tests for array assignment with narrowing conversions. by John Stiles · 3 years ago
  13. 2648716 Add support for array-cast syntax in SkSL. by John Stiles · 3 years ago
  14. 57709e1 Added prototypes for DSLFunction by Ethan Nicholas · 3 years ago
  15. 82d4c12 Reland "Fix array-of-matrix/struct comparisons in Metal." by John Stiles · 3 years ago
  16. 879b2f2 In SkCanvas destructor, discard (rather than blit) unbalanced layers by Mike Reed · 3 years ago
  17. 53eaa64 Rename GrSurfaceContext -> skgpu::SurfaceContext by Robert Phillips · 3 years ago
  18. e076c38 Reland "Fix array-of-vector comparisons in Metal." by John Stiles · 3 years ago
  19. 7b2b858 Avoid short/ushort in MSL code generator. by John Stiles · 3 years ago
  20. 3c991fd Fix duplicated array types in SPIR-V. by John Stiles · 3 years ago
  21. b23630c Reland "Remove SkTLList" by Michael Ludwig · 3 years ago
  22. 14b1d56 Revert "Remove SkTLList" by Michael Ludwig · 3 years ago
  23. f95940b Rename GrGLSLGeometryProcessor to GrGeometryProcessor::ProgramImpl by Brian Salomon · 3 years ago
  24. e1d523d Remove SkTLList by Michael Ludwig · 3 years ago
  25. ef9a1b6 Revert "Fix array-of-vector comparisons in Metal." by John Stiles · 3 years ago
  26. 80c256e Revert "Fix array-of-matrix/struct comparisons in Metal." by John Stiles · 3 years ago
  27. 23d8f94 Fix array-of-matrix/struct comparisons in Metal. by John Stiles · 3 years ago
  28. 130338c Fix array-of-vector comparisons in Metal. by John Stiles · 3 years ago
  29. 307f8f5 Simplify the boilerplate of cloning a fragment processor. by John Stiles · 3 years ago
  30. e1d0040 Delete GrClipStackClip and GrReducedClip by Michael Ludwig · 3 years ago
  31. 3176e86 Rename GrGLSLFragmentProcessor to GrFragmentProcessor::ProgramImpl by Brian Salomon · 3 years ago
  32. 22cada0 Clean up unflattening paints by Mike Reed · 3 years ago
  33. 3c24611 Fix rMoveTo to be relative to the start of a closed path by William Hesse · 3 years ago
  34. f76768d Revert "Clean up unflattening paints" by Robert Phillips · 3 years ago
  35. 13b2873 Remove GLSL from name of functions that builds GrProcessor keys. by Brian Salomon · 3 years ago
  36. 717ef94 Clean up unflattening paints by Mike Reed · 3 years ago
  37. a0438e6 Remove SK_SUPPORT_DEPRECATED_CLIPOPS and expanding clip op defs by Michael Ludwig · 3 years ago
  38. a40ddcd Pass dsl::PositionInfo by value by Ethan Nicholas · 3 years ago
  39. a3a67ae Reland "Avoid expanding clip ops in tests that will remain after feature removal" by Michael Ludwig · 3 years ago
  40. d59d3e1 Reland "Add SkClipStack::replaceClip() separate from deprecated clip op" by Michael Ludwig · 3 years ago
  41. 09746be Set SkPath.fLastMoveToIndex field from SkPathBuilder by Mike Reed · 3 years ago
  42. 2195f94 Add unit test for array narrowing conversions. by John Stiles · 3 years ago
  43. e3f85e0 Add improved regression test for oss-fuzz:36655. by John Stiles · 3 years ago
  44. e3ae968 Enable comparison of arrays of different precision types. by John Stiles · 3 years ago
  45. 7386dc7 Ensure default SkPaints w/ dither don't get dithered by Robert Phillips · 3 years ago
  46. 9ae6ea0 Fix fuzzer-discovered error with swizzling matrices. by John Stiles · 3 years ago
  47. ded41aa Fix fuzzer-discovered error with SPIR-V interface arrays. by John Stiles · 3 years ago
  48. 628777c Fix cases of variable shadowing in SkSL. by John Stiles · 3 years ago
  49. 8ba1e71 Revert "Add SkClipStack::replaceClip() separate from deprecated clip op" by Michael Ludwig · 3 years ago
  50. b942d4b Revert "Avoid expanding clip ops in tests that will remain after feature removal" by Michael Ludwig · 3 years ago
  51. 337e484 Revert "Reland "uniform Ptr (UPtr) is a sub class of Ptr"" by Derek Sollenberger · 3 years ago
  52. b806da4 Honor lowp/mediump/highp precision qualifiers in IRGenerator. by John Stiles · 3 years ago
  53. 0201431 Add parser support for highp/mediump Tokens in vardecls. by John Stiles · 3 years ago
  54. ea17e24 Reland "uniform Ptr (UPtr) is a sub class of Ptr" by Herb Derby · 3 years ago
  55. f386862 Fission GrSurfaceFillContext into skgpu:: and skgpu::v1:: versions (take 2) by Robert Phillips · 3 years ago
  56. d1c51b2 Avoid expanding clip ops in tests that will remain after feature removal by Michael Ludwig · 3 years ago
  57. 3b39b7f Alias canComputeFastBounds to affectsTransparentBlack by Michael Ludwig · 3 years ago
  58. 9fdcc51 Write test demonstrating bug with array narrowing conversions. by John Stiles · 3 years ago
  59. 68587ae Add SkClipStack::replaceClip() separate from deprecated clip op by Michael Ludwig · 3 years ago
  60. b00cbc7 Revert "uniform Ptr (UPtr) is a sub class of Ptr" by Derek Sollenberger · 3 years ago
  61. 40b82c6 Revert "Fission GrSurfaceFillContext into skgpu:: and skgpu::v1:: versions" by Derek Sollenberger · 3 years ago
  62. cef047a uniform Ptr (UPtr) is a sub class of Ptr by Herb Derby · 3 years ago
  63. af844c7 Fission GrSurfaceFillContext into skgpu:: and skgpu::v1:: versions by Robert Phillips · 3 years ago
  64. 68f5606 Fix cases of variable shadowing in rasterization. by John Stiles · 3 years ago
  65. 2f6e2f8 Use SkClipOp::kFoo instead of kFoo_SkClipOp from SkClipOpPriv by Michael Ludwig · 3 years ago
  66. e9dcbfd Add test for Runtime Effects and narrowing conversions. by John Stiles · 3 years ago
  67. a3f206e Non-substantive changes for making v1::SurfaceDrawContext V1-only by Robert Phillips · 3 years ago
  68. 66b500a Remove explicit sample flag from GrFP. by Brian Salomon · 3 years ago
  69. d7437ee Fix for fuzzer-discovered error in SPIR-V with RTFlip. by John Stiles · 3 years ago
  70. 33bf2b5 Pipe all SDC creation through the recording context by Robert Phillips · 3 years ago
  71. 2957885 Reland "Fix check in GrGLGpu for whether PBO 0 is bound" by Brian Salomon · 3 years ago
  72. 751de92 Revert "Fix check in GrGLGpu for whether PBO 0 is bound" by Brian Salomon · 3 years ago
  73. 62d42db Fix check in GrGLGpu for whether PBO 0 is bound by Brian Salomon · 3 years ago
  74. ce9a5c9 Allow sampling from SkBlenders. by John Stiles · 3 years ago
  75. 1a2e7de Update tests for a V1-only skgpu::v1::SurfaceDrawContext by Robert Phillips · 3 years ago
  76. 131410a Add regression test for oss-fuzz:36655. by John Stiles · 3 years ago
  77. 7fd83eb Fix SkTLList::popTail by Brian Osman · 3 years ago
  78. 4dca831 Rename GrSurfaceDrawContext to skgpu::v1::SurfaceDrawContext by Robert Phillips · 3 years ago
  79. a495351 add array to the Uniforms by Herb Derby · 3 years ago
  80. a37001e Reland "Reland "add op array32 for indirect uniform access"" by Herb Derby · 3 years ago
  81. ae8e063 Reject degenerate quads in AA hairline path renderer by Brian Osman · 3 years ago
  82. 2c5b922 Revert "Reland "add op array32 for indirect uniform access"" by Herb Derby · 3 years ago
  83. fe2506f Reland "add op array32 for indirect uniform access" by Herb Derby · 3 years ago
  84. 72ce9be different bytes - same hash by Herb Derby · 3 years ago
  85. 400f52e Retract GrSurfaceDrawContext.h a bit by Robert Phillips · 3 years ago
  86. 0074706 Fix SkOpts::hash_fn slightly by Brian Osman · 3 years ago
  87. 04f22ea Feed all top-level GPU accessors through skgpu::BaseDevice (take 2) by Robert Phillips · 3 years ago
  88. 8933de7 Add test for our behavior in canvas destructor by Mike Reed · 3 years ago
  89. 9304aa5 Revert "add op array32 for indirect uniform access" by Brian Osman · 3 years ago
  90. 7da0657 Explicitly detect static recursion in SkSL by Brian Osman · 3 years ago
  91. ac2d053 add op array32 for indirect uniform access by Herb Derby · 3 years ago
  92. d91d234 Revert "Feed all top-level GPU accessors through skgpu::BaseDevice" by Robert Phillips · 3 years ago
  93. 5de8b19 Feed all top-level GPU accessors through skgpu::BaseDevice by Robert Phillips · 3 years ago
  94. 8e51bad Add support for child effects on SkRuntimeBlender. by John Stiles · 3 years ago
  95. 759989c Remove obsolete "FP" unit test for runtime effects by Brian Osman · 3 years ago
  96. fb21225 Improve tests/comments, to prepare for calling functions before definition by Brian Osman · 3 years ago
  97. b6a7319 Add tokens for highp/mediump/lowp. by John Stiles · 3 years ago
  98. 77046a7 Disallow sk_FragCoord in SkRuntimeEffect by Brian Osman · 3 years ago
  99. 259b468 Reduce GrOnFlushResourceProvider's functionality by Robert Phillips · 3 years ago
  100. dd2fdea Initial land of DSLParser by Ethan Nicholas · 3 years ago