tint: Implement textureSampleBaseClampToEdge

Fixed: tint:1671
Change-Id: Iaae5b5d571a4401c0255de727245bf8dbbe06740
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/102642
Reviewed-by: David Neto <dneto@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
This commit is contained in:
Ben Clayton
2022-09-22 22:59:16 +00:00
committed by Dawn LUCI CQ
parent 78f8067fd5
commit c4ebf2cc57
57 changed files with 6342 additions and 2854 deletions

View File

@@ -1,5 +1,15 @@
# Tint changes during Origin Trial
## Changes for M108
### New features
* `textureSampleBaseClampToEdge()` has been implemented. [tint:1671](crbug.com/tint/1671)
### Deprecated Features
* The `external_texture` overload of `textureSampleLevel()` has been deprecated. Use `textureSampleBaseClampToEdge()` instead. [tint:1671](crbug.com/tint/1671)
## Changes for M107
### New features