| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Remove exports_files_legacy We had been using these to export all files in G3 so our legacy rules could refer to them from the top level (not normally allowed because a new BUILD.bazel file acts as the root directory for all subfolders). Since those rules were deleted (see http://cl/650343844) we can delete these too. This was mostly done via mechanical find and replace. Some places actually needed to export files, so in those cases exports_files_legacy was changed to the built-in exports_files [1]. [1] https://bazel.build/reference/be/functions#exports_files Change-Id: I7952941c4b15f9e6af2a6647d303d5138087d431 Bug: b/256865569 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/874396 Reviewed-by: Nicolette Prevost <nicolettep@google.com> Commit-Queue: Kaylee Lubick <kjlubick@google.com> | 1 年前 | |
Add predefined encoded origin inverse function Updates GMs and tests to use the inverse. Adds a unit test to ensure it matches the actual computed inverse from SkEncodedOriginToMatrix. Updates Ganesh/Graphite's YUV image shaders to use the direct inverse instead of recomputing the inverse from the original origin matrix. Change-Id: I803f77be44e0985ddfb7d7df004d861dad0fc206 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/1091176 Reviewed-by: Florin Malita <fmalita@google.com> Commit-Queue: Michael Ludwig <michaelludwig@google.com> Reviewed-by: Greg Daniel <egdaniel@google.com> | 8 个月前 | |
Mark some private constructors explicit This is considered good practice by the style guide. https://google.github.io/styleguide/cppguide.html#Implicit_Conversions I don't expect this to break any clients, but I've made it a separate commit from the ones touching the public API. I asked Gemini CLI to help me with this one. I had it use a regex to find candidates and then it narrowed down the pool and applied the edits. Change-Id: I3b519698508b186438a4a185c92472dccfa15313 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/1075876 Reviewed-by: Michael Ludwig <michaelludwig@google.com> Commit-Queue: Kaylee Lubick <kjlubick@google.com> | 8 个月前 | |
Remove uses of deprecated no-args makeRasterImage This [1] was deprecated long ago and it's time to clean it up. There will be follow-on CLs to clients. [1] https://github.com/google/skia/blob/19dc166d60bf59e8893a5127fffa2ebb452a0c42/include/core/SkImage.h#L852-L856 Change-Id: I09e73e76541c97abdfc2bcaa51b95612cab3f87c Reviewed-on: https://skia-review.googlesource.com/c/skia/+/1017496 Auto-Submit: Kaylee Lubick <kjlubick@google.com> Reviewed-by: Daniel Dilan <danieldilan@google.com> Commit-Queue: Daniel Dilan <danieldilan@google.com> | 11 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 年前 | ||
| 8 个月前 | ||
| 8 个月前 | ||
| 11 个月前 |