1. 7e67dca Rename GrMipMapped GrMipmapped by Brian Salomon · 4 years ago
  2. c1eb58d MallocPixelRef should always allocate as large as computeByteSize() says by Mike Reed · 4 years ago
  3. effd13f Convert more tests to GrRecordingContext/GrDirectContext by Robert Phillips · 4 years ago
  4. 2940538 Reland "Remove more GrContext imports & usage" by Adlai Holler · 4 years ago
  5. 68e5f29 Keep a scratch block around for reuse in GrBlockAllocator by Michael Ludwig · 4 years ago
  6. 182c92e Catch SkRuntimeEffects w/o "main" earlier by Brian Osman · 4 years ago
  7. fe7aed6 Reduce number of trials needed by ProcessorOptimizationValidationTest. by John Stiles · 4 years ago
  8. e64ae86 Rearrange logic in SkRuntimeEffect::Make by Brian Osman · 4 years ago
  9. 426274b Add support for holding onto refs for input buffers from bindBuffer calls. by Greg Daniel · 4 years ago
  10. c8ae494 Clean up more tests wrt GrContext by Robert Phillips · 4 years ago
  11. 0dee9b0 Use input FPs as the base layer for processor tests. by John Stiles · 4 years ago
  12. af11030 Factor out random fragment-processor generation into a helper class. by John Stiles · 4 years ago
  13. 75c5168 Revert "Remove more GrContext imports & usage" by Adlai Holler · 4 years ago
  14. dd13955 Remove more GrContext imports & usage by Adlai Holler · 4 years ago
  15. 0c5bb2f Clean up some GrContext in tests by Robert Phillips · 4 years ago
  16. 6732da0 add 64-bit load/store ops by Mike Klein · 4 years ago
  17. d58e01b6 support 16161616 in fm by Mike Klein · 4 years ago
  18. fe4b481 Clean up some uses of GrContext in tests by Robert Phillips · 4 years ago
  19. c97ebe0 Sneak per-GrBlockAllocator user-controlled metadata into head block by Michael Ludwig · 4 years ago
  20. a291b37 Fix GrTAllocator tests by Michael Ludwig · 4 years ago
  21. cffb062 Use staging buffers in d3d for texture uploads. by Greg Daniel · 4 years ago
  22. 4caa935 Migrate MakeTextureImage to take GrDirectContext by Adlai Holler · 4 years ago
  23. 4e105e2 Clean up GrContext references in the src/gpu by Robert Phillips · 4 years ago
  24. 9d02a4c Using staging buffers for vulkan texture uploads. by Greg Daniel · 4 years ago
  25. a3b02f5 Rename GrSamplerState::Filter::kBilerp to kLinear by Brian Salomon · 4 years ago
  26. 4d680cd a bunch of half-related stuff by Mike Klein · 4 years ago
  27. e80a595 Implement SkFontMgr::onMakeFromFontData in subclasses. by Ben Wagner · 4 years ago
  28. 0e15cfb Support releasing blocks while iterating them by Michael Ludwig · 4 years ago
  29. 26b4ffd Generalize iterator in GrTAllocator to be useful for other data types by Michael Ludwig · 4 years ago
  30. 3a22017 Reland "Add a direct context arg to makeColorTypeAndColorSpace" by Adlai Holler · 4 years ago
  31. b2290d7 minor skvm cleanup by Mike Klein · 4 years ago
  32. a58db7f Add GrStagingBufferManager and use GrGpuBuffers to manage caching. by Greg Daniel · 4 years ago
  33. 13711eb rename SkMipMap to SkMipmap by Mike Reed · 4 years ago
  34. 779813a Revert "Add a direct context arg to makeColorTypeAndColorSpace" by Adlai Holler · 4 years ago
  35. a56da9e Add a direct context arg to makeColorTypeAndColorSpace by Adlai Holler · 4 years ago
  36. 886a904 Update SkTQSort to use half-open ranges. by John Stiles · 4 years ago
  37. f990b6a Remove GrTextureProducer::DetermineDomainMode. by Brian Salomon · 4 years ago
  38. 2fe1569 Create mipmaps when creating images by Mike Reed · 4 years ago
  39. 12c5d29 In FPs, store pointers for all child slots, even nullptr by Brian Osman · 4 years ago
  40. ceebe42 Revert "Add GrContext api to update compressed backend textures." by Greg Daniel · 4 years ago
  41. df07800 Include the SkTSort header only where it is used. by John Stiles · 4 years ago
  42. f4f8011 Add Context factories to GrDirectContext by Robert Phillips · 4 years ago
  43. 6e9ead9 Revert "Remove custom SkSort algorithms." by John Stiles · 4 years ago
  44. 70474c1 Remove custom SkSort algorithms. by John Stiles · 4 years ago
  45. 2c18030 Add GrContext api to update compressed backend textures. by Greg Daniel · 4 years ago
  46. 7c19677 Split GrConstColorProcessor into three separate .fp effects. by John Stiles · 4 years ago
  47. 872a32c Add an arg to SkImage::makeSubset to take a direct context by Adlai Holler · 4 years ago
  48. b27b38b Miscellaneous removal of GrContext usages by Robert Phillips · 4 years ago
  49. 609ea21 more cleanup after removing volatile from bitmap by Mike Reed · 4 years ago
  50. 1434ce1 Can we remove volatile from skbitmap? by Mike Reed · 4 years ago
  51. 525e876 Fix Op tests when default typeface is empty. by Ben Wagner · 4 years ago
  52. 1c66ad9 Apply paint color to alpha-only textures in drawEdgeAAImageSet by Michael Ludwig · 4 years ago
  53. 362245e Remove unused GrTRecorder by Michael Ludwig · 4 years ago
  54. 1bef979 Remove uses of non-inclusive terminology from Ganesh code. by Jim Van Verth · 4 years ago
  55. 16bf7d3 Make SkGpuDevice hold a GrRecordingContext (take 2) by Robert Phillips · 4 years ago
  56. 98e0ed7 PDF without annotations skips structure tree. by Ben Wagner · 4 years ago
  57. 2a4acf3 Remove all internal uses of (and deprecate) SkSurface::getContext by Robert Phillips · 4 years ago
  58. 9cf98dc Remove GrCoordTransform entirely by Brian Osman · 4 years ago
  59. 05da783 Revert "Make SkGpuDevice hold a GrRecordingContext" by Chris Dalton · 4 years ago
  60. c8b721b Make SkGpuDevice hold a GrRecordingContext by Robert Phillips · 4 years ago
  61. ffd15ea Remove unused base class GrGLSLFragmentBuilder by Brian Salomon · 4 years ago
  62. 609f159 Remove most GrCoordTransform code by Brian Osman · 4 years ago
  63. 6d344c3 Update unit tests to accept GrDirectContext by Robert Phillips · 4 years ago
  64. 88a4107 Add unit tests for global-struct initialization in Metal. by John Stiles · 4 years ago
  65. 92c33f3 document Make for paths, and move from pathbuilder into path by Mike Reed · 4 years ago
  66. 00f78de Update additional tools to take a GrDirectContext by Robert Phillips · 4 years ago
  67. b7bfbc2 Move GrRecordingContext.h and GrDirectContext.h into include/gpu by Robert Phillips · 4 years ago
  68. 1298bc4 Change SampleMatrix to SampleUsage by Brian Osman · 4 years ago
  69. f8f45d9 Make asDirectContext public by Robert Phillips · 4 years ago
  70. 400ba22 save only xmm6-15 on windows by Mike Klein · 4 years ago
  71. 4e3cab7 Reland "Simplify GrClip API" by Michael Ludwig · 4 years ago
  72. ce9f016 Remove unused GrFlushFlags. by Greg Daniel · 4 years ago
  73. 44333c5 Make asDirectContext return a GrDirectContext by Robert Phillips · 4 years ago
  74. 5c57e88 Redesign GrXfermodeFragmentProcessor to use one FP instead of two. by John Stiles · 4 years ago
  75. 711e73c SkSL: Variable references are never "isConstant" by Brian Osman · 4 years ago
  76. fc2fdf0 Support sample coords in .fp main() by Michael Ludwig · 4 years ago
  77. c7ed7e6 Revert "Add storage on the surface for its last render task" by Robert Phillips · 4 years ago
  78. a112133 Be more consistent about calling release procs in SkImage factories (take 2) by Robert Phillips · 4 years ago
  79. fbe2859 Remove GrFragmentProcessor::addCoordTransform() by Michael Ludwig · 4 years ago
  80. f19bbb5 Finish the DDL sk_sp migration by Adlai Holler · 4 years ago
  81. ca5b36c Add storage on the surface for its last render task by Adlai Holler · 4 years ago
  82. 33603fd Fix DDLOperatorEqTest on Dawn backend. by Stephen White · 4 years ago
  83. 1ca54d4 remove purge more interface from GrTextBlobCache by Herb Derby · 4 years ago
  84. 63a0a75 Reland "Add async rescale and read APIs to SkImage." by Brian Salomon · 4 years ago
  85. 1caf378 Revert "Add async rescale and read APIs to SkImage." by Brian Salomon · 4 years ago
  86. 7ac9b5f Add async rescale and read APIs to SkImage. by Brian Salomon · 4 years ago
  87. 7991594 Revert "Revert "clean up after big refactor of SkColorFilter --> ...Base"" by Mike Reed · 4 years ago
  88. a693a47 Revert "clean up after big refactor of SkColorFilter --> ...Base" by Michael Ludwig · 4 years ago
  89. 6dc67b1 clean up after big refactor of SkColorFilter --> ...Base by Mike Reed · 4 years, 1 month ago
  90. e88320b Update how sample(matrix) calls are invoked in SkSL by Michael Ludwig · 4 years, 1 month ago
  91. 7580ad4 Add an sk_sp API for DDLs with a macro for staging by Adlai Holler · 4 years, 1 month ago
  92. 49f9437 Revert "Be more consistent about calling release procs in SkImage factories" by Robert Phillips · 4 years, 1 month ago
  93. 9861b7c Switch inline variables to use a counter by Michael Ludwig · 4 years, 1 month ago
  94. b11e627 Move impl into SkColorFilterBase by Mike Reed · 4 years, 1 month ago
  95. 1de1481 Fixed an SkSL optimizer issue with collapsing static ifs / switches. by Ethan Nicholas · 4 years, 1 month ago
  96. f075414 Be more consistent about calling release procs in SkImage factories by Robert Phillips · 4 years, 1 month ago
  97. d8f4f42 Revert "Simplify GrClip API" by Michael Ludwig · 4 years, 1 month ago
  98. a026e91 Fix d3d PromiseImageTest by Greg Daniel · 4 years, 1 month ago
  99. fac4c0d Reland "Remove SkSpecialImage::makeTextureImage" by Brian Osman · 4 years, 1 month ago
  100. 24069eb Add GrContext::oomed() and implement for GL and VK. by Brian Salomon · 4 years, 1 month ago