~pcsx2-team/pcsx2-github-mirror/+git/glslang:return-precision

Last commit made on 2020-07-16
Get this branch:
git clone -b return-precision https://git.launchpad.net/~pcsx2-team/pcsx2-github-mirror/+git/glslang

Branch merges

Branch information

Name:
return-precision
Repository:
lp:~pcsx2-team/pcsx2-github-mirror/+git/glslang

Recent commits

3d2391f... by John Kessenich <email address hidden>

GLSL/SPV: Propagaet precision qualifier from function to return value.

When a return value's type has no precision qualification (e.g., the return
expression is formed from a constructor), and the formal function return type
has a precision qualification, back propagate that from the return type to the
type of the return value's expression.

4f72970... by John Kessenich <email address hidden>

Merge pull request #2347 from ben-clayton/runtests

runtests: Check error codes, set LD_LIBRARY_PATH

f429b72... by Ben Clayton <email address hidden>

runtests: Check error codes, set LD_LIBRARY_PATH

`glslangValidator` will only return [the codes 0..6](https://github.com/KhronosGroup/glslang/blob/b481744aea1ecf52ee4591afaa0f5e270b9d1636/StandAlone/StandAlone.cpp#L117-L125). Fail the test if anything else is returned (like due to the exe crashing).

Also set `LD_LIBRARY_PATH` to contain the `lib` directory before calling glslang.

b481744... by John Kessenich <email address hidden>

Merge pull request #2335 from ben-clayton/kokoro-bazel-test-output

Kokoro: Print test output to stdout

39b8de1... by John Kessenich <email address hidden>

Merge pull request #2344 from ben-clayton/build_info-x

Give build_info.py the executable bit

89a5ee0... by Ben Clayton <email address hidden>

Give build_info.py the executable bit

3ea2c8f... by John Kessenich <email address hidden>

Merge pull request #2343 from KhronosGroup/fix-non-determinism

Fix recently found non-determinism with gl_WorldToObject3x4EXT.

f80ef74... by John Kessenich <email address hidden>

Fix recently found non-determinism with gl_WorldToObject3x4EXT.

3aa4431... by John Kessenich <email address hidden>

Merge pull request #2339 from ben-clayton/cmake-project

CMake: Move project() to top of CMakeLists.txt

7bedc52... by John Kessenich <email address hidden>

Merge pull request #2341 from ben-clayton/bison-license

Add bison license to LICENSE.txt