1. a51e93c Fix up readPixels, writePixels, and copies when dealing with ycbcr textures in vulkan. by Greg Daniel · 6 years ago
  2. 0223bd0 Delete in favor of autogenerated file by Kevin Lubick · 6 years ago
  3. 41f9c3c Avoid special shader for opaque alpha when drawing simple rectangles. by Brian Salomon · 6 years ago
  4. 7b1cf20 Delete old assembleInterface code by Kevin Lubick · 6 years ago
  5. 42197c0 Add support for 1010102 on ES2 devices with EXT_texture_type_2_10_10_10_REV by Brian Osman · 6 years ago
  6. 2839884 Respect stroke width in Android rrect clip optimization by Michael Ludwig · 6 years ago
  7. 93b3dce Generate GrGLInterface and GrGlAssembleInterface* from table by Kevin Lubick · 6 years ago
  8. 7dcc616 Reland "Simplify two more clients of proxy provider (mipped vs. non-mipped)" by Brian Osman · 6 years ago
  9. ddba4e6 SkBaseDevice::drawAtlas doesn't antialias either, so remove fallback by Brian Osman · 6 years ago
  10. ab4c138 Revert "Simplify two more clients of proxy provider (mipped vs. non-mipped)" by Brian Osman · 6 years ago
  11. 4d92b89 Revert "Remove GrDrawAtlasOp" by Brian Osman · 6 years ago
  12. 97d957d Remove GrDrawAtlasOp by Brian Osman · 6 years ago
  13. 25dd2c9 SkPDF: runtime switch between subsetters by Hal Canary · 6 years ago
  14. b1dbbc8 Fix fallback problems for emoji by Herb Derby · 6 years ago
  15. ca81196 Prevent overflow in Deserialize::ensureAtLeast by Adrienne Walker · 6 years ago
  16. a5b0b1e Revert "Reland "Fix blurry edges on large ovals."" by Jim Van Verth · 6 years ago
  17. 5c46b72 fixed constructing matrices in SPIR-V when arguments cross column boundaries by Ethan Nicholas · 6 years ago
  18. 9f20ff6 Simplify two more clients of proxy provider (mipped vs. non-mipped) by Brian Osman · 6 years ago
  19. 4dd7c1d Reland "Fix blurry edges on large ovals." by Jim Van Verth · 6 years ago
  20. de49665 Fold together mippped and non-mippped bitmap to proxy functions by Brian Osman · 6 years ago
  21. 7609ac6 Revert "Revert "Use glTexStorage for non-MIP mapped textures."" by Brian Salomon · 6 years ago
  22. e5acd75 delete DAA by Mike Klein · 6 years ago
  23. d18cf5f Revert "Use glTexStorage for non-MIP mapped textures." by Brian Salomon · 6 years ago
  24. 4acd359 Use glTexStorage for non-MIP mapped textures. by Brian Salomon · 6 years ago
  25. 82eb9e7 Rename GrAAFillRRectOp to GrFillRectOp by Chris Dalton · 6 years ago
  26. 5ad6fd3 Put SkImageInfo on SkImage to avoid cost of reconstructing for queries. by Brian Salomon · 6 years ago
  27. 9445f8e Revert "Fix blurry edges on large ovals." by Jim Van Verth · 6 years ago
  28. e1e988d Add maksing to SkSL byte code generator to please MSVC's RTC by Brian Osman · 6 years ago
  29. 3e685ea Always draw emoji with GPU. by Ben Wagner · 6 years ago
  30. 8796655 Check for null parameter to SkOffsetSimplePolygon by Jim Van Verth · 6 years ago
  31. d9958f8 Use YUV effect in drawEdgeAAImageSet by Michael Ludwig · 6 years ago
  32. f9666f5 Remove SkColorSpaceXformCanvas, and supporting code: by Brian Osman · 6 years ago
  33. c7aed03 Fix blurry edges on large ovals. by Jim Van Verth · 6 years ago
  34. b0b2c96 refactor for saner constness by Mike Klein · 6 years ago
  35. 894328d update SkShader appendStages() fallback plan by Mike Klein · 6 years ago
  36. d6ab77a restore .clang-format by Mike Klein · 6 years ago
  37. 0e9401d Initial checkin of new SkSL interpreter. by Ethan Nicholas · 6 years ago
  38. c552eaf Avoid making new image snapshot in GPU->GPU SkSurface::draw() by Brian Salomon · 6 years ago
  39. 2dd1b47 Add support for Y410 (i.e., 1010102) to wacky_yuv_formats by Robert Phillips · 6 years ago
  40. 27ba703 Add GN args for GL/GLES interface by Kevin Lubick · 6 years ago
  41. 44e69f9 Reduce use of map buffers on ARM vulkan. by Greg Daniel · 6 years ago
  42. 7e2c061 Remove spurious ';' by Brian Osman · 6 years ago
  43. 0cffcbf9 de-Sk tools/font, and git clang-format by Mike Klein · 6 years ago
  44. 10e93b6 Revert "Revert "more relaxed precision decorations for SPIR-V output"" by Ethan Nicholas · 6 years ago
  45. ba91f65 Tweaks to Metal pipeline state. by Jim Van Verth · 6 years ago
  46. 6b2ccfc Reland "Add small offset to t in GrLinearGradientLayout." by Brian Salomon · 6 years ago
  47. d15b908 Revert "more relaxed precision decorations for SPIR-V output" by Ethan Nicholas · 6 years ago
  48. 4da3f3d Respect strict constraint in drawEdgeAAImageSet by Michael Ludwig · 6 years ago
  49. 78e6a4c Don't directly map vertex/index buffers on qualcomm vulkan. by Greg Daniel · 6 years ago
  50. 8aa203c Add macro to decide GrGLStandard by Kevin Lubick · 6 years ago
  51. a2a5cc0 regen from .fp files after .clang-format change by Mike Klein · 6 years ago
  52. 3215f1a more relaxed precision decorations for SPIR-V output by Ethan Nicholas · 6 years ago
  53. e8bc193 tweak .clang-format by Mike Klein · 6 years ago
  54. 390f0cc Reland "Reland "Update SkCanvas' experimental SkiaRenderer API"" by Michael Ludwig · 6 years ago
  55. 389b4b2 Fix the preallocated size of string arrays in GrGLSLShaderBuilder by Brian Osman · 6 years ago
  56. d79ba79 Remove unused variant of compileAndAttachShaders by Brian Osman · 6 years ago
  57. bd01248 SkScan_AAAPath style and refactoring by Mike Klein · 6 years ago
  58. 686046b Fix more failing tests on Metal. by Jim Van Verth · 6 years ago
  59. 0cc5754 Revert "Revert "Change promise image contract to for when Release and Done are called."" by Brian Salomon · 6 years ago
  60. bbb9281 Break out GrGLAssembleInterface into a few files by Kevin Lubick · 6 years ago
  61. 4c249ff don't bother passing lowp kernels dummy unnamed variables by Mike Klein · 6 years ago
  62. 4a20dbe Revert "Add small offset to t in GrLinearGradientLayout." by Brian Salomon · 6 years ago
  63. ed3dbf4 Mark tmp path in shadow utils as volatile by Robert Phillips · 6 years ago
  64. f774818 Reland "Disable coverage counting by default" by Chris Dalton · 6 years ago
  65. 9ff956e Revert "Disable coverage counting by default" by Chris Dalton · 6 years ago
  66. 3e7eb0f Unblock Flutter by Robert Phillips · 6 years ago
  67. 7c4bc94 Suppress /RTCc error about losing information during case to smaller type by Brian Osman · 6 years ago
  68. 1a15723 Add small offset to t in GrLinearGradientLayout. by Brian Salomon · 6 years ago
  69. 8fa7ab4 Delay half-float vertex color determination until Op::finalize by Brian Osman · 6 years ago
  70. 576b2a5 Disable coverage counting by default by Chris Dalton · 6 years ago
  71. 895e1ee lowp stages for load/stores and lerp-native by Mike Reed · 6 years ago
  72. a4a76f3 Clean up some types in SkFont by Kevin Lubick · 6 years ago
  73. 8fb59ec use load_f32_dst by Mike Reed · 6 years ago
  74. 79a7542 allow mixer to defer to a shader by Mike Reed · 6 years ago
  75. a3407ab Fix asserts in Metal tests. by Jim Van Verth · 6 years ago
  76. 5d3ddcb Enforce alignment in SkDescriptor deserialization by Adrienne Walker · 6 years ago
  77. b651aac Reduce work done by GrYUVtoRGBEffect for kIdentity_SkYUVColorSpace by Robert Phillips · 6 years ago
  78. 605c6d5 Standardize naming on CoverageAsAlpha (rather than AlphaAsCoverage) by Brian Osman · 6 years ago
  79. e80b809 Revert "Revert "Distinguish between "flushed" and "finished" idle state callbacks on GrTexture."" by Brian Salomon · 6 years ago
  80. 5ced0bf Add shader based blending of kPlus for configs that need clamping by Brian Osman · 6 years ago
  81. b90c080 Revert "remove plus clamp" by Mike Klein · 6 years ago
  82. 138a06d Revert "Reland "Update SkCanvas' experimental SkiaRenderer API"" by Brian Salomon · 6 years ago
  83. 65cdd61 Ganesh: Clamp blend inputs when using F16_Clamped pixel config by Brian Osman · 6 years ago
  84. 1aaad02 Fix cached perspective shadows by Jim Van Verth · 6 years ago
  85. f419139 Clamp override color to bytes in GrFillRectOp when half float vertex by Brian Salomon · 6 years ago
  86. 832787a [canvaskit] Fallback to CPU more gracefully by Kevin Lubick · 6 years ago
  87. a89cc05 Avoid unsafe casts to int in SkNx by Michael Ludwig · 6 years ago
  88. e77739e re-re-fixed RelaxedPrecision by Ethan Nicholas · 6 years ago
  89. bd9d88a Reland "Update SkCanvas' experimental SkiaRenderer API" by Michael Ludwig · 6 years ago
  90. 45fe947 Update color type after color override in GrFillRectOp. by Brian Salomon · 6 years ago
  91. 8a5d362 Set RG_float to be texturable on Metal by Jim Van Verth · 6 years ago
  92. 876a017 Reland "Reintroduce deinstantiate lazy proxy types and use for promise images." by Brian Salomon · 6 years ago
  93. 90791c2 Revert "Update SkCanvas' experimental SkiaRenderer API" by Michael Ludwig · 6 years ago
  94. 8a63a4d SkLumaColorFilter: Keep alpha in [0,1] by Brian Osman · 6 years ago
  95. 4bf9646 Update SkCanvas' experimental SkiaRenderer API by Michael Ludwig · 6 years ago
  96. 539909a remove plus clamp by Mike Klein · 6 years ago
  97. 1d83542 Reland "Try to avoid vertex colors in Texture/FillRect ops when possible." by Brian Salomon · 6 years ago
  98. 1386b2d pass common SkStageRec to all effects using rasterpipeline by Mike Reed · 6 years ago
  99. 368ea4f Revert "Try to avoid vertex colors in Texture/FillRect ops when possible." by Brian Salomon · 6 years ago
  100. e0b989e Try to avoid vertex colors in Texture/FillRect ops when possible. by Brian Salomon · 6 years ago