1. 938106d Reland "Pass in a SkColorType into SkImage_Gpu ctor." by Greg Daniel · 5 years ago
  2. 196e9fb let picture record take a bbh directly by Mike Klein · 5 years ago
  3. 7a7ee94 modernize some picture internal types by Mike Klein · 5 years ago
  4. b875735 Add GrTexturable type by Robert Phillips · 5 years ago
  5. 82c6b10 Better handle colorTypes in GrTexutreProducer. by Greg Daniel · 5 years ago
  6. ee5f142 Simplify 1 pixel padding calculation by Herb Derby · 5 years ago
  7. d468d21 use safe cast when converting double to float by Mike Reed · 5 years ago
  8. cedab52 remove debugging dump by Mike Reed · 5 years ago
  9. 99c54f0 Revert "Complete rewrite of the SkSL interpreter" by Ethan Nicholas · 5 years ago
  10. d5eebba Fix 'trak' and system variable fonts on macOS. by Ben Wagner · 5 years ago
  11. 2cde3a1 Complete rewrite of the SkSL interpreter by Ethan Nicholas · 5 years ago
  12. a6a7945 Cleanup remainig SkMSCalar literals by Florin Malita · 5 years ago
  13. 215c34b SkMScalar is obsolete -- use SkScalar by Mike Reed · 5 years ago
  14. 71b8b76 Remove proxy offset param to SkGpuBlurUtils::GaussianBlur. by Brian Salomon · 5 years ago
  15. 9f22f1f use transpose of inverse for transforming normals by Mike Reed · 5 years ago
  16. ef05567 Don't pass final W/H to convolve_gaussian() in SkGpuBlurUtils. by Brian Salomon · 5 years ago
  17. ee3216d Use SkSL to do point-light shading by Mike Reed · 5 years ago
  18. 3e2c99b Make decimating and non-decimating cases in SkGpuBlurUtils call into by Brian Salomon · 5 years ago
  19. 507736f Check swizzles when building up texture sets to draw. by Greg Daniel · 5 years ago
  20. 07f0e41 Test readPixels on compressed textures by Robert Phillips · 5 years ago
  21. f631cf3 Reland "Make SkGpuBlurUtils take SkTileMode"" by Brian Salomon · 5 years ago
  22. 91b74f0 Switch coord transforms in gradient layouts to 3x3 (SkMatrix) by Brian Osman · 5 years ago
  23. 93e3c76 Vulkan texture upload clean up by Robert Phillips · 5 years ago
  24. c38c00a Fix protected image allocation in createVkImageForBackendSurface() by Sergey Ulanov · 5 years ago
  25. d58b643 undo SkMatrix() cast -- must be done by sksl machine by Mike Reed · 5 years ago
  26. 9a48beb Remove GrPixelConfig from validateSurfaceParams by Greg Daniel · 5 years ago
  27. 3155f7f Pass in a GrColorType into our Copy call. by Greg Daniel · 5 years ago
  28. e3193ad little debug/profiling tool cleanups by Mike Klein · 5 years ago
  29. a8fa490 Isolate updating grTextStrike by Herb Derby · 5 years ago
  30. d4d3b33 Make converting from 4x4 to 3x3 explicit by Mike Reed · 5 years ago
  31. fba4a15 Disallow GrTextureDomain::kIgnore_Mode in SkGpuBlurUtils::GaussianBlur. by Brian Salomon · 5 years ago
  32. 3b9c544 Reland "Reland "Add new method for storing DrawOpAtlas texture index."" by Jim Van Verth · 5 years ago
  33. b085527 Add SkImage::CompressionType::kBC1_RGBA8_UNORM support by Robert Phillips · 5 years ago
  34. b53bdf1 Fix single-pass tessellator wedges by Chris Dalton · 5 years ago
  35. 1321a3d Re-enable QCOM_tiled_rendering, but check for gl functions by Michael Ludwig · 5 years ago
  36. b147ace DCI-P3 -> Display P3 in Skia by Mike Klein · 5 years ago
  37. 7b18610 Make glyph paths calculation positions from original data by Herb Derby · 5 years ago
  38. c43f2a0 mark all exerimental (3d) apis as such by Mike Reed · 5 years ago
  39. ea4459d add new debug/profiling mechanism by Mike Klein · 5 years ago
  40. 9f64f4c purge all old debug hooks by Mike Klein · 5 years ago
  41. b18e74d Expose camera matrix in SkCanvas by Mike Reed · 5 years ago
  42. 40a1cee Rewrite tessellation wedge generation to be done in a single pass by Chris Dalton · 5 years ago
  43. 99e002f Revert "Simplify VertexRegenerator GrStrikeCache handling" by Mike Klein · 5 years ago
  44. 59d529c Simplify VertexRegenerator GrStrikeCache handling by Herb Derby · 5 years ago
  45. 62b12fe Handle color and translation outside of VertexRegenerator by Herb Derby · 5 years ago
  46. c4b8eef move SkV3 into header by Mike Reed · 5 years ago
  47. 7edb0eb Revert "Reland "Add new method for storing DrawOpAtlas texture index."" by Jim Van Verth · 5 years ago
  48. 23f2976 Redo glyph quad regeneration by Herb Derby · 5 years ago
  49. 7dd6098 fix SkMatrixConvolutionImageFilter unpremul by Mike Klein · 5 years ago
  50. 0f6bb8a Add a temporary job to test GrGpuTessellationPathRenderer by Chris Dalton · 5 years ago
  51. ee0a03a experimental: saveCamera() by Mike Reed · 5 years ago
  52. dea2f34 Reland "Add new method for storing DrawOpAtlas texture index." by Jim Van Verth · 5 years ago
  53. 435adfe Simplify translation calculation for mustRegenerate by Herb Derby · 5 years ago
  54. c71c796 Remove various uses of GrPixelConfig from GrSurfaceProxy. by Greg Daniel · 5 years ago
  55. 9d91492 Revert "Make SkGpuBlurUtils take SkTileMode" by Brian Salomon · 5 years ago
  56. 03d89ef make sure each sample() call uses the same uniforms by Mike Klein · 5 years ago
  57. ac90802 Update compressed texturing GM by Robert Phillips · 5 years ago
  58. cb67acb add dumpJIT() to disassemble by Mike Klein · 5 years ago
  59. 42032cb Revert "Pass in a SkColorType into SkImage_Gpu ctor." by Mike Klein · 5 years ago
  60. 1817e70 Make SkGpuBlurUtils take SkTileMode by Brian Salomon · 5 years ago
  61. 2a57e79 add --skvm to nanobench and fm by Mike Klein · 5 years ago
  62. 1d17543 Pass in a SkColorType into SkImage_Gpu ctor. by Greg Daniel · 5 years ago
  63. e4720c6 Expand SkImage::MakeFromCompressed to support mipMapping by Robert Phillips · 5 years ago
  64. c46e30e Revert "Add new method for storing DrawOpAtlas texture index." by Jim Van Verth · 5 years ago
  65. c8b2e61 Add new method for storing DrawOpAtlas texture index. by Jim Van Verth · 5 years ago
  66. 93d3fab improve scalar gather32 by Mike Klein · 5 years ago
  67. b2b6a99 impl gather32 for x86 by Mike Klein · 5 years ago
  68. 7543587 clean-up 3d sample's use of matrices by Mike Reed · 5 years ago
  69. 3912a4b Update GrSurface/RenderTargetContexts to take and store GrSurfaceProxyViews. by Greg Daniel · 5 years ago
  70. c322f63 add movq by Mike Klein · 5 years ago
  71. beaa108 add vgatherdps by Mike Klein · 5 years ago
  72. 43324e7 Improve shader compile tracing with Android framework by Stan Iliev · 5 years ago
  73. 45fa810 fix texture projection and fmod on metal by Ethan Nicholas · 5 years ago
  74. c558f72 Compressed texture API cleanup by Robert Phillips · 5 years ago
  75. 3dbc701 Turn off automatic application of 'trak' on macOS. by Ben Wagner · 5 years ago
  76. bfb7211 Reland "Remove GrPaint::addColorTextureProcessor" by Brian Salomon · 5 years ago
  77. f6d60d3 On ARM disable blend when src-over has src with alpha of 1. by Greg Daniel · 5 years ago
  78. 9403c38 Revert "Reland "Revert "allow clients to opt into new didTranslate/didScale""" by Mike Reed · 5 years ago
  79. f66bba6 Reland "Revert "allow clients to opt into new didTranslate/didScale"" by Mike Reed · 5 years ago
  80. d7ce7ac Revert "Revert "allow clients to opt into new didTranslate/didScale"" by Mike Reed · 5 years ago
  81. 4a46758 Revert "allow clients to opt into new didTranslate/didScale" by Mike Reed · 5 years ago
  82. cb6b9e3 allow clients to opt into new didTranslate/didScale by Mike Reed · 5 years ago
  83. 0a1923e Disable QCOM_tiled_rendering while we wait for test devices by Chris Dalton · 5 years ago
  84. a3a704a Override didTranslate, and add virtual for didScale by Mike Reed · 5 years ago
  85. f6d70a8 Revert "Revert "forward concat44 in nway canvas"" by Mike Reed · 5 years ago
  86. 3723fb7 Revert "forward concat44 in nway canvas" by Mike Reed · 5 years ago
  87. 39de4a4 Fix mac TSAN build by Brian Salomon · 5 years ago
  88. 5f6f851 Simplify text op vertex generation loop by Herb Derby · 5 years ago
  89. fb28c6f Enable transfer from texture to buffer on ANGLE. by Brian Salomon · 5 years ago
  90. 8964bc1 forward concat44 in nway canvas by Mike Reed · 5 years ago
  91. 504032e SkRuntimeEffect: Fix 'in' variables in CPU backend by Brian Osman · 5 years ago
  92. a092028 Revert "new virtuals for canvas ctm" by Mike Reed · 5 years ago
  93. 2076b04 new virtuals for canvas ctm by Mike Reed · 5 years ago
  94. 6f48542 remove cruft bools from canvas by Mike Reed · 5 years ago
  95. 67d0f3f Revert "Remove GrPaint::addColorTextureProcessor" by Jim Van Verth · 5 years ago
  96. 0cca8a2 Move GrVkFormatColorTypePairIsValid assert back into GrVkGpu::check_image_info by Robert Phillips · 5 years ago
  97. c71b3d4 Speed up get_contour_count in GrTessellator.cpp by Chris Dalton · 5 years ago
  98. a6026a2 Make SubRun accessible for GrAtlasTextOp by Herb Derby · 5 years ago
  99. 51a95ce Combine result calculation from both legs of if statement by Herb Derby · 5 years ago
  100. a92320d Remove GrPaint::addColorTextureProcessor by Brian Salomon · 5 years ago