mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-07 19:58:32 +09:00
[Chore] (trace-replay): document bliss ANGLE workaround
This commit is contained in:
@@ -341,6 +341,8 @@ jobs:
|
||||
run: |
|
||||
apk_file="$(find android-retrace-apks -name '${{ matrix.backend.apk }}' -print -quit)"
|
||||
extra_retrace_args=()
|
||||
# Bliss-specific workaround: this trace needs the newer ANGLE build
|
||||
# plus sampler mipmap min-filter downgrading on ANGLE llvmpipe.
|
||||
if [ "${{ matrix.backend.name }}" = "DirectGLES" ] && [ "${{ matrix.case.name }}" = "minecraft-1.21.4-fabric-iris-bliss-in-world" ]; then
|
||||
angle_override_dir="${RUNNER_TEMP}/mobilegl-angle-bliss-x86_64"
|
||||
angle_override_commit="bdcc96ac11c79001018ae4375eb73cb54a9f682f"
|
||||
|
||||
Reference in New Issue
Block a user