DDawn LUCI CQ[bindless] Update dynamic binding extension doc.
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[bindless] Update dynamic binding extension doc. Add the Resource Table option into the chromium_experimental_dynamic_binding.md description file. Fixed: 463343126 Change-Id: Ie7aee8e95a3bba18145108659fc6e46fa3b377dc Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/276375 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: dan sinclair <dsinclair@chromium.org> | 7 个月前 | |
[tint] Don't resolve moving from ProgramBuilder -> Program Do this explicitly instead. Breaks a circular dependency between Program and Resolver. Change-Id: I67f66501da02f349b981a59ef64cb8b687230f95 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/143401 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: James Price <jrprice@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> | 2 年前 | |
Add some documentation for tint_benchmark Bug: 42251293 No-Try: True Change-Id: Ia9dd3f0589da77d587322cce3271f22f62952e7d Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/207874 Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: James Price <jrprice@google.com> | 1 年前 | |
Add while statement parsing. This CL adds parsing for the WGSL while statement. Bug: tint:1425 Change-Id: Ibce5e28568935ca4f51b5ac33e7a60af7a916b4a Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/93540 Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Dan Sinclair <dsinclair@chromium.org> | 3 年前 | |
Fix broken links in docs Change-Id: I795fd03a34f8faeaf0bf6ac7207267cebca8a5b8 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/132622 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Albin Bernhardsson <albin.bernhardsson@arm.com> | 3 年前 | |
Rename StorageClass to AddressSpace. This CL updates the internals to use AddressSpace instead of the old StorageClass name. Bug: tint:1404 Change-Id: Iecc208e839453437f4d630f65e0152206a52db7e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/104420 Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Dan Sinclair <dsinclair@chromium.org> Auto-Submit: Dan Sinclair <dsinclair@chromium.org> | 3 年前 | |
[tools] Replace test-all.sh with ./tools/run tests • Simplify the usage by allowing globs, directories or single test file paths as unnamed arguments. Removes the --filter flag that nobody really understood. • Make the table fit the terminal. • Replace dawn-path with <dawn> in expectation files. Change-Id: I45a0579e3589888664877c22edb575d1a4ed18c1 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/161701 Reviewed-by: dan sinclair <dsinclair@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> | 2 年前 | |
tint->dawn: Shuffle source tree in preperation of merging repos docs/ -> docs/tint/ fuzzers/ -> src/tint/fuzzers/ samples/ -> src/tint/cmd/ src/ -> src/tint/ test/ -> test/tint/ BUG=tint:1418,tint:1433 Change-Id: Id2aa79f989aef3245b80ef4aa37a27ff16cd700b Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/80482 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Ryan Harrison <rharrison@chromium.org> | 4 年前 | |
[tint][fuzz] Remove old python script and update documentation Removes the script, drops generating the corpus in GN, since the builders now use a different code path, and updates the dev documentation. Fixes: 348698576, 431997412 Change-Id: I51421ea2c4a7faf8ead3d8feac85519795786e0d Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/255634 Commit-Queue: Ryan Harrison <rharrison@chromium.org> Reviewed-by: James Price <jrprice@google.com> | 10 个月前 | |
[tint][gen] Detect #includes without necessary guards This prevents unguarded includes to targets that require TINT_BUILD_XXX flags to be enabled. Change-Id: I604b473a9cb24044346e8ef14f841851570b0086 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/155443 Reviewed-by: James Price <jrprice@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> | 2 年前 | |
Combine generated enums to single file in wgsl/ In wgsl/ instead of creating individual files for each of the enum types (resulting in 6 files per enum) create a single enums set of files which generates all of the enums. Change-Id: Ide75b1e9004123a7938ae60dcc3da14735765795 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/248814 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: James Price <jrprice@google.com> | 1 年前 | |
[ir] Add IR extension documentation. Add documentation on extending the IR. Bug: 423008324 Change-Id: Ia2491e28b1f19acd877856c26437985c1ea0cdb2 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/251296 Commit-Queue: dan sinclair <dsinclair@chromium.org> Reviewed-by: James Price <jrprice@google.com> | 11 个月前 | |
[ir] Cleanup the IR documentation. Update the IR documentation to account for changed code structure and locations. Bug: 423008324 Change-Id: I4f96ceff65fbd2ba885b3b5acf2f78d17e4ea501 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/251294 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: dan sinclair <dsinclair@chromium.org> | 11 个月前 | |
[tint] Move cached builtin info out of Symbol Use a hashmap local to the dependency analysis instead. This breaks the dependency from symbol to builtin, allowing us to use Symbol from the builtin namespace. Change-Id: I4f5d3d59e56c86f0ab833a41d97966dab5fbd655 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/141721 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> | 2 年前 | |
tint: Validate @must_use on functions and builtins Fixed: tint:1844 Change-Id: I812dd338925c1dccaa3029a46e10a0ea34a8ed54 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/120960 Commit-Queue: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Dan Sinclair <dsinclair@chromium.org> Commit-Queue: Ben Clayton <bclayton@chromium.org> | 3 年前 | |
Create a profiling doc for how to use magic trace on tint Change-Id: Ib12c082637f8898d340db30fe85294b995830603 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/213636 Commit-Queue: Peter McNeeley <petermcneeley@google.com> Reviewed-by: dan sinclair <dsinclair@chromium.org> | 1 年前 | |
Rename StorageClass to AddressSpace. This CL updates the internals to use AddressSpace instead of the old StorageClass name. Bug: tint:1404 Change-Id: Iecc208e839453437f4d630f65e0152206a52db7e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/104420 Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Dan Sinclair <dsinclair@chromium.org> Auto-Submit: Dan Sinclair <dsinclair@chromium.org> | 3 年前 | |
tint->dawn: Shuffle source tree in preperation of merging repos docs/ -> docs/tint/ fuzzers/ -> src/tint/fuzzers/ samples/ -> src/tint/cmd/ src/ -> src/tint/ test/ -> test/tint/ BUG=tint:1418,tint:1433 Change-Id: Id2aa79f989aef3245b80ef4aa37a27ff16cd700b Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/80482 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Ryan Harrison <rharrison@chromium.org> | 4 年前 | |
[shuffle] Move spirv reader to new structure. This CL moves the spirv/reader to spirv/reader/parser/. Bug: tint:1988 Change-Id: I220b4618677bd39ab05d2c2f86be53692ed72b36 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/143420 Reviewed-by: James Price <jrprice@google.com> Auto-Submit: Dan Sinclair <dsinclair@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Dan Sinclair <dsinclair@chromium.org> | 2 年前 | |
[tint][doc] Add documentation about tooling languages Bit of style guide recommendation about whether to use Go or Python when writing infra or tooling code for Tint. Change-Id: I5a5f73f91b45c6c2e7ff69960fa8fd777c359312 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/255054 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: Ryan Harrison <rharrison@chromium.org> Auto-Submit: Ryan Harrison <rharrison@chromium.org> Commit-Queue: James Price <jrprice@google.com> | 11 个月前 | |
Describe how to run the Tint unit tests Change-Id: Ide29221e944175b8344ff57811578b3393a2affd Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/186544 Auto-Submit: David Neto <dneto@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Ben Clayton <bclayton@google.com> | 2 年前 | |
Rename StorageClass to AddressSpace. This CL updates the internals to use AddressSpace instead of the old StorageClass name. Bug: tint:1404 Change-Id: Iecc208e839453437f4d630f65e0152206a52db7e Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/104420 Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Dan Sinclair <dsinclair@chromium.org> Auto-Submit: Dan Sinclair <dsinclair@chromium.org> | 3 年前 |