1. ad3a13c Revert of Add vulkan files into skia repo. (patchset #2 id:20001 of https://codereview.chromium.org/1718693002/ ) by egdaniel · 8 years ago
  2. 48cf268 Add vulkan files into skia repo. This is an incomplete backend with only partial functionality at this time. by Greg Daniel · 8 years ago
  3. 1d52469 Revert of ix misc asserts and checks found by fuzzer (patchset #1 id:1 of https://codereview.chromium.org/1723473002/ ) by reed · 8 years ago
  4. 75a7329 Reland of ix misc asserts and checks found by fuzzer (patchset #1 id:1 of https://codereview.chromium.org/1713413002/ ) by reed · 8 years ago
  5. 03762fe fix race: this kCacheSize is probably not meant to be static by mtklein · 8 years ago
  6. 7c249e5 SkNx: kth<...>() -> [...] by mtklein · 8 years ago
  7. d98ef63 Revert of fix misc asserts and checks found by fuzzer (patchset #1 id:1 of https://codereview.chromium.org/1713383002/ ) by reed · 8 years ago
  8. df56af4 Update SKP version by update-skps · 8 years ago
  9. d97f07d revert fuzzer fixes for canvas, need to investigate more by reed · 8 years ago
  10. 00bea4a fix misc asserts and checks found by fuzzer by reed · 8 years ago
  11. f5d4746 Fix asserts found in SampleApp and update the tests with additional interesting numbers. by herb · 8 years ago
  12. 4534562 Change type of SkScalerContext_FreeType::fScaleX/Y. All uses want FT_F26Dot6. by benjaminwagner · 8 years ago
  13. 3eb4895 Add point spans, but fall back for all cases. by herb · 8 years ago
  14. cbf8978 DM: remove unnecessary use of std::function by mtklein · 8 years ago
  15. 365bbff Changes to merge vulkan code by bsalomon · 8 years ago
  16. 8e0ef29 Calculate translations to apply to vertices in batch by joshualitt · 8 years ago
  17. 3b32bc5 check pm swizzle when extracting lcd coverage by reed · 8 years ago
  18. c5b1228 remove supports4f flag for colorfilters by reed · 8 years ago
  19. 950fb1c Insert an empty image when we cannot decode by scroggo · 8 years ago
  20. 27e88d0 gyp_skia: use path python, be quiet by mtklein · 8 years ago
  21. 740668d Update libpng to 1.6.22beta by msarett · 8 years ago
  22. cbc5bcc Add GPU-backed SkImage case to ImageFilterCache unit test by robertphillips · 8 years ago
  23. be8c19e NEON f32 <-> f16 and f32 <-> u16 by mtklein · 8 years ago
  24. 09d0685 add back some basic configs to MSAN bot by mtklein · 8 years ago
  25. d106c2c Revert of Use unorm shorts for texture coordinates when rendering text. (patchset #3 id:40001 of https://codereview.chromium.org/1713693002/ ) by jvanverth · 8 years ago
  26. 85fca85 added /enableGPU command to skiaserve by ethannicholas · 8 years ago
  27. df7bb47 Update SkImageFilter's cache to handle SkSpecialImages and add unit test by robertphillips · 8 years ago
  28. 449f7fc fix iter to document close correctly by caryclark · 8 years ago
  29. e507ff0 Use unorm shorts for texture coordinates when rendering text. by jvanverth · 8 years ago
  30. 77b798c Update the version of libpng used by Skia tests by scroggo · 8 years ago
  31. 4ed187a Test build scheduler. by rmistry · 8 years ago
  32. b187dd3 remove xferu64 gm -- not needed now that the blitters are hooked up by reed · 8 years ago
  33. 4b25cf0 fix red/blue order in 64bit blits by reed · 8 years ago
  34. ed54504 Switch to pixmap in API. by herb · 8 years ago
  35. c85d9fb GrAuditTrail can now be enabled/disabled at runtime by ethannicholas · 8 years ago
  36. dd9ffea make SkPM4f private by reed · 8 years ago
  37. 8528541 Add more specialized fragment builders by cdalton · 8 years ago
  38. d689bf8 Move SkTInternalLList.h to src/core. by bungeman · 8 years ago
  39. 517558a MSAN: cut down to green by mtklein · 8 years ago
  40. bc1cebb Move SkTDStack.h to src/animator. by bungeman · 8 years ago
  41. 3afae70 fixed SkDrawCommand JSON generation by ethannicholas · 8 years ago
  42. 3ca1e1a added server-side breakpoint support to skiaserve by ethannicholas · 8 years ago
  43. 3fe4df6 Add luci-go isolate.sha1 files by borenet · 8 years ago
  44. 1526e0a Make build_command_buffer.py work on Windows by bsalomon · 8 years ago
  45. dcd1fcc check for zero conic weights in interp by caryclark · 8 years ago
  46. a7e9f05 Move SkTDArray to private. by bungeman · 8 years ago
  47. 3b087f4 Update SkSpecialImage API by robertphillips · 8 years ago
  48. 4528c86 lcd blits for sRGB by reed · 8 years ago
  49. d9fa758 Port Skia recipe to normal Python scripts, move to Skia repo by borenet · 8 years ago
  50. e1fce93 Remove FuzzPaeth now that we have some real Fuzzes. by mtklein · 8 years ago
  51. c969bfc Make build_command_buffer.py work on Mac and Windows. by bsalomon · 8 years ago
  52. 5bd98a2 Create ParsePath API fuzz by kjlubick · 8 years ago
  53. a7b1685 remove legacy flags by caryclark · 8 years ago
  54. a110538 fix asan error deref-ing null ptr by caryclark · 8 years ago
  55. ef0fed3 Remove position from FrontBufferedStream by scroggo · 8 years ago
  56. 6b14c6b remove legacy bitmap filter by caryclark · 8 years ago
  57. adab5a2 fix comma in GrAuditTrail json by joshualitt · 8 years ago
  58. 8e7b19d add interp path by caryclark · 8 years ago
  59. c5eddd7 Add bilerp filtering. by herb · 8 years ago
  60. 576af8f some modes need clamping due to numerical imprecision by reed · 8 years ago
  61. e2412d5 Adding direct access to SkMipMap levels. by cblume · 8 years ago
  62. 3bc2624 try plain-old code for sk_memset16/32 now that NEON is compile-time by mtklein · 8 years ago
  63. 2775cf5 Speculative fix for Google3 iOS build by msarett · 8 years ago
  64. 2a98bac Return the proper error code in SkBmpRLECodec by msarett · 8 years ago
  65. d2d2eb9 Add GrGpu support for Vulkan command buffer flush by jvanverth · 8 years ago
  66. 48e7846 Mark existing image filter entry points that will be going away with Deprecated by robertphillips · 8 years ago
  67. b65fcd4 Don't you just feel bad every time you type 'delete'? by mtklein · 8 years ago
  68. 32f1908 Further reduction of GPU workload in shapes benchmarks. Hopefully this squelches the random crashes on Mali 400. by brianosman · 8 years ago
  69. bf521ff Move SkTArray to include/private. by bungeman · 8 years ago
  70. 82709da Delete KTX tests to fix Android build by msarett · 8 years ago
  71. 68af68a bin/sync-and-gyp: better error checking by halcanary · 8 years ago
  72. 5f0de06 Enable GL interfaces for iOS build by iroth · 8 years ago
  73. 6900641 add last move to serialized path by caryclark · 8 years ago
  74. 134ad3e Fix name creation scope. by herb · 8 years ago
  75. cecbbe2 converted skiaserve PNGs from RGBA to RGB by ethannicholas · 8 years ago
  76. d9ec320 Do not create BmpMaskCodecs with invalid bits per pixel by msarett · 8 years ago
  77. 6b3cf73 Add batch information to json by joshualitt · 8 years ago
  78. 91e457d Fix "^" in --match flag for nanobench SKPs by cdalton · 8 years ago
  79. 9bd5f74 Remove 6-param applyCropRect() from lighting filters (GPU path). by senorblanco · 8 years ago
  80. c43f2af Add a script to build and copy the command buffer shared library. This script will be used by the bots to test skia on the command buffer. by bsalomon · 8 years ago
  81. 272af6e Revert of further skiaserve image performance improvements (patchset #1 id:1 of https://codereview.chromium.org/1707453003/ ) by ethannicholas · 8 years ago
  82. 70bb808 Add request cache to SkFontHost_fontconfig. by bungeman · 8 years ago
  83. 8715d47 Make SkPicture/SkImageGenerator default to SkCodec by msarett · 8 years ago
  84. feec878 Simplified linear pipeline. by herb · 8 years ago
  85. 68c063b further skiaserve image performance improvements by ethannicholas · 8 years ago
  86. 117672d bin/sync-and-gyp: pass --deps='...' to `gclient sync`. by halcanary · 8 years ago
  87. 39b2d5a Individually enable and disable SkCodecs by msarett · 8 years ago
  88. 46d2aa8 Updates Piex and uses it to obtain the DNG dimensions. by ebrauer · 8 years ago
  89. 0cf795f fast sk4f <-> sk4i SSE methods by mtklein · 8 years ago
  90. d96e7e5 misc fixes to make float buffers work a little better by reed · 8 years ago
  91. 34d26b9 dead code: really kill these off again by mtklein · 8 years ago
  92. dc469ad come on, this is how you drive-by by mtklein · 8 years ago
  93. d10f5b3 Use geometric mean when selecting a mipmap scale by fmalita · 8 years ago
  94. 879adcc Update PIEX version. This should solve the stack buffer overflow issue by yujieqin · 8 years ago
  95. 8db8678 Fix memory leak by joshualitt · 8 years ago
  96. e06ed25 Do not try to use GL_texture_rectangle on GL ES by kkinnunen · 8 years ago
  97. 32a45f6 These files must be in the gypi for GN to remove them... by mtklein · 8 years ago
  98. e90b485 restore empty files so that Chrome GN config can remove them... by mtklein · 8 years ago
  99. ab669de Fix linker errors when skia_ios target is used a dependency of an iOS app. by iroth · 8 years ago
  100. 048494c clean up more dead code by mtklein · 8 years ago