| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Delete all filegroups that supported legacy (non-buffet) Bazel build We don't need most of the flags and all these file groups which had made a big "ball o mud" build. Change-Id: I690f38c3555e390b7c8d459b4649a270c3e03ce2 Bug: b/40045064 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/889266 Commit-Queue: Kaylee Lubick <kjlubick@google.com> Reviewed-by: Ben Wagner <bungeman@google.com> | 1 年前 | |
Transitional integration of Perfetto tracing in Android Framework See go/skia-perfetto, especially the proposed plan in the "stages" section. Bug: b/259248961 Test: manual testing; tricky to unit test this within Skia Change-Id: Ib5e63e78f20760ab65530033cd80e25d9dafa91a Reviewed-on: https://skia-review.googlesource.com/c/skia/+/614318 Reviewed-by: Nicolette Prevost <nicolettep@google.com> Reviewed-by: Leon Scroggins <scroggo@google.com> Commit-Queue: Nolan Scobie <nscobie@google.com> Reviewed-by: Brian Osman <brianosman@google.com> | 3 年前 | |
Use helper for checking optional Also moved build-guards to just around the android-specific part, so the code can always be built by the bots. Change-Id: I202515e51f6ff3b1ed5c7b48755b04c217598825 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/1053076 Reviewed-by: Robert Phillips <robertphillips@google.com> Reviewed-by: Kaylee Lubick <kjlubick@google.com> Commit-Queue: Mike Reed <mike@reedtribe.org> | 9 个月前 | |
Add a way to set filter mode in SkAnimatedImage. Before, when there was no scaling on the internal matrix (e.g. from image orientation or exif rotation) there could still be scaling on the CTM but we would use nearest pixel sampling. This causes artifacts when some images are scaled. In this CL, we use linear sampling in order to get better looking animations. The option is still provided to use nearest pixel sampling if the user chooses to. The next steps of this implementation are to connect it up through Android to the AnimatedImageDrawable java class. This entails: -AnimatedImageDrawable HWUI class will have a function that takes a boolean and calls the function implemented in this CL. - Defining AnimatedImageDrawable_nSetFilterBitmap here https://source.corp.google.com/h/googleplex-android/platform/superproject/main/+/main:frameworks/base/libs/hwui/jni/AnimatedImageDrawable.cpp which will call the function in the AnimatedImageDrawable HWUI class. -Overriding the function setFilterBitmap and isFilterBitmap for the AnimatedImageDrawable java class, which will call nSetFilterMode. Bug: 370523334 Change-Id: I8abd4463d273c42205b11c5102353e70beb7ec14 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/909816 Reviewed-by: Florin Malita <fmalita@google.com> Commit-Queue: Daniel Dilan <danieldilan@google.com> | 1 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 年前 | ||
| 3 年前 | ||
| 9 个月前 | ||
| 1 年前 |