1. 2f2c77a Revert "Reland "Reland "Add new method for storing DrawOpAtlas texture index.""" by Jim Van Verth · 5 years ago
  2. cddfc5e Remove invokeChild variants that write to output color by Brian Osman · 5 years ago
  3. b81e697 clean up caches at thread exit by Mike Klein · 5 years ago
  4. 1c3e6cf Revert "Move GrDomainEffect functionality into GrTextureEffect and delete" by Brian Salomon · 5 years ago
  5. b962eff Revert "Revert "Complete rewrite of the SkSL interpreter"" by Ethan Nicholas · 5 years ago
  6. 988af46 Move GrDomainEffect functionality into GrTextureEffect and delete the former. by Brian Salomon · 5 years ago
  7. 8675bcb Add support for GL_NV_fence. by Brian Salomon · 5 years ago
  8. a7e557f Reland "Increase precision of some quad AA calculations" by Michael Ludwig · 5 years ago
  9. 6b67273 use longer-lived alloc in CacheKey() by Mike Klein · 5 years ago
  10. 20b16bd force skvm interpreter in ASAN builds, add bots by Mike Klein · 5 years ago
  11. 300fe1d Use PipelineStageArgs throughout GrSkSLFP and PipelineStageCodeGenerator by Brian Osman · 5 years ago
  12. d081dce Move GrTessellator::VertexAllocator to GrEagerVertexAllocator by Chris Dalton · 5 years ago
  13. 1a496c5 Convert evict callback from function to interface by Herb Derby · 5 years ago
  14. 7abc7aa Remove unused functions and members from PipelineStageCodeGenerator by Brian Osman · 5 years ago
  15. 7d0861b more bits for shader program hash by Mike Klein · 5 years ago
  16. 2716daf Clean up some "const SkISize& dimensions" usages w/in Ganesh by Robert Phillips · 5 years ago
  17. 11b05bc Don't make promises about rowbytes by Mike Reed · 5 years ago
  18. cce6500 Treat GrTextureAdjusters mip copy like other producers, i.e. no fallback. by Greg Daniel · 5 years ago
  19. 5195673 Revert "Increase precision of some quad AA calculations" by Michael Ludwig · 5 years ago
  20. 85754d5 basic pass at gradients by Mike Klein · 5 years ago
  21. 07d32b4 remove some memory-based methods, add rc() by Mike Reed · 5 years ago
  22. 3c0a50f Implement support for framebufferOnly render targets. by Stephen White · 5 years ago
  23. 4cb2933 GrPixelConfig is DEAD!!!!! by Greg Daniel · 5 years ago
  24. 8098e63 Increase precision in barycentric_coord calculations by Michael Ludwig · 5 years ago
  25. b58a3c7 Remove fConfig from GrSurfaceDesc. by Greg Daniel · 5 years ago
  26. 8999852 Fix issue introduced in 33c0f260d28e28dbb5e34be71ffcbd5165a83bb3 by Brian Salomon · 5 years ago
  27. 40a1353 Increase precision of some quad AA calculations by Michael Ludwig · 5 years ago
  28. 73c7587 Reland "Specialize SkRectanzier to SkRectanizerSkyline" by Herb Derby · 5 years ago
  29. 05b7297 remove obsolete flag SK_SUPPORT_LEGACY_CANVAS_MATRIX_VIRTUALS by Mike Reed · 5 years ago
  30. e4ddb8a Revert "Specialize SkRectanzier to SkRectanizerSkyline" by Mike Reed · 5 years ago
  31. 77e1f84 Specialize SkRectanzier to SkRectanizerSkyline by Herb Derby · 5 years ago
  32. ce3ddaa Pass readSwizzle into more proxy creation to not use config. by Greg Daniel · 5 years ago
  33. d51fa2f Remove GrPixelConfig from GrSurface and GrSurfaceProxy. by Greg Daniel · 5 years ago
  34. 3a83392 Add missing 'GrProtected' parameter to createCompressedTexture call chain by Robert Phillips · 5 years ago
  35. 52c68c4 Account for negative w in GrQuad::bounds by Michael Ludwig · 5 years ago
  36. 9ae6732 Update font descriptor selection workaround by Alan Screen · 5 years ago
  37. 470e0ac Revert "Revert "Revert "Complete rewrite of the SkSL interpreter""" by Ben Wagner · 5 years ago
  38. d529056 let's see what happens by Ethan Nicholas · 5 years ago
  39. 4f830b8 derp by Ethan Nicholas · 5 years ago
  40. 5f40986 test change by Ethan Nicholas · 5 years ago
  41. 682f299 removed extraneous change by Ethan Nicholas · 5 years ago
  42. 7ad3f22 maybe fixed? by Ethan Nicholas · 5 years ago
  43. 7deb1c2 Revert "Revert "Complete rewrite of the SkSL interpreter"" by Ethan Nicholas · 5 years ago
  44. b26b4e7 Revert "Revert "use SkM44 internally"" by Mike Reed · 5 years ago
  45. 988f109 Fix usage enum with GL_NV_pixel_buffer_object. by Brian Salomon · 5 years ago
  46. 7c165a4 Reland "Reland "Pass in a SkColorType into SkImage_Gpu ctor."" by Greg Daniel · 5 years ago
  47. f79aacb Revert "use SkM44 internally" by Mike Reed · 5 years ago
  48. 295cdf8 use SkM44 internally by Mike Reed · 5 years ago
  49. f9aea7f Add a tessellation mode that triangulates the inner polygon separately by Chris Dalton · 5 years ago
  50. dbc9f64 Reduce error control flow in addGlyphToAtlas by Herb Derby · 5 years ago
  51. 3eedc97 Make SkImageInfo::validRowBytes consider alignment by Leon Scroggins III · 5 years ago
  52. 33c0f26 Rework spefication of src/dst rects/translates throughout SkGpuBlurUtils. by Brian Salomon · 5 years ago
  53. 6f5e940 Clamp GrSkSLFP output to valid premul by Brian Osman · 5 years ago
  54. 87c3142 Add functions for GL_NV_fence to GrGLInterface. by Brian Salomon · 5 years ago
  55. 3dfe7ca Revert "Add compressed backend textures to Metal" by Robert Phillips · 5 years ago
  56. 1feceb3 split SkBBoxHierarchy into public/base types by Mike Klein · 5 years ago
  57. b19c78e Add compressed backend textures to Metal by Robert Phillips · 5 years ago
  58. 808f021 Improve error handling in SkSL ByteCode by Brian Osman · 5 years ago
  59. ea7711d Tweak pointlight3d sample to work in Raster backend by Brian Osman · 5 years ago
  60. 9ed88b3 Revert "Reland "Pass in a SkColorType into SkImage_Gpu ctor."" by Ben Wagner aka dogben · 5 years ago
  61. 38380df remove the last vestiges of SkMScalar by Mike Reed · 5 years ago
  62. 55f6fc3 IWYU -- colorspace no longer includes matrix44 by Mike Reed · 5 years ago
  63. 47c20e8 Pass swizzle into createProxy instead of inferring from GrPixelConfig. by Greg Daniel · 5 years ago
  64. 4277f01 mv BackendTextureData to end of parameter list by Robert Phillips · 5 years ago
  65. 938106d Reland "Pass in a SkColorType into SkImage_Gpu ctor." by Greg Daniel · 5 years ago
  66. 196e9fb let picture record take a bbh directly by Mike Klein · 5 years ago
  67. 7a7ee94 modernize some picture internal types by Mike Klein · 5 years ago
  68. b875735 Add GrTexturable type by Robert Phillips · 5 years ago
  69. 82c6b10 Better handle colorTypes in GrTexutreProducer. by Greg Daniel · 5 years ago
  70. ee5f142 Simplify 1 pixel padding calculation by Herb Derby · 5 years ago
  71. d468d21 use safe cast when converting double to float by Mike Reed · 5 years ago
  72. cedab52 remove debugging dump by Mike Reed · 5 years ago
  73. 99c54f0 Revert "Complete rewrite of the SkSL interpreter" by Ethan Nicholas · 5 years ago
  74. d5eebba Fix 'trak' and system variable fonts on macOS. by Ben Wagner · 5 years ago
  75. 2cde3a1 Complete rewrite of the SkSL interpreter by Ethan Nicholas · 5 years ago
  76. a6a7945 Cleanup remainig SkMSCalar literals by Florin Malita · 5 years ago
  77. 215c34b SkMScalar is obsolete -- use SkScalar by Mike Reed · 5 years ago
  78. 71b8b76 Remove proxy offset param to SkGpuBlurUtils::GaussianBlur. by Brian Salomon · 5 years ago
  79. 9f22f1f use transpose of inverse for transforming normals by Mike Reed · 5 years ago
  80. ef05567 Don't pass final W/H to convolve_gaussian() in SkGpuBlurUtils. by Brian Salomon · 5 years ago
  81. ee3216d Use SkSL to do point-light shading by Mike Reed · 5 years ago
  82. 3e2c99b Make decimating and non-decimating cases in SkGpuBlurUtils call into by Brian Salomon · 5 years ago
  83. 507736f Check swizzles when building up texture sets to draw. by Greg Daniel · 5 years ago
  84. 07f0e41 Test readPixels on compressed textures by Robert Phillips · 5 years ago
  85. f631cf3 Reland "Make SkGpuBlurUtils take SkTileMode"" by Brian Salomon · 5 years ago
  86. 91b74f0 Switch coord transforms in gradient layouts to 3x3 (SkMatrix) by Brian Osman · 5 years ago
  87. 93e3c76 Vulkan texture upload clean up by Robert Phillips · 5 years ago
  88. c38c00a Fix protected image allocation in createVkImageForBackendSurface() by Sergey Ulanov · 5 years ago
  89. d58b643 undo SkMatrix() cast -- must be done by sksl machine by Mike Reed · 5 years ago
  90. 9a48beb Remove GrPixelConfig from validateSurfaceParams by Greg Daniel · 5 years ago
  91. 3155f7f Pass in a GrColorType into our Copy call. by Greg Daniel · 5 years ago
  92. e3193ad little debug/profiling tool cleanups by Mike Klein · 5 years ago
  93. a8fa490 Isolate updating grTextStrike by Herb Derby · 5 years ago
  94. d4d3b33 Make converting from 4x4 to 3x3 explicit by Mike Reed · 5 years ago
  95. fba4a15 Disallow GrTextureDomain::kIgnore_Mode in SkGpuBlurUtils::GaussianBlur. by Brian Salomon · 5 years ago
  96. 3b9c544 Reland "Reland "Add new method for storing DrawOpAtlas texture index."" by Jim Van Verth · 5 years ago
  97. b085527 Add SkImage::CompressionType::kBC1_RGBA8_UNORM support by Robert Phillips · 5 years ago
  98. b53bdf1 Fix single-pass tessellator wedges by Chris Dalton · 5 years ago
  99. 1321a3d Re-enable QCOM_tiled_rendering, but check for gl functions by Michael Ludwig · 5 years ago
  100. b147ace DCI-P3 -> Display P3 in Skia by Mike Klein · 5 years ago