.gitmodules


Log

Author Commit Date CI Message
Gowtham Tammana cdacdf63 2023-12-11T11:18:34 llvm: Move it to third_party/llvm/src Clone the llvm_project into third_party src location to make for README.chromium and related files. Bug: angleproject:8369 Change-Id: I625eefd8fd883a956985d217f33274ebe7fbe7ed Signed-off-by: Gowtham Tammana <g.tammana@samsung.com> Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/5111802 Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org> Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
Gowtham Tammana c8507249 2023-12-07T13:34:22 clspv: Move it to third_party/clspv/src Clone the clspv into third_party src location to make way for GN build files. Bug: angleproject:8369 Signed-off-by: Gowtham Tammana <g.tammana@samsung.com> Change-Id: Id27d131ca7d5c0e941d9d770924587cdd3e5d8e8 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/5106593 Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org> Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
Gowtham Tammana ac4cb708 2023-12-04T16:04:44 DEPS: Add clspv and llvm deps clspv is a OpenCL C to Vulkan compute shader compiler useful for CL implementation on Vulkan. Add these as third party modules in Angle. Bug: angleproject:8369 Change-Id: If31e755525a8e71d727b528d2f3a7f3c7fdd55d8 Signed-off-by: Gowtham Tammana <g.tammana@samsung.com> Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/5085667 Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org> Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
Josip Sokcevic c208f9ea 2023-11-16T12:57:42 gitmodules: remove .git suffix Bug: b/303296048 Change-Id: Ic15a88624fd3ffa0ec14cd1682e4385729f7c19f Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/5038232 Auto-Submit: Josip Sokcevic <sokcevic@chromium.org> Reviewed-by: Yuxin Hu <yuxinhu@google.com> Commit-Queue: Yuxin Hu <yuxinhu@google.com>
Josip Sokcevic c5949fe0 2023-08-08T14:09:00 Remove dummy chromium from git submodules dummy_chromium is used by autoroller to remember previously sync state and to sync all chromium dependencies with angle dependencies. If angle repository has this gitlink, it will result in recursive submodule loop (chromium -> angle -> chromium) unless git understands gclient-condition. We should redesign how autoroller works by storing chromium information somewhere else. In the meantime, this patch will give us more time to design a long term solution. Note: Presubmit checks only check if gitlink commits are present in DEPS file, and not if all git depepdencies have gitlinks. Bug: chromium:1471230 Change-Id: I8638c9863517dd90b0248d9e9bc9664c66041e70 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/4762704 Auto-Submit: Josip Sokcevic <sokcevic@chromium.org> Reviewed-by: Yuly Novikov <ynovikov@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
Joanna Wang 3dbfa314 2023-08-04T15:56:47 Add Gitmodules to angle. Commits in the gitlinks should be kept in sync with commits in DEPS. For repos that are auto-rolled by skia, this is taken care of. If you have your own autoroll script and it uses `gclient setdep` to update deps commits, this is also taken care of. For manual rolls: 1) in DEPS update the commit of some <path> to <new_commit> 2) update the gitlink: `git update-index --add --cacheinfo 160000,<new_commit>,<path>` Bug: chromium:1421776 Change-Id: I70d02969b198ea6ae94d042c4ffab31b70eb88fb Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/4752314 Commit-Queue: Jonah Ryan-Davis <jonahr@google.com> Reviewed-by: Jonah Ryan-Davis <jonahr@google.com> Commit-Queue: Joanna Wang <jojwang@chromium.org>