~pcsx2-team/pcsx2-github-mirror/+git/shaderc:ndkr25

Last commit made on 2023-07-10
Get this branch:
git clone -b ndkr25 https://git.launchpad.net/~pcsx2-team/pcsx2-github-mirror/+git/shaderc

Branch merges

Branch information

Recent commits

a3988fe... by Steven Perron <email address hidden>

Use android ndk r25

We currently use R21 of the Android NDK for our tests. There have been
to LTS release since that one, and we do not expect people to use it
anymore. Also, it contains Python 2.7, not Python3. The python scripts
in SPIR-V Tools expect Python 3, so we have to update.

We chose the latest LTS release.

e31c4c2... by David Neto <email address hidden>

Update all DEPS except re2

SPIRV-Tools, SPIRV-Headers support SPV_KHR_cooperative_matrix

4dc596d... by David Neto <email address hidden>

Build libshaderc_combined for all ABIs (#1334)

95ea3c9... by David Neto <email address hidden>

Increase Android API level for test project (#1333)

Fixes: #1332

bef0e39... by David Neto <email address hidden>

Document dependency on Abseil (#1330)

efb2de3... by Steven Perron <email address hidden>

Add abseil as a dep (#1329)

The latest version of RE2 depends on Abseil. This add Abseil as a dep
for shaderc, and updates RE2 to make sure it works.

This is needed to fix the spirv-tools smoke test.

894b1c3... by David Neto <email address hidden>

Start Shaderc v2023.5-dev

45b735d... by David Neto <email address hidden>

Finalize Shaderc v2023.4

828bd10... by David Neto <email address hidden>

Update dependencies

Glslang GitHub main on 2023-05-24
SPIRV-Tools v2023.3.rc1
SPIRV-Headers GitHub main on 2023-05-24

f9eb1c7... by David Neto <email address hidden>

kokoro: convert ndk-build to use docker

Google internal bug b/279225905