1. 55f6fc3 IWYU -- colorspace no longer includes matrix44 by Mike Reed · 4 years, 9 months ago
  2. 47c20e8 Pass swizzle into createProxy instead of inferring from GrPixelConfig. by Greg Daniel · 4 years, 9 months ago
  3. 4277f01 mv BackendTextureData to end of parameter list by Robert Phillips · 4 years, 9 months ago
  4. 938106d Reland "Pass in a SkColorType into SkImage_Gpu ctor." by Greg Daniel · 4 years, 9 months ago
  5. b875735 Add GrTexturable type by Robert Phillips · 4 years, 9 months ago
  6. 82c6b10 Better handle colorTypes in GrTexutreProducer. by Greg Daniel · 4 years, 9 months ago
  7. ee5f142 Simplify 1 pixel padding calculation by Herb Derby · 4 years, 9 months ago
  8. a6a7945 Cleanup remainig SkMSCalar literals by Florin Malita · 4 years, 9 months ago
  9. 215c34b SkMScalar is obsolete -- use SkScalar by Mike Reed · 4 years, 9 months ago
  10. 71b8b76 Remove proxy offset param to SkGpuBlurUtils::GaussianBlur. by Brian Salomon · 4 years, 9 months ago
  11. 507736f Check swizzles when building up texture sets to draw. by Greg Daniel · 4 years, 9 months ago
  12. 07f0e41 Test readPixels on compressed textures by Robert Phillips · 4 years, 9 months ago
  13. f631cf3 Reland "Make SkGpuBlurUtils take SkTileMode"" by Brian Salomon · 4 years, 9 months ago
  14. 91b74f0 Switch coord transforms in gradient layouts to 3x3 (SkMatrix) by Brian Osman · 4 years, 9 months ago
  15. 93e3c76 Vulkan texture upload clean up by Robert Phillips · 4 years, 9 months ago
  16. c38c00a Fix protected image allocation in createVkImageForBackendSurface() by Sergey Ulanov · 4 years, 9 months ago
  17. d58b643 undo SkMatrix() cast -- must be done by sksl machine by Mike Reed · 4 years, 9 months ago
  18. 9a48beb Remove GrPixelConfig from validateSurfaceParams by Greg Daniel · 4 years, 9 months ago
  19. 3155f7f Pass in a GrColorType into our Copy call. by Greg Daniel · 4 years, 9 months ago
  20. a8fa490 Isolate updating grTextStrike by Herb Derby · 4 years, 9 months ago
  21. d4d3b33 Make converting from 4x4 to 3x3 explicit by Mike Reed · 4 years, 9 months ago
  22. fba4a15 Disallow GrTextureDomain::kIgnore_Mode in SkGpuBlurUtils::GaussianBlur. by Brian Salomon · 4 years, 9 months ago
  23. 3b9c544 Reland "Reland "Add new method for storing DrawOpAtlas texture index."" by Jim Van Verth · 4 years, 9 months ago
  24. b085527 Add SkImage::CompressionType::kBC1_RGBA8_UNORM support by Robert Phillips · 4 years, 9 months ago
  25. b53bdf1 Fix single-pass tessellator wedges by Chris Dalton · 4 years, 9 months ago
  26. 1321a3d Re-enable QCOM_tiled_rendering, but check for gl functions by Michael Ludwig · 4 years, 9 months ago
  27. 7b18610 Make glyph paths calculation positions from original data by Herb Derby · 4 years, 9 months ago
  28. 40a1cee Rewrite tessellation wedge generation to be done in a single pass by Chris Dalton · 4 years, 9 months ago
  29. 99e002f Revert "Simplify VertexRegenerator GrStrikeCache handling" by Mike Klein · 4 years, 9 months ago
  30. 59d529c Simplify VertexRegenerator GrStrikeCache handling by Herb Derby · 4 years, 9 months ago
  31. 62b12fe Handle color and translation outside of VertexRegenerator by Herb Derby · 4 years, 9 months ago
  32. 7edb0eb Revert "Reland "Add new method for storing DrawOpAtlas texture index."" by Jim Van Verth · 4 years, 9 months ago
  33. 23f2976 Redo glyph quad regeneration by Herb Derby · 4 years, 9 months ago
  34. 0f6bb8a Add a temporary job to test GrGpuTessellationPathRenderer by Chris Dalton · 4 years, 9 months ago
  35. dea2f34 Reland "Add new method for storing DrawOpAtlas texture index." by Jim Van Verth · 4 years, 9 months ago
  36. 435adfe Simplify translation calculation for mustRegenerate by Herb Derby · 4 years, 9 months ago
  37. c71c796 Remove various uses of GrPixelConfig from GrSurfaceProxy. by Greg Daniel · 4 years, 9 months ago
  38. 9d91492 Revert "Make SkGpuBlurUtils take SkTileMode" by Brian Salomon · 4 years, 9 months ago
  39. ac90802 Update compressed texturing GM by Robert Phillips · 4 years, 9 months ago
  40. 42032cb Revert "Pass in a SkColorType into SkImage_Gpu ctor." by Mike Klein · 4 years, 9 months ago
  41. 1817e70 Make SkGpuBlurUtils take SkTileMode by Brian Salomon · 4 years, 9 months ago
  42. 1d17543 Pass in a SkColorType into SkImage_Gpu ctor. by Greg Daniel · 4 years, 9 months ago
  43. e4720c6 Expand SkImage::MakeFromCompressed to support mipMapping by Robert Phillips · 4 years, 9 months ago
  44. c46e30e Revert "Add new method for storing DrawOpAtlas texture index." by Jim Van Verth · 4 years, 9 months ago
  45. c8b2e61 Add new method for storing DrawOpAtlas texture index. by Jim Van Verth · 4 years, 9 months ago
  46. 3912a4b Update GrSurface/RenderTargetContexts to take and store GrSurfaceProxyViews. by Greg Daniel · 4 years, 9 months ago
  47. 43324e7 Improve shader compile tracing with Android framework by Stan Iliev · 4 years, 9 months ago
  48. c558f72 Compressed texture API cleanup by Robert Phillips · 4 years, 9 months ago
  49. bfb7211 Reland "Remove GrPaint::addColorTextureProcessor" by Brian Salomon · 4 years, 9 months ago
  50. f6d60d3 On ARM disable blend when src-over has src with alpha of 1. by Greg Daniel · 4 years, 9 months ago
  51. 0a1923e Disable QCOM_tiled_rendering while we wait for test devices by Chris Dalton · 4 years, 9 months ago
  52. 39de4a4 Fix mac TSAN build by Brian Salomon · 4 years, 9 months ago
  53. 5f6f851 Simplify text op vertex generation loop by Herb Derby · 4 years, 9 months ago
  54. fb28c6f Enable transfer from texture to buffer on ANGLE. by Brian Salomon · 4 years, 9 months ago
  55. 67d0f3f Revert "Remove GrPaint::addColorTextureProcessor" by Jim Van Verth · 4 years, 9 months ago
  56. 0cca8a2 Move GrVkFormatColorTypePairIsValid assert back into GrVkGpu::check_image_info by Robert Phillips · 4 years, 9 months ago
  57. c71b3d4 Speed up get_contour_count in GrTessellator.cpp by Chris Dalton · 4 years, 9 months ago
  58. a6026a2 Make SubRun accessible for GrAtlasTextOp by Herb Derby · 4 years, 9 months ago
  59. 51a95ce Combine result calculation from both legs of if statement by Herb Derby · 4 years, 9 months ago
  60. a92320d Remove GrPaint::addColorTextureProcessor by Brian Salomon · 4 years, 9 months ago
  61. ccb6142 Allow implicit conversion from GrSamplerState::Filter to GrSamplerState by Brian Salomon · 4 years, 9 months ago
  62. d5caeb8 Improve handling of anisotropic scaling for stroked rects by Robert Phillips · 4 years, 9 months ago
  63. b45558d Hoist calculations up to regenerate by Herb Derby · 4 years, 9 months ago
  64. ba0ff78 Move the remainder of GrRenderTargetContext factories. by Greg Daniel · 4 years, 9 months ago
  65. f72dedd Expose the Input variable and Child name collections in SkRuntimeEffect by Brian Osman · 4 years, 9 months ago
  66. e20fcad Reland "Move makeDeferredRenderTargetContext calls to factory on RTC." by Greg Daniel · 4 years, 9 months ago
  67. 8ec605e Add debug gpu abandon bots and fix yuv crash. by Greg Daniel · 4 years, 9 months ago
  68. ea2d2bb Reland "GrGLMakeNativeInterface_{iOS,mac,win}: clean up" by Hal Canary · 4 years, 9 months ago
  69. a4f207e Revert "Move makeDeferredRenderTargetContext calls to factory on RTC." by Jim Van Verth · 4 years, 9 months ago
  70. bc131b8 Seperate out quad updating from atlas updating by Herb Derby · 4 years, 9 months ago
  71. 586f8d0 regenTextureCoordinates is always true when calling doRegen by Herb Derby · 4 years, 9 months ago
  72. 1c16b43 Move makeDeferredRenderTargetContext calls to factory on RTC. by Greg Daniel · 4 years, 9 months ago
  73. 511124e Simplify the atlas update inner loop by Herb Derby · 4 years, 9 months ago
  74. b832ce6 Add a path renderer that uses GPU tessellation by Chris Dalton · 4 years, 9 months ago
  75. b8f098d Reland "Rename GrSimpleTextureEffect->GrTextureEffect" by Brian Salomon · 4 years, 9 months ago
  76. d0201d9 Improve debug information provided when backend format and GrColorType don't match by Robert Phillips · 4 years, 9 months ago
  77. d7436a3 Revert "Rename GrSimpleTextureEffect->GrTextureEffect" by Brian Salomon · 4 years, 9 months ago
  78. 14d9c31 Make fBrokenRun local to doRegen. by Herb Derby · 4 years, 10 months ago
  79. 90673ec Rename GrSimpleTextureEffect->GrTextureEffect by Brian Salomon · 4 years, 10 months ago
  80. 44207f3 Remove SkIRect::EmptyIRect by Brian Salomon · 4 years, 10 months ago
  81. 83b907e Move the exit code to a common switch by Herb Derby · 4 years, 10 months ago
  82. 7165ca9 Revert "Revert "Clean up GrSimpleTextureEffect."" by Brian Salomon · 4 years, 10 months ago
  83. d19cd76 Remove unused varying type param from GrGLSLShaderBuilder texture methods. by Brian Salomon · 4 years, 10 months ago
  84. 41acc0e Add GrCompressedDimensions helper function by Robert Phillips · 4 years, 10 months ago
  85. 43cbd72 Handle insane number of glyphs in GrAtlasTextOp. by Brian Salomon · 4 years, 10 months ago
  86. f1b42a2 Use fCurrGlyph as the looping variable. by Herb Derby · 4 years, 10 months ago
  87. e994380 Some GrTypes cleanup. by Brian Salomon · 4 years, 10 months ago
  88. ca9dbe2 Updated proxy isProtected to return a GrProtected enum. by Greg Daniel · 4 years, 10 months ago
  89. 5919cf6 Document fBrokenRun in VertexRegenerator. by Herb Derby · 4 years, 10 months ago
  90. ee426f2 Move SkRuntimeEffect.h to include/effects by Brian Osman · 4 years, 10 months ago
  91. 94724c6 Fix GrColorMatrixFragmentProcessor handling of premul transparent black. by Brian Salomon · 4 years, 10 months ago
  92. 37ae4b0 Rename GpuPathRenderers::kAll to kDefault by Chris Dalton · 4 years, 10 months ago
  93. e1196c5 Add a mechanism to insert framebuffer barriers for NVIDIA tessellation by Chris Dalton · 4 years, 10 months ago
  94. 107c666 Make it safe to include SkRuntimeEffect.h from client code by Brian Osman · 4 years, 10 months ago
  95. 115ca68 Remove TecnoSpark adv. blend workaround. by Brian Salomon · 4 years, 10 months ago
  96. fe2d3c7 SkBlurMaskFilter.h is only needed for (deprecated) emboss by Mike Reed · 4 years, 10 months ago
  97. 460b6c1 Revert "Clean up GrSimpleTextureEffect." by Florin Malita · 4 years, 10 months ago
  98. 460ce96 Stir the random number pot so TecnoSpark quits crashing on GLPrograms by Chris Dalton · 4 years, 10 months ago
  99. 8dae7eb Disable tessellation on Qualcomm by Chris Dalton · 4 years, 10 months ago
  100. 5a2f962 Add back door support for GLSL tessellation shaders by Chris Dalton · 4 years, 10 months ago