1. b8d8649 fixup GLPrograms textblob todo by joshualitt · 9 years ago
  2. d78c088 fix path ops fuzz bug by caryclark · 9 years ago
  3. 970fd1f Use ARM fixes for SDF encoding. by jvanverth · 9 years ago
  4. c2d35d8 Revert of Simple cleanups related to SkFixed. (patchset #4 id:120001 of https://codereview.chromium.org/1683743005/ ) by benjaminwagner · 9 years ago
  5. f15b07b Revert of Include glGetMultisamplefv API (patchset #1 id:1 of https://codereview.chromium.org/1720963002/ ) by ethannicholas · 9 years ago
  6. 9d24023 Ensure the Gaussian tail of circle blurs goes to zero. by benjaminwagner · 9 years ago
  7. 7ea5cb1 Cleanups related to SkFixed. by benjaminwagner · 9 years ago
  8. 8f7b0b2 simplify/unify xferproc api by reed · 9 years ago
  9. ca058f5 Retire SkShader::kSupports4f_Flag by fmalita · 9 years ago
  10. 69c1b24 Include glGetMultisamplefv API by cdalton · 9 years ago
  11. 55430a6 Update 4f linear gradient selection heuristic by fmalita · 9 years ago
  12. ccb74b8 Move SkPackBits to src/effects. by bungeman · 9 years ago
  13. d936f63 Simplify and combine SkDrawCacheProc and SkMeasureCacheProc to SkPaint::GlyphCacheProc. by benjaminwagner · 9 years ago
  14. 5a70bc7 make transformed rrect radii fit rectangle by caryclark · 9 years ago
  15. 9ca27f3 Remove unnecessary GOOGLE3 ifdefs from SkRawCodec by msarett · 9 years ago
  16. 5d2cd6e Move SkUtils.h to src/core. by bungeman · 9 years ago
  17. 2d172eb Use new API instead of the deprecated ones. by yujieqin · 9 years ago
  18. d0c4e09 Add dest type hint to SkShader::ContextRec by fmalita · 9 years ago
  19. 8889347 remove unnecessary copies by mtklein · 9 years ago
  20. a856e25 Better encapsulation and vector calling convention. by herb · 9 years ago
  21. f6d1e60 Only use fake gamma with linear devices. by bungeman · 9 years ago
  22. 933ad43 Add spans for matrix ops. by herb · 9 years ago
  23. bc2f4df fix unsigned/signed warning on linux for GrVkDescriptorPool::numPoolSizes() by bsalomon · 9 years ago
  24. f853594 Fix unsigned short UVs for Vulkan. by jvanverth · 9 years ago
  25. ca726ab fix misc asserts and checks found by fuzzer by reed · 9 years ago
  26. d49a86a allow move/zero-line/close to draw caps by caryclark · 9 years ago
  27. 91c22b2 Use new jpeg_crop_scanlines() API to optimize jpeg subset decodes by msarett · 9 years ago
  28. 7023a00 Use unorm shorts for texture coordinates when rendering text. by jvanverth · 9 years ago
  29. 01e5838 Simplify calculations in AADistanceFieldPathBatch::writePathVertices. by benjaminwagner · 9 years ago
  30. f47b9a3 Allow client to force an SkImage snapshot to be unique (and uniquely own its backing store). by bsalomon · 9 years ago
  31. 8d9f2e4 Add ContextRec param to SkShader::contextSize() by fmalita · 9 years ago
  32. d778feb remove dead unpremul checks by reed · 9 years ago
  33. bc590c0 Initial linear gradient 4f impl by fmalita · 9 years ago
  34. 33ad701 Add gl_SampleMask functionality to fragment builders by cdalton · 9 years ago
  35. 23e7af0 Revert of fix misc asserts and checks found by fuzzer (patchset #1 id:1 of https://codereview.chromium.org/1719913002/ ) by ethannicholas · 9 years ago
  36. 8781123 clean-up dead code by reed · 9 years ago
  37. 164a9f0 Add vulkan files into skia repo. This is an incomplete backend with only partial functionality at this time. by Greg Daniel · 9 years ago
  38. 129ed1c lots of sRGB and F16 blits by reed · 9 years ago
  39. 653db51 fix misc asserts and checks found by fuzzer by reed · 9 years ago
  40. 1d56448 add SkGraphics::PurageAllCaches by reed · 9 years ago
  41. ad3a13c Revert of Add vulkan files into skia repo. (patchset #2 id:20001 of https://codereview.chromium.org/1718693002/ ) by egdaniel · 9 years ago
  42. 48cf268 Add vulkan files into skia repo. This is an incomplete backend with only partial functionality at this time. by Greg Daniel · 9 years ago
  43. 1d52469 Revert of ix misc asserts and checks found by fuzzer (patchset #1 id:1 of https://codereview.chromium.org/1723473002/ ) by reed · 9 years ago
  44. 75a7329 Reland of ix misc asserts and checks found by fuzzer (patchset #1 id:1 of https://codereview.chromium.org/1713413002/ ) by reed · 9 years ago
  45. 7c249e5 SkNx: kth<...>() -> [...] by mtklein · 9 years ago
  46. d98ef63 Revert of fix misc asserts and checks found by fuzzer (patchset #1 id:1 of https://codereview.chromium.org/1713383002/ ) by reed · 9 years ago
  47. d97f07d revert fuzzer fixes for canvas, need to investigate more by reed · 9 years ago
  48. 00bea4a fix misc asserts and checks found by fuzzer by reed · 9 years ago
  49. f5d4746 Fix asserts found in SampleApp and update the tests with additional interesting numbers. by herb · 9 years ago
  50. 4534562 Change type of SkScalerContext_FreeType::fScaleX/Y. All uses want FT_F26Dot6. by benjaminwagner · 9 years ago
  51. 3eb4895 Add point spans, but fall back for all cases. by herb · 9 years ago
  52. 8e0ef29 Calculate translations to apply to vertices in batch by joshualitt · 9 years ago
  53. 3b32bc5 check pm swizzle when extracting lcd coverage by reed · 9 years ago
  54. c5b1228 remove supports4f flag for colorfilters by reed · 9 years ago
  55. 950fb1c Insert an empty image when we cannot decode by scroggo · 9 years ago
  56. 740668d Update libpng to 1.6.22beta by msarett · 9 years ago
  57. be8c19e NEON f32 <-> f16 and f32 <-> u16 by mtklein · 9 years ago
  58. d106c2c Revert of Use unorm shorts for texture coordinates when rendering text. (patchset #3 id:40001 of https://codereview.chromium.org/1713693002/ ) by jvanverth · 9 years ago
  59. df7bb47 Update SkImageFilter's cache to handle SkSpecialImages and add unit test by robertphillips · 9 years ago
  60. e507ff0 Use unorm shorts for texture coordinates when rendering text. by jvanverth · 9 years ago
  61. 4b25cf0 fix red/blue order in 64bit blits by reed · 9 years ago
  62. ed54504 Switch to pixmap in API. by herb · 9 years ago
  63. c85d9fb GrAuditTrail can now be enabled/disabled at runtime by ethannicholas · 9 years ago
  64. dd9ffea make SkPM4f private by reed · 9 years ago
  65. 8528541 Add more specialized fragment builders by cdalton · 9 years ago
  66. d689bf8 Move SkTInternalLList.h to src/core. by bungeman · 9 years ago
  67. bc1cebb Move SkTDStack.h to src/animator. by bungeman · 9 years ago
  68. dcd1fcc check for zero conic weights in interp by caryclark · 9 years ago
  69. 3b087f4 Update SkSpecialImage API by robertphillips · 9 years ago
  70. 4528c86 lcd blits for sRGB by reed · 9 years ago
  71. a7b1685 remove legacy flags by caryclark · 9 years ago
  72. a110538 fix asan error deref-ing null ptr by caryclark · 9 years ago
  73. ef0fed3 Remove position from FrontBufferedStream by scroggo · 9 years ago
  74. 6b14c6b remove legacy bitmap filter by caryclark · 9 years ago
  75. adab5a2 fix comma in GrAuditTrail json by joshualitt · 9 years ago
  76. 8e7b19d add interp path by caryclark · 9 years ago
  77. c5eddd7 Add bilerp filtering. by herb · 9 years ago
  78. 576af8f some modes need clamping due to numerical imprecision by reed · 9 years ago
  79. e2412d5 Adding direct access to SkMipMap levels. by cblume · 9 years ago
  80. 3bc2624 try plain-old code for sk_memset16/32 now that NEON is compile-time by mtklein · 9 years ago
  81. 2a98bac Return the proper error code in SkBmpRLECodec by msarett · 9 years ago
  82. d2d2eb9 Add GrGpu support for Vulkan command buffer flush by jvanverth · 9 years ago
  83. 48e7846 Mark existing image filter entry points that will be going away with Deprecated by robertphillips · 9 years ago
  84. bf521ff Move SkTArray to include/private. by bungeman · 9 years ago
  85. 82709da Delete KTX tests to fix Android build by msarett · 9 years ago
  86. 6900641 add last move to serialized path by caryclark · 9 years ago
  87. d9ec320 Do not create BmpMaskCodecs with invalid bits per pixel by msarett · 9 years ago
  88. 6b3cf73 Add batch information to json by joshualitt · 9 years ago
  89. 9bd5f74 Remove 6-param applyCropRect() from lighting filters (GPU path). by senorblanco · 9 years ago
  90. 70bb808 Add request cache to SkFontHost_fontconfig. by bungeman · 9 years ago
  91. 8715d47 Make SkPicture/SkImageGenerator default to SkCodec by msarett · 9 years ago
  92. feec878 Simplified linear pipeline. by herb · 9 years ago
  93. 39b2d5a Individually enable and disable SkCodecs by msarett · 9 years ago
  94. 46d2aa8 Updates Piex and uses it to obtain the DNG dimensions. by ebrauer · 9 years ago
  95. 0cf795f fast sk4f <-> sk4i SSE methods by mtklein · 9 years ago
  96. d96e7e5 misc fixes to make float buffers work a little better by reed · 9 years ago
  97. 34d26b9 dead code: really kill these off again by mtklein · 9 years ago
  98. d10f5b3 Use geometric mean when selecting a mipmap scale by fmalita · 9 years ago
  99. 8db8678 Fix memory leak by joshualitt · 9 years ago
  100. e06ed25 Do not try to use GL_texture_rectangle on GL ES by kkinnunen · 9 years ago