| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Remove IWYU build logic from Bazel Follow-up from https://skia-review.googlesource.com/c/skia/+/896098/13/infra/bots/jobs.json#b17 Change-Id: I7f9d3860ba2cedebe55523dfdf1d80d4387f2d46 Bug: b/40044159 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/1024156 Auto-Submit: Kaylee Lubick <kjlubick@google.com> Commit-Queue: Eric Boren <borenet@google.com> Commit-Queue: Kaylee Lubick <kjlubick@google.com> Reviewed-by: Eric Boren <borenet@google.com> | 11 个月前 | |
Move remaining Ganesh files in include/gpu and add shims The goal is to migrate clients to point into the include/gpu/ganesh subfolders, now that we have Graphite also. See also http://review.skia.org/892736 Bug: b/40044159 Change-Id: Ibc927d0ae66a05546957300090a651614e720fad Reviewed-on: https://skia-review.googlesource.com/c/skia/+/893856 Reviewed-by: Robert Phillips <robertphillips@google.com> Commit-Queue: Kaylee Lubick <kjlubick@google.com> | 1 年前 | |
Mark more single argument constructors explicit I had a more expansive search pattern and found a few more candidates this time around. Gemini CLI did most of the work here and it does not appear we were implicitly using the conversion. Change-Id: Ia51d127a099dca4f76f7e13012d9f19dd1038e50 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/1076816 Auto-Submit: Kaylee Lubick <kjlubick@google.com> Reviewed-by: Florin Malita <fmalita@google.com> Commit-Queue: Florin Malita <fmalita@google.com> | 8 个月前 | |
Move remaining Ganesh files in include/gpu and add shims The goal is to migrate clients to point into the include/gpu/ganesh subfolders, now that we have Graphite also. See also http://review.skia.org/892736 Bug: b/40044159 Change-Id: Ibc927d0ae66a05546957300090a651614e720fad Reviewed-on: https://skia-review.googlesource.com/c/skia/+/893856 Reviewed-by: Robert Phillips <robertphillips@google.com> Commit-Queue: Kaylee Lubick <kjlubick@google.com> | 1 年前 | |
Move remaining Ganesh files in include/gpu and add shims The goal is to migrate clients to point into the include/gpu/ganesh subfolders, now that we have Graphite also. See also http://review.skia.org/892736 Bug: b/40044159 Change-Id: Ibc927d0ae66a05546957300090a651614e720fad Reviewed-on: https://skia-review.googlesource.com/c/skia/+/893856 Reviewed-by: Robert Phillips <robertphillips@google.com> Commit-Queue: Kaylee Lubick <kjlubick@google.com> | 1 年前 | |
Reland "When waiting on client provided semaphores, only block fragment stage work." This reverts commit c03c9a02f6ef90b729ffbcca44844004534f56c7. Reason for revert: expanded stages to include transfer Bug: chromium:1492267 Original change's description: > Revert "When waiting on client provided semaphores, only block fragment stage work." > > This reverts commit fd780675ee1798738d6369fc20ee0fdfc6ddac8d. > > Reason for revert: speculative revert to see if this caused flakiness in chrome tests. https://bugs.chromium.org/p/chromium/issues/detail?id=1492267#c1 > > Original change's description: > > When waiting on client provided semaphores, only block fragment stage work. > > > > All current clients that use these wait APIs really just want Skia to > > block on fragment work. In practice there isn't a current way for a > > client provided gpu resource to even be used outside of a fragment > > shader in Skia. This change allows the driver to begin processing vertex > > work while waiting on the semaphore to signal. > > > > Change-Id: I7733a7316bcb67025683ea234a34f0cbd12a0694 > > Reviewed-on: https://skia-review.googlesource.com/c/skia/+/765317 > > Reviewed-by: Nicolette Prevost <nicolettep@google.com> > > Commit-Queue: Nicolette Prevost <nicolettep@google.com> > > Auto-Submit: Greg Daniel <egdaniel@google.com> > > Change-Id: If09a0ae6ac8bb8bcf41e396faf24e78f5618199c > Reviewed-on: https://skia-review.googlesource.com/c/skia/+/766476 > Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> > Reviewed-by: Nicolette Prevost <nicolettep@google.com> > Commit-Queue: Greg Daniel <egdaniel@google.com> > Auto-Submit: Greg Daniel <egdaniel@google.com> > Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Change-Id: I04b9ffa5c7acf6b17d8804a0c3c106e22a3f48c0 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/768711 Reviewed-by: Nicolette Prevost <nicolettep@google.com> Commit-Queue: Greg Daniel <egdaniel@google.com> | 2 年前 | |
Remove SkSerialProcs and SkDeserialProcs from Slug serialization Effectively reverts part of http://review.skia.org/754856 Change-Id: I22621799e02c4cb4b6f05b5e42090aba76f187ac Reviewed-on: https://skia-review.googlesource.com/c/skia/+/825696 Reviewed-by: Herb Derby <herb@google.com> Commit-Queue: Brian Osman <brianosman@google.com> | 2 年前 | |
Replace SK_WARN_UNUSED_RESULT with C++17 [[nodiscard]]. We no longer need a custom macro for [[nodiscard]], since it was added as a standard attribute in C++17. The official attribute does have slightly different placement rules than the compiler-specific attribute; it is required to be leftmost. Change-Id: I6ff5eb77514b5d96f0272a2c6287f378cf8a97ad Reviewed-on: https://skia-review.googlesource.com/c/skia/+/724396 Reviewed-by: Herb Derby <herb@google.com> Commit-Queue: John Stiles <johnstiles@google.com> | 2 年前 | |
Fix ClangTidy performance-unnecessary-value-param findings. As before, this is only a small subset of the findings. Change-Id: Ib5013de654cbdfd0dccebb967465c947221cbcdd Reviewed-on: https://skia-review.googlesource.com/c/skia/+/768297 Auto-Submit: John Stiles <johnstiles@google.com> Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: John Stiles <johnstiles@google.com> | 2 年前 | |
Add chromium-specific tools for dealing with SkPMColor We intend to move SkColorPriv out of the public API, but Chromium manipulates our premultiplied colors, so we should give them some "official" APIs for that. Change-Id: Ie6c9364cbdc54ab8216c406b4d270a6a4af7e4c7 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/958818 Auto-Submit: Kaylee Lubick <kjlubick@google.com> Commit-Queue: Florin Malita <fmalita@google.com> Reviewed-by: Florin Malita <fmalita@google.com> | 1 年前 | |
Remove SkSerialProcs and SkDeserialProcs from Slug serialization Effectively reverts part of http://review.skia.org/754856 Change-Id: I22621799e02c4cb4b6f05b5e42090aba76f187ac Reviewed-on: https://skia-review.googlesource.com/c/skia/+/825696 Reviewed-by: Herb Derby <herb@google.com> Commit-Queue: Brian Osman <brianosman@google.com> | 2 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 11 个月前 | ||
| 1 年前 | ||
| 8 个月前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 2 年前 | ||
| 2 年前 | ||
| 2 年前 | ||
| 2 年前 | ||
| 1 年前 | ||
| 2 年前 |