1. 47c8ed3 Reland "Fix precision caps and rrect/ellipse effect precisions" by Chris Dalton · 7 years ago
  2. a53d999 Revert "Direct evaluation of gaussian" by Brian Osman · 7 years ago
  3. 5e18cde Direct evaluation of gaussian by Herbert Derby · 7 years ago
  4. 3b2f5b6 Revert "Revert "Revert "Add private grpixelconfigs for alpha_8 and alpha_half""" by Greg Daniel · 7 years ago
  5. 7970765 Switched SkSL from using raw strings back to STRINGIFY by Ethan Nicholas · 7 years ago
  6. b5fb7cf Revert "Revert "Add private grpixelconfigs for alpha_8 and alpha_half"" by Greg Daniel · 7 years ago
  7. ba61af9 test scalePixels and unpremul by Mike Reed · 7 years ago
  8. 5f1c8ff WebP - allow more scales by Leon Scroggins III · 7 years ago
  9. eafd48a Add overbudget handling to GrResourceAllocator by Robert Phillips · 7 years ago
  10. 5627d65 Add method to sk_gpu_test::TestContext to automatically restore the previous context. by Brian Salomon · 7 years ago
  11. 47f6029 remove legacy Create from SkTextBlob by Mike Reed · 7 years ago
  12. 24f9c19 Revert "Fix precision caps and rrect/ellipse effect precisions" by Brian Osman · 7 years ago
  13. 554c1f0 Revert "Fold analytic clip FPs into GrReducedClip" by Brian Osman · 7 years ago
  14. 4355b26 Fold analytic clip FPs into GrReducedClip by Chris Dalton · 7 years ago
  15. e421800 Fix precision caps and rrect/ellipse effect precisions by Chris Dalton · 7 years ago
  16. 20800c8 rename overloaded methods as speculative fix/diagnostic by Mike Reed · 7 years ago
  17. 0fb6db4 Revert "Add private grpixelconfigs for alpha_8 and alpha_half" by Greg Daniel · 7 years ago
  18. 42d27c6 Revert "Nit clean up to add private GrPixelConfig CL" by Greg Daniel · 7 years ago
  19. b8e4c44 Nit clean up to add private GrPixelConfig CL by Greg Daniel · 7 years ago
  20. 70fb479 Ensure that removing last extension from GrGLExtension doesn't assert. by Vladimir Levin · 7 years ago
  21. 559f556 Remove support for image load/store by Brian Salomon · 7 years ago
  22. 33d17cb Add private grpixelconfigs for alpha_8 and alpha_half by Greg Daniel · 7 years ago
  23. e84b482 use validating readbuffer by Mike Reed · 7 years ago
  24. 09b8c91 Temporarily disable multitexturing for iOS by Jim Van Verth · 7 years ago
  25. 2009c20 Revert "Fix webp bug compositing alpha frames on opaque" by Leon Scroggins · 7 years ago
  26. 2b6f614 Fix GrTextureOp to check the correct cap for multitexturing by Brian Salomon · 7 years ago
  27. 42bae8f Fix webp bug compositing alpha frames on opaque by Leon Scroggins III · 7 years ago
  28. e822803 "support" 3D masks like Ganesh does by Mike Klein · 7 years ago
  29. 339b84e Alloc glyph image correctly for SkMask::k3D_Format. by Ben Wagner · 7 years ago
  30. 0387d35 Add SkColorSpace_Base::makeColorSpin by Brian Osman · 7 years ago
  31. 3e31e99 Revert "Alloc glyph image correctly for SkMask::k3D_Format." by Brian Osman · 7 years ago
  32. 1662257 Alloc glyph image correctly for SkMask::k3D_Format. by Ben Wagner · 7 years ago
  33. 5b65a84 Resolve GrSurface/GrSurfaceProxy ref counting issue in GrResourceAllocator by Robert Phillips · 7 years ago
  34. e92b1b1 SPIR-V switch statement support by Ethan Nicholas · 7 years ago
  35. 3ae1a30 Revert "Alloc glyph image correctly for SkMask::k3D_Format." by Ben Wagner · 7 years ago
  36. 5254ccc Move pixel config getter to private in GrBackendSurface by Greg Daniel · 7 years ago
  37. 6b26deb Alloc glyph image correctly for SkMask::k3D_Format. by Ben Wagner · 7 years ago
  38. 0c5fdcb streamline GDI bots by Mike Klein · 7 years ago
  39. e0070c0 Patch up ref counting of proxies (take 2) by Robert Phillips · 7 years ago
  40. f44754a Drop support for OSMesa in test tools and remove build bot by Brian Salomon · 7 years ago
  41. aae47c8 sksl enum support by Ethan Nicholas · 7 years ago
  42. 2d9cb57 Revert "Patch up ref counting of proxies" by Robert Phillips · 7 years ago
  43. 8d5ce2d Patch up ref counting of proxies by Robert Phillips · 7 years ago
  44. 7ca90d2 Use round rather than floor for snapping text vertex positions by Brian Osman · 7 years ago
  45. 9f90418 Extract code for safely creating SkMasks try 2 by Herb Derby · 7 years ago
  46. 4872315 remove legacy code for resolution by Mike Reed · 7 years ago
  47. 66498bc Try 2 for Gauss filter calculation by Herb Derby · 7 years ago
  48. c0ae2c8 AVX2 specialization for lowp gradient lookup by Florin Malita · 7 years ago
  49. 024301a fixed type error in SPIRV code generator by Ethan Nicholas · 7 years ago
  50. 9af41d7 Revert "more powerful map()" by Greg Daniel · 7 years ago
  51. 77e7500 Revert "Extract code for safely creating SkMasks." by Greg Daniel · 7 years ago
  52. a3dd5ec more powerful map() by Mike Klein · 7 years ago
  53. 66f2b5e Extract code for safely creating SkMasks. by Herb Derby · 7 years ago
  54. 1706f84 switched GrClipEdge to an enum class by Ethan Nicholas · 7 years ago
  55. 10d66cc move Sk{Test,Random}ScalerContext to tools by Mike Klein · 7 years ago
  56. 8f7d4c3 Fix precision in AARectEffect by Chris Dalton · 7 years ago
  57. deb53cc Make GrTextBlob::VertexRegenerator determine vertex stride from mask format by Brian Salomon · 7 years ago
  58. 5e9fdef AVX2 gather for lowp by Florin Malita · 7 years ago
  59. cb6940b DM FontMgr updates by Mike Klein · 7 years ago
  60. 0658f76 Fix Flutter/Fushcia build by Robert Phillips · 7 years ago
  61. a865d25 Windows GDI Typeface: set NotEmbeddable_FontFlag same as other backends. by Hal Canary · 7 years ago
  62. 2188e09 Update MDB flags to match switches in Chrome & Android by Robert Phillips · 7 years ago
  63. 6691807 Revert "Gauss filter calculation" by Herb Derby · 7 years ago
  64. 77e487d Revert "Revert "Remove MakeForLocalSpace since picture image is sufficient"" by Mike Reed · 7 years ago
  65. 4b56375 Include target CS in SkColorSpaceXformCanvas' image info by Brian Osman · 7 years ago
  66. 0f3c732 renamed GrPrimitiveEdgeType / GrProcessorEdgeType to GrClipEdgeType by Ethan Nicholas · 7 years ago
  67. 4a851ca SkTypeface_win_dw, SkTypeface_Mac: set NotEmbeddable_FontFlag by Hal Canary · 7 years ago
  68. 53ec7dc Gauss filter calculation by Herb Derby · 7 years ago
  69. fc45998 Revert "Remove MakeForLocalSpace since picture image is sufficient" by Mike Reed · 7 years ago
  70. 0d8766c Remove MakeForLocalSpace since picture image is sufficient by Mike Reed · 7 years ago
  71. 40f5c55 Remove dead code for the incorrect handling of small radii blurs. by Herb Derby · 7 years ago
  72. fc31be4 Harden SkClassifyCubic by Chris Dalton · 7 years ago
  73. 75309d1 Compute more accurate containedInClip by Yuqian Li · 7 years ago
  74. 14a8dd7 Simplify analytical GPU gradient impls by Florin Malita · 7 years ago
  75. 47c315e Remove destination pointer from GrCopySurfaceOp by Robert Phillips · 7 years ago
  76. 7a59f23 Update GrFragmentProcessor handling in Make methods in SkSL by Robert Phillips · 7 years ago
  77. f8e2502 Prepare to enable explicit gpu resource allocation (take 2) by Robert Phillips · 7 years ago
  78. 065b41d Revert "Prepare to enable explicit gpu resource allocation" by Greg Daniel · 7 years ago
  79. 0078ab2 Implement readPixels from float buffer, when half float is missing by Stan Iliev · 7 years ago
  80. f290376 Prepare to enable explicit gpu resource allocation by Robert Phillips · 7 years ago
  81. 47ba5cd change default props for PictureImage to be unknown_pixel_geometry by Mike Reed · 7 years ago
  82. df429f3 move parts of SkPoint to SkPointPriv by Cary Clark · 7 years ago
  83. 12f7734 add surfaceprops param to SkCanvas::MakeRasterDirect by Mike Reed · 7 years ago
  84. 06d55fb Revert "Revert "added a missing programBinarySupport check"" by Ethan Nicholas · 7 years ago
  85. 1e26ba9 Glyphs without paths don't draw with paths. by Ben Wagner · 7 years ago
  86. 821ef18 Allow mock GrContexts to "support" shader derivatives by Brian Salomon · 7 years ago
  87. af59748 Add GrContextOptions to control distance field thresholds for small sizes and fallback to paths. by Brian Salomon · 7 years ago
  88. 76e8c7c Revert "added a missing programBinarySupport check" by Greg Daniel · 7 years ago
  89. 52db940 Move bmp/mask/sdf functionality from GrTextUtils to GrAtlasTextContext by Brian Salomon · 7 years ago
  90. 4e001d8 added a missing programBinarySupport check by Ethan Nicholas · 7 years ago
  91. bbfd516 Don't use analytic clip FPs when drawing to stencil by Chris Dalton · 7 years ago
  92. 43a0aa5 Fix highcontrastfilter on ANGLE D3D9 by Brian Osman · 7 years ago
  93. 428e568 Revert "Don't use analytic clip FPs when drawing to stencil" by Chris Dalton · 7 years ago
  94. 4c92d4a Don't use analytic clip FPs when drawing to stencil by Chris Dalton · 7 years ago
  95. fbe0793 Correct edges_too_close by Yuqian Li · 7 years ago
  96. 63bc48d Add MakeCrossContextFromPixmap by Brian Osman · 7 years ago
  97. 14efcbf converted LumaColorFilterEffect to sksl by Ethan Nicholas · 7 years ago
  98. 82a62d2 Revert "refactored SkSLVarDeclaration out of existence" by Ethan Nicholas · 7 years ago
  99. 1ae353c refactored SkSLVarDeclaration out of existence by Ethan Nicholas · 7 years ago
  100. 74f623d make point array methods private by Cary Clark · 7 years ago