dawn-cmake/test/tint
Stephen White 93f686617e GLSL: fix textureGather() and textureGatherOffset() with depth textures.
Unlike other texture functions in GLSL, textureGather() and
textureGatherOffset() do not expect the refZ value to be appended to
the texture coordinates. It is passed as a regular argument. So append
refZ to coordinates by default, and pass as a regular parameter only
for the gather functions.

Bug: tint:1459
Change-Id: Iad1255be3de5915aeff4adb9054479b9e92c45cb
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/82340
Reviewed-by: Ben Clayton <bclayton@google.com>
Commit-Queue: Stephen White <senorblanco@chromium.org>
Kokoro: Kokoro <noreply+kokoro@google.com>
2022-03-02 14:07:02 +00:00
..
access tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
array tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
benchmark GLSL: special-case BinaryOp::kModulo for floating point. 2022-02-28 21:15:02 +00:00
buffer tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
bug GLSL: special-case BinaryOp::kModulo for floating point. 2022-02-28 21:15:02 +00:00
builtins GLSL: fix textureGather() and textureGatherOffset() with depth textures. 2022-03-02 14:07:02 +00:00
expressions GLSL: special-case BinaryOp::kModulo for floating point. 2022-02-28 21:15:02 +00:00
identifiers/underscore tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
layout/storage/mat2x2 tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
let tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
loops tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
out_of_order_decls tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
ptr_ref tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
samples tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
shader_io tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
shadowing tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
statements tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
struct tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
types tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
unicode test: Move unicode e2e test to tint dir 2022-02-21 16:51:06 +00:00
unittest/reader/spirv GLSL: fix textureSampleLevel() on depth textures. 2022-03-02 14:01:00 +00:00
var tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
vk-gl-cts GLSL: fix countOneBits(). 2022-03-01 14:25:42 +00:00
BUILD.gn Delete Single-Plane External Texture Transform 2022-02-25 20:14:52 +00:00
extract-spvasm.py tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
test-all.sh tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00