e70f2e0e0f
Moved the MatrixFoldingES2.sksl test case for matrix construction with side-effects into a new PreserveSideEffects.sksl test and added new test cases for various vector and matrix types and constructors. The new test is written such that none of its contents should be folded away. Note: This test does not pass on NVIDIA GPUs when using OpenGL as discussed in skia:13035. Notably, NONE of the increments are executed on those GPUs as ALL increment expressions seemingly get subjected to constant-folding. The test is disabled on NVIDIA GPU bots. This also means that the remaining MatrixFoldingES2.sksl tests now work on NVIDIA GPUs when using OpenGL (with the exception of Tegra3 + OpenGL ES). Bug: skia:13035, skia:11919 Change-Id: I561bb62fe2b6b814ba80fbc492d3885bbcd6b65b Reviewed-on: https://skia-review.googlesource.com/c/skia/+/518278 Reviewed-by: John Stiles <johnstiles@google.com> Commit-Queue: Arman Uguray <armansito@google.com> |
||
---|---|---|
.. | ||
bots | ||
canvaskit | ||
cmake | ||
config | ||
cross-compile/docker/cross-linux-arm64 | ||
docker | ||
gcc | ||
lottiecap | ||
pathkit | ||
project-config | ||
wasm-common | ||
README.md | ||
skcq.json |
This directory contains infra-specific files. The branch-config/ directory contains configs that are specific to the main branch (e.g. config for the CQ committing to the main branch), while project-config/ directory contains project-wide configuration (e.g. list of buckets for cr-buildbucket service and list of refs known to the infra services).