1. 7f36798 Add mipmap support to SkPixmap flavor of createBackendTexture by Robert Phillips · 5 years ago
  2. 798a31d Revert "Remove the resolve rect and resolve types from GrRenderTarget" by Chris Dalton · 5 years ago
  3. 61887c7 [canvaskit] Create SkFontMgr from passed in data by Kevin Lubick · 5 years ago
  4. be47871 hsw::S32_alpha_D32_filter_DX by Mike Klein · 5 years ago
  5. ec85f40 Remove the resolve rect and resolve types from GrRenderTarget by Chris Dalton · 5 years ago
  6. 31cff27 Revert "Revert "remove 'in uniform' support from GrSkSLFP, make rules more clear"" by Ethan Nicholas · 5 years ago
  7. 14c514d srgb texture format cleanup. by Brian Salomon · 5 years ago
  8. a766206 Improve subpixel coverage calculation for thin quads by Michael Ludwig · 5 years ago
  9. 614cdab Check support for each GL format independently. by Brian Salomon · 5 years ago
  10. 53eb1ec Restrict SkStrikeInterface to GPU and rename to SkStrikeForGPU by Herb Derby · 5 years ago
  11. 85705c1b Revert "remove 'in uniform' support from GrSkSLFP, make rules more clear" by Ethan Nicholas · 5 years ago
  12. ac18a5c remove 'in uniform' support from GrSkSLFP, make rules more clear by Ethan Nicholas · 5 years ago
  13. 6bc3c09 Move SkScalerContextEffects to SkScalerContext.h by Herb Derby · 5 years ago
  14. 16a33c6 Move the msaa dirty rect to GrRenderTargetProxy by Chris Dalton · 5 years ago
  15. c3f6314 clean up for SSSE3 bilerp by Mike Klein · 5 years ago
  16. 7ee3f93 Add a test that draws subpictures within an MSKP and make it pass. by Nathaniel Nifong · 5 years ago
  17. 0965cdd Use constexpr version of min/max by Herb Derby · 5 years ago
  18. 2caecd2 In AAConvexPathRenderer, don't assume that path direction can be computed by Brian Osman · 5 years ago
  19. 96c10a0 Fix calls to deprecated Wuffs API by Nigel Tao · 5 years ago
  20. 1cb5743 cut another multiply in SSE2 bilerp by Mike Klein · 5 years ago
  21. 19ae4aa cut a multiply in SSE2 bilerp by Mike Klein · 5 years ago
  22. e89ee6c Don't submit msaa resovle command buffers except for external IO by Chris Dalton · 5 years ago
  23. 986ab2c Add helper SkMakeZip by Herb Derby · 5 years ago
  24. 0ec56fc comment and TODO bilerp code by Mike Klein · 5 years ago
  25. 1585d7e opt skottie_tool into thread-local strike caches by Mike Klein · 5 years ago
  26. c712e96 poor man's contention profiler by Mike Klein · 5 years ago
  27. 73fb39c SkSL: Support bitwise negation on unsigned integers by Brian Osman · 5 years ago
  28. 4524e84 When precompiling SkSL, avoid the need to re-link by Brian Osman · 5 years ago
  29. f792445 GrGLProgramBuilder cleanup by Brian Osman · 5 years ago
  30. d34691b Remove compressed format support from the GrGpu::createBackendTexture code path by Robert Phillips · 5 years ago
  31. 061ac3d Remove workarounds for osmesa by Brian Salomon · 5 years ago
  32. 6f62412 Fixed integer divide / remainder in sksl interpreter by Ethan Nicholas · 5 years ago
  33. f73ef0b Fix accessing off end of pixmap for R16G16_float in SSE2/SSE4.1 mode by Robert Phillips · 5 years ago
  34. ba45830 Move is_orientation_marker into its own file by Leon Scroggins III · 5 years ago
  35. 8a48057 Clean up cruft left over from addition GrGpu::createBackendTexture chokepoint by Robert Phillips · 5 years ago
  36. 4c2146f Interpreter: Add bitwise shift operators by Brian Osman · 5 years ago
  37. f07a363 Limit sigma for software blurs by Herb Derby · 5 years ago
  38. c096654 ccpr: Don't assign inverse fill types to fan tessellations by Chris Dalton · 5 years ago
  39. b795ab7 Abolish absClear by Chris Dalton · 5 years ago
  40. 4dd7c01 Use safe computation for adding up YUVASizeInfo total bytes by Jim Van Verth · 5 years ago
  41. b3542d9 Rename SkOrientationMarker.cpp by Leon Scroggins III · 5 years ago
  42. 801dd1b Minor SkSL cleanup by Brian Osman · 5 years ago
  43. 26499bd Update Wuffs version by Nigel Tao · 5 years ago
  44. e5bbce2 Interpreter: Add bitwise operators by Brian Osman · 5 years ago
  45. d166d2e SkSL interpreter now properly short-circuits boolean operators by Ethan Nicholas · 5 years ago
  46. 57ef680 Create a GrGpu::createBackendTexture choke point by Robert Phillips · 5 years ago
  47. e4bce01 Remove a few GrSurfaceProxy::config() usages by Brian Salomon · 5 years ago
  48. 8660eb0 Check for scratch textures in GrResourceProvider. by Brian Salomon · 5 years ago
  49. c248659 Use makeRenderTargetContextWithFallback when creating devices for layers by Brian Osman · 5 years ago
  50. 2e29ab5 added support for user-defined functions to GrSKSLFP by Brian Osman · 5 years ago
  51. 40b05c3 Remove a usage of GrPixelConfig in SkGpuBlurUtils::GaussianBlur (take 2) by Robert Phillips · 5 years ago
  52. 5a9a9b8 Revert "added support for SkSL unpremul function" by Ethan Nicholas · 5 years ago
  53. 6934d75 Added missed ETC2 case to GrVkFormatColorTypePairIsValid by Vasiliy Telezhnikov · 5 years ago
  54. d7a5975 Reland "Use saveLayer-determined CT in SkGpuDevice::onCreateDevice" by Brian Osman · 5 years ago
  55. 57d0c98 regenerated fragment processors to make bot happy by Ethan Nicholas · 5 years ago
  56. 80c1f09 Revert "Use saveLayer-determined CT in SkGpuDevice::onCreateDevice" by Brian Osman · 5 years ago
  57. 16559a1 Use saveLayer-determined CT in SkGpuDevice::onCreateDevice by Brian Osman · 5 years ago
  58. ffdc3e6 added support for SkSL unpremul function by Ethan Nicholas · 5 years ago
  59. ea1b30b New proposed syntax for SkColorTypes by Robert Phillips · 5 years ago
  60. a5d96bc Remove "experimental" comments regarding RG_F16 and RGBA_16161616 by Robert Phillips · 5 years ago
  61. 72d2f57 stifle warning in tValue2Scalar() by Mike Klein · 5 years ago
  62. b2f5553 Set up prototype interface for MakeFromCAMetalLayer by Jim Van Verth · 5 years ago
  63. c766d7f Revert "Remove a usage of GrPixelConfig in SkGpuBlurUtils::GaussianBlur" by Robert Phillips · 5 years ago
  64. 0493fbd Use GrResourceProvider::MakeApprox for mask filter proxy sizes by Chris Dalton · 5 years ago
  65. f580721 Remove a usage of GrPixelConfig in SkGpuBlurUtils::GaussianBlur by Robert Phillips · 5 years ago
  66. 12f8680 fold srcover coverage with SkVMBlitter by Mike Klein · 5 years ago
  67. e2a903e Reland "Reorder msaa and mipmap resolves to happen all at once" by Chris Dalton · 5 years ago
  68. f19f9ca Handle F16Norm clamping in SkPaint->GrPaint conversion. by Brian Salomon · 5 years ago
  69. 6b4143e move skvm debug tools back to core by Mike Klein · 5 years ago
  70. c44ee1a Reland "SkZip - synchronized indexing of several pointers" by Herb Derby · 5 years ago
  71. 17a3a0b Last tranche of new SkColorTypes by Robert Phillips · 5 years ago
  72. dc9a74f Weed out duplicates from the proxy version of addDependency by Chris Dalton · 5 years ago
  73. b618b77 Revert "Use a "decal" domain for filterMaskGPU" by Chris Dalton · 5 years ago
  74. 6937103 Revert "Abolish absClear" by Chris Dalton · 5 years ago
  75. 14cb413 Use mipmapping/protected to lookup scratch textures. by Brian Salomon · 5 years ago
  76. e367101 Reland "Add ETC2 support to Metal backend." by Jim Van Verth · 5 years ago
  77. f948db6 Abolish absClear by Chris Dalton · 5 years ago
  78. fac9196 Revert "Reorder msaa and mipmap resolves to happen all at once" by Chris Dalton · 5 years ago
  79. fd14146 Reorder msaa and mipmap resolves to happen all at once by Chris Dalton · 5 years ago
  80. a9d44b6 Revert "SkZip - synchronized indexing of several pointers" by Herb Derby · 5 years ago
  81. a37ea92 Use a "decal" domain for filterMaskGPU by Chris Dalton · 5 years ago
  82. f3c4a82 SkZip - synchronized indexing of several pointers by Herb Derby · 5 years ago
  83. 5a9a0b3 fixed an SkSL parse issue by Ethan Nicholas · 5 years ago
  84. 6ff0613 Reland "Use "clamp" when reexpanding gaussian blurs" by Chris Dalton · 5 years ago
  85. 409f6f0 Additional SkSL swizzle optimizations by Ethan Nicholas · 5 years ago
  86. db151e0 Respect ImageSetEntry alpha in one-at-a-time code path by Brian Salomon · 5 years ago
  87. 3257dda Fix standalone SkSL build after adding SkOnce to SkSLByteCode by Brian Osman · 5 years ago
  88. 9830fc4 A fix and unit test for jagged characters by Herb Derby · 5 years ago
  89. 1f4305d Move raster hack for color type on layers with image filters to device by Brian Osman · 5 years ago
  90. 11b877e Make SkSL::ByteCodeFunction::preprocess thread-safe by Brian Osman · 5 years ago
  91. a90382f Pass color types when creating texture with initial data. by Brian Salomon · 5 years ago
  92. 747b340 Fix bug where coverage on interior of stroked rects is applied twice by Brian Salomon · 5 years ago
  93. ae80107 Revert "Add ETC2 support to Metal backend." by Jim Van Verth · 5 years ago
  94. c25802d Add ETC2 support to Metal backend. by Jim Van Verth · 5 years ago
  95. 4af42fc Fix precompiling shaders on GLES / Android by Brian Osman · 5 years ago
  96. 6447a1a Remove a deprecated Wuffs io_buffer::reader call by Nigel Tao · 5 years ago
  97. c224985 Mark last render target bound ID invalid after clearing texture levels using glClear by Brian Salomon · 5 years ago
  98. 4241f5e Revert "add guard to switch to SkPathTypes" by Mike Reed · 5 years ago
  99. e1af444 add guard to switch to SkPathTypes by Mike Reed · 5 years ago
  100. 2cb1315 Reland "gpu: Update GrGLCaps usage of fTextureRectangle with chromium." by Khushal Sagar · 5 years ago