SPIRV-Cross/reference
Chip Davis 6d675ae6a2 Correct carry/borrow bit checks.
Don't use `addsat()`/`subsat()`; that'll erroneously flag cases where
the sum is exactly the maximum integer value, or the difference is
exactly 0. Also, correct the condition for the `select()` function; it's
basically `mix()` with a boolean factor.

(What was I *thinking*?)
2018-11-14 10:13:56 -06:00
..
opt Correct carry/borrow bit checks. 2018-11-14 10:13:56 -06:00
shaders GLSL: Support extended arithmetic opcodes. 2018-11-13 14:50:46 +01:00
shaders-hlsl Deal with depth_greater/depth_less qualifiers. 2018-11-12 10:35:36 +01:00
shaders-hlsl-no-opt Update tests. 2018-11-01 11:23:48 +01:00
shaders-msl Correct carry/borrow bit checks. 2018-11-14 10:13:56 -06:00
shaders-msl-no-opt MSL: Swizzle gathers on depth textures as well. 2018-10-03 11:47:13 -05:00
shaders-no-opt Update tests. 2018-11-01 11:23:48 +01:00
shaders-reflection Prefix integer types with underscore 2018-06-21 09:24:22 -07:00