main fec6506e24fb cached
46 files
150.2 KB
45.0k tokens
1 requests
Download .txt
Repository: MobileGL-Dev/MobileGlues-release
Branch: main
Commit: fec6506e24fb
Files: 46
Total size: 150.2 KB

Directory structure:
gitextract_8i_1rf18/

├── .github/
│   ├── ISSUE_TEMPLATE/
│   │   └── bug_report.md
│   └── workflows/
│       └── format-pull-request.yml
├── .prettierrc.yml
├── CompatibleMods.md
├── CompatibleShaders.md
├── DeviceReports/
│   ├── 22041216UC.md
│   ├── 22081212C.md
│   ├── 23113RKC6C.md
│   ├── 23127PN0CC.md
│   ├── BKY-W00.md
│   ├── BKY-W10.md
│   ├── BRT-W09.md
│   ├── DW99.md
│   ├── OdinLite.md
│   ├── PA2373.md
│   ├── PCAM10.md
│   ├── PD2183.md
│   ├── PD2405.md
│   ├── PDYM20.md
│   ├── PGW110.md
│   ├── PHJ110.md
│   ├── PJZ110.md
│   ├── RMX3852.md
│   ├── RedmiK60-shaders-report.md
│   ├── RedmiK60.md
│   ├── TAS-AN00.md
│   ├── TDT-MA01.md
│   ├── V2054A.md
│   ├── cmi.md
│   ├── corot.md
│   ├── dada.md
│   ├── e1sxeea.md
│   ├── kebab.md
│   ├── liuqin.md
│   ├── lmipro.md
│   ├── marble.md
│   ├── peridot.md
│   ├── raphael.md
│   ├── sagit.md
│   └── tucana.md
├── ModSupportMatrix.md
├── README.md
├── README_CHT.md
├── README_CN.md
├── README_JP.md
└── ShaderSupportMatrix.md

================================================
FILE CONTENTS
================================================

================================================
FILE: .github/ISSUE_TEMPLATE/bug_report.md
================================================
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Config**

- Device: [e.g. OnePlus 13]
- OS: [e.g. Android 15]
- SoC: [e.g. 8 Elite / SM8750]
- GPU: [e.g. Adreno 830]
- Launcher [e.g. FCL 1.2.0.7]
- MobileGlues Version [e.g. 1.0.5]
- Minecraft Version [e.g. 1.21.4]
- Mod Loader [e.g. Fabric 0.6.7]
- Shaderpack in use [e.g. BSL 8.4]
- Mods list

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Logs**
If applicable, provide logs to help us identify the problem. (crashlog/latest.log/hs_err_xxx.log/mg.log)

**Additional context**
Add any other context about the problem here.


================================================
FILE: .github/workflows/format-pull-request.yml
================================================
name: Format docs on PR with Prettier

on:
  pull_request:
    branches: [main]

jobs:
  format:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
        with:
          submodules: 'recursive'

      - name: Setup Node.js
        uses: actions/setup-node@v3
        with:
          node-version: '22'

      - name: Install dependencies
        run: npm i -g prettier

      - name: Format code with Prettier
        run: npx prettier -cw .

      - uses: pre-commit-ci/lite-action@v1.1.0
        if: always()
        with:
          msg: 'style: :rotating_light: auto fix [skip ci]'


================================================
FILE: .prettierrc.yml
================================================
printWidth: 88
semi: false
singleQuote: true
trailingComma: all


================================================
FILE: CompatibleMods.md
================================================
<!-- markdownlint-disable MD033 -->

> [!WARNING]
>
> The compatible mods listed in this document are **based on testing results at the time** and do **not constitute any guarantee or promise**.
>
> Actual compatibility may vary depending on device, OpenGL ES driver, or other factors.
>
> No official support should be expected from the authors or developers, and all usage is at your own risk.

# Compatible Mods

- Sodium (Fabric) / Embeddium (NeoForge)
- Iris / OptiFine <sup>1</sup>
- Indium
- Distant Horizon
- JourneyMap
- Xaero's Minimap
- Xaero's World Map (has color issues under 0.5x zoom)
- Create 0.5.1j (Fabric / NeoForge, with flywheel batching/instancing backend supported <sup>2</sup>)
- Timeless and Classics Zero (aka. TaCZ, Fabric)
- Physics Mod
- More to discover...<sup>3</sup>

<sup>1</sup> Regarding shader compatibility, please refer to [CompatibleShaders.md](https://github.com/Swung0x48/MobileGlues-release/blob/main/CompatibleShaders.md)

<sup>2</sup> Some Mali GPUs may have rendering issues with Create's flywheel instancing backend. This is caused by a bug in Mali's ES driver. If you encounter rendering issues, please turn on ANGLE in MobileGlues app and restart launcher, or switch to other backends (using `/flywheel backend batching` or `/flywheel backend none`).

<sup>3</sup> Most of the mods that work on desktop should work on MobileGlues, but some mods may not work due to the immature status of this renderer and/or there's bugs/missing extensions in the underlying ES driver.

There can also be mods that contains native libraries that won't work on mobile platforms, but not related to renderer issues.

If you encounter any issues, please report them to the MobileGlues team, through issue of this repository, or contact the author of the launcher of your choice.


================================================
FILE: CompatibleShaders.md
================================================
<!-- markdownlint-disable MD033 -->

> [!WARNING]
> 
> ⚠️ **Disclaimer:** This compatibility list is based on testing conducted on **March 14, 2025**.  
> Shader packs and rendering engines (Iris/Sodium) are frequently updated — as a result, **some information listed above may no longer be accurate**.  
> Please verify shader functionality using the latest versions before relying on this list.

# Compatible Shaders

|             **Shader**              | **Compatibility** | **Path Tracing** | **Realtime Shadows** | **Water Reflections** | **PBR Textures** |                   **Requirements**                    |                                           **Notes**                                           |
| :---------------------------------: | :---------------: | :--------------: | :------------------: | :-------------------: | :--------------: | :---------------------------------------------------: | :-------------------------------------------------------------------------------------------: |
|             **Sundial**             |        ✅         |        ✅        |          ⚠️          |          ✅           |        ❌        |                         ANGLE                         |                               PCSS is ALWAYS causing an issue.                                |
|         **SEUS PTGI HRR 3**         |        ✅         |        ✅        |          ❌          |          ✅           |        ✅        |                         ANGLE                         |                       Some rendering resolutions are causing an issue.                        |
|        **iterationT 3.2.0**         |        ✅         |       N/A        |          ✅          |          ✅           |        ✅        |                         None                          |                         Variable Penumbra Shadow is causing an issue.                         |
|         **Derivative Main**         |        ✅         |       N/A        |          ✅          |          ✅           |        ✅        | ARB_compute_shader and Ignoring shader/program error. |                                                                                               |
|          **Photon Shader**          |        ✅         |       N/A        |          ✅          |          ✅           |        ✅        |                         None                          | Colored Lights doesn't work. Bloom is causing a serious rendering problem without Adreno-GPU. |
|     **Chocapic13 V9.1 Extreme**     |        ✅         |       N/A        |          ✅          |          ✅           |        ✅        |                         None                          |                           Rendering of the player's hand is broken.                           |
|       **Chocapic13 V6 Lite**        |        ✅         |       N/A        |          ✅          |          ✅           |        ✅        |                         None                          |                                                                                               |
| **Chocapic13 No Shadows V1.0 High** |        ✅         |       N/A        |         N/A          |          ✅           |       N/A        |                         None                          |                                                                                               |
|              **Bliss**              |        ✅         |       N/A        |          ✅          |          ✅           |       N/A        |                         None                          |                                                                                               |
|        **MakeUp-UltraFast**         |        ✅         |       N/A        |          ✅          |          ✅           |       N/A        |                         None                          |                                                                                               |
|               **BSL**               |        ✅         |       N/A        |          ✅          |          ✅           |        ✅        |                         None                          |                                                                                               |
|            **SEUS-V11**             |        ✅         |       N/A        |          ✅          |          ✅           |        ✅        |                         None                          |                                                                                               |
|          **SEUS-DAZZLING**          |        ✅         |       N/A        |          ✅          |          ✅           |        ✅        |                         None                          |                                                                                               |
|      **Complementary Shaders**      |        ✅         |       N/A        |          ✅          |          ✅           |        ✅        |                         None                          |                                                                                               |
| **Complementary Shaders - Unbound** |        ✅         |       N/A        |          ✅          |          ✅           |        ✅        |                         None                          |                                                                                               |
|             **Exposa**              |        ✅         |       N/A        |          ✅          |          ✅           |        ✅        |                         None                          |                                                                                               |
|       **BeyondBeliefLegacy**        |        ✅         |       N/A        |          ✅          |          ✅           |        ✅        |                         None                          |                                                                                               |
|           **VanillaPlus**           |        ✅         |       N/A        |          ✅          |          ✅           |        ✅        |                         None                          |                                                                                               |
|           **projectLUMA**           |        ✅         |       N/A        |          ✅          |          ✅           |        ✅        |                         None                          |                                                                                               |
|        **Aurora’s Shaders**         |        ✅         |       N/A        |          ✅          |          ✅           |        ✅        |                         None                          |                                                                                               |
|          **Continuum-1.3**          |        ✅         |       N/A        |          ✅          |          ✅           |        ✅        |                         None                          |                                   PCSS is causing an issue.                                   |
|            **Nostalgia**            |        ✅         |       N/A        |          ✅          |          ✅           |        ✅        |                         None                          |                                                                                               |
|     **Open4Es-Shader-Android**      |        ✅         |       N/A        |          ✅          |          N/A          |       N/A        |                         None                          |                                                                                               |
|        **Miniature Shader**         |        ✅         |       N/A        |          ✅          |          ✅           |       N/A        |                         None                          |                                                                                               |
|          **PotatoShaders**          |        ✅         |       N/A        |         N/A          |          N/A          |        ✅        |                         None                          |                                                                                               |
|              **Ymir**               |        ✅         |       N/A        |          ✅          |          ✅           |       N/A        |                         None                          |                                                                                               |
|             **Vector**              |        ✅         |       N/A        |         N/A          |          N/A          |        ✅        |                         None                          |                                                                                               |

<sup>1</sup> **Testing Version:** Minecraft 1.21.1, Sodium 0.6.5, Iris 1.8.1

<sup>2</sup> **Testing Device:** Redmi K70 Pro, HyperOS 2, Snapdragon® 8 Gen 3 Mobile Platform, Adreno 750


================================================
FILE: DeviceReports/22041216UC.md
================================================
<!-- markdownlint-disable MD033 -->

# Xiaomi Redmi Note 11T Pro + (22041216UC)

## Device Info

- **SoC**: MediaTek Dimensity 8100
- **GPU**: Mali-G610 MC6
- **OS**: Android 14

## MobileGlues version tested

1.1.0.1

## Mod compatibility

| **Mod**           | **Status** |
| ----------------- | ---------- |
| Sodium            | ✅(0.6.10) |
| Sodium Extra      | ✅(0.6.1)  |
| Iris              | ✅(1.8.8)  |
| Indium            | ?          |
| Lithium           | ✅(0.14.8) |
| ModernFix         | ✅(5.20.3) |
| Distant Horizon   | ?          |
| Xaero's Minimap   | ✅(25.0.0) |
| Xaero's World Map | ✅(1.39.2) |
| Create            | ?          |
| TaCZ              | N/A        |
| Modern UI         | ?          |

## Shaderpack compatibility

| **Shaderpack**          | **ShaderLoader** | **Status**                          |
| ----------------------- | ---------------- | ----------------------------------- |
| BSL                     | Iris 1.8.8       | ✅(8.4.02.1, all presets)           |
| Chocapic13 V6 Lite      | Iris 1.8.8       | ✅                                  |
| MakeUp-UltraFast        | Iris 1.8.8       | \*️⃣(9.1c)<sup>1</sup>               |
| Photon                  | Iris 1.8.8       | ❌No effect(v1.1)                   |
| iterationT              | Iris 1.8.8       | \*️⃣(3.2.0)<sup>2</sup>              |
| SEUS PTGI HRR3          | Iris 1.8.8       | ❌No effect                         |
| BSLex\_(BSL_Edit)       | Iris 1.8.8       | \*️⃣(V7.1.2)                         |
| Kappa                   | Iris 1.8.8       | \*️⃣(v5.3)<sup>3</sup>               |
| Redhat                  | Iris 1.8.8       | ✅(v34.3)                           |
| Sildurs Vibrant Shaders | Iris 1.8.8       | \*️⃣(Almost all version)<sup>4</sup> |

## Notes

<sup>1</sup> MakeUp-UltraFast no shadows when configured as medium.
<sup>2</sup> iterationT 3.2.0 rendering issues such as no cloud.
<sup>3</sup> Kappa clouds, water, sun, shadows, etc. Render error.
<sup>4</sup> Sildurs Vibrant Shaders there are many rendering problems such as the sky being black.


================================================
FILE: DeviceReports/22081212C.md
================================================
<!-- markdownlint-disable MD033 -->

# Xiaomi Redmi K50 Ultra (22081212C)

## Device Info

- **SoC**: Snapdragon 8+ Gen 1 (SM8475)
- **GPU**: Adreno (TM) 730
- **OS**: Android 14

## MobileGlues version tested

1.1.0.1

## Mod compatibility

| **Mod**           | **Status**         |
| ----------------- | ------------------ |
| Sodium            | ✅(0.6.10)         |
| Iris              | ✅(1.8.8)          |
| Indium            | ✅(1.0.34)         |
| Distant Horizon   | ✅(2.2.1-a)        |
| Xaero's Minimap   | ✅(25.0.0)         |
| Xaero's World Map | ✅(1.39.2)         |
| Create            | ✅(fabric-0.5.1-j) |
| TaCZ              | ✅(1.0.2)          |
| Modern UI         | ✅(3.11.1.6)       |

## Shaderpack compatibility

| **Shaderpack**     | **ShaderLoader** | **Status**             |
| ------------------ | ---------------- | ---------------------- |
| BSL                | Iris 1.8.8       | ✅(8.4, all presets)   |
| Chocapic13 V6 Lite | Iris 1.8.8       | ✅                     |
| MakeUp-UltraFast   | Iris 1.8.8       | ✅(9.1c, all presets)  |
| Photon             | Iris 1.8.8       | ❌(v1.1)               |
| iterationT         | Iris 1.8.8       | ✅(3.2.0, all presets) |
| SEUS PTGI HRR3     | Iris 1.8.8       | ✅<sup>1</sup>         |

## Notes

<sup>1</sup> N/A


================================================
FILE: DeviceReports/23113RKC6C.md
================================================
<!-- markdownlint-disable MD033 -->

# Xiaomi Redmi K70 (23113RKC6C)

## Device Info

- **SoC**: Qualcomm Snapdragon 8 Gen 2 (SM8550)
- **GPU**: Adreno (TM) 740
- **OS**: Android 15

## MobileGlues version tested

1.1.0.1

## Mod compatibility

| **Mod**           | **Status**         |
| ----------------- | ------------------ |
| Sodium            | ✅(0.5.13)         |
| Iris              | ✅(1.7.6)          |
| Indium            | ✅(1.0.36)         |
| Distant Horizon   | ❌(2.2.1-a)        |
| Xaero's Minimap   | ✅(25.1.0)         |
| Xaero's World Map | ✅(1.39.4)         |
| Create            | ✅(fabric-0.5.1-j) |
| TaCZ              | ✅(1.0.2-hotfix3)  |
| Modern UI         | ✅(3.11.1.6)       |

## Shaderpack compatibility

| **Shaderpack**        | **ShaderLoader** | **Status**               |
| --------------------- | ---------------- | ------------------------ |
| BSL                   | Iris 1.7.6       | ✅(8.4.02.2)             |
| Chocapic13 V9_High    | Iris 1.7.6       | ✅                       |
| MakeUp-UltraFast      | Iris 1.7.6       | ✅(9.1c)                 |
| Photon                | Iris 1.7.6       | ✅(v1.1)                 |
| iterationT            | Iris 1.7.6       | ✅(3.2.0)                |
| ComplementaryReimaged | iris 1.7.6       | \*️⃣(r5.4,无任何效果)     |
| ComplementaryUnbound  | iris 1.7.6       | \*️⃣(r5.4,无任何效果)     |
| Derivative Main       | iris 1.7.6       | \*️⃣(d24.4.14,无任何效果) |
| SEUS PTGI HRR3        | Iris 1.7.6       | ❌                       |

## Notes

<sup>1</sup> SEUS PTGI HRR3 requires enabling ANGLE to work properly.


================================================
FILE: DeviceReports/23127PN0CC.md
================================================
<!-- markdownlint-disable MD033 -->

# Xiaomi 14 (23127PN0CC)

## Device Info

- **SoC**: Snapdragon 8 Gen 3 (SM8650)
- **GPU**: Adreno (TM) 750
- **OS**: Android 15

## MobileGlues version tested

1.1.0.1

## Mod compatibility

| **Mod**           | **Status**    |
| ----------------- | ------------- |
| Sodium            | ✅(0.6.3)     |
| Iris              | ✅(1.8.3)     |
| Indium            | ✅(1.0.35)    |
| Distant Horizon   | ?             |
| Xaero's Minimap   | ✅(25.1.0)    |
| Xaero's World Map | ✅(1.39.4)    |
| Create            | ?             |
| TaCZ              | ?             |
| Modern UI         | ✅(3.11.1.11) |

## Shaderpack compatibility

| **Shaderpack**     | **ShaderLoader** | **Status**                         |
| ------------------ | ---------------- | ---------------------------------- |
| BSL                | Iris 1.8.3       | ✅(8.4, all presets)               |
| Chocapic13 V6 Lite | Iris 1.8.3       | ✅                                 |
| MakeUp-UltraFast   | Iris 1.8.3       | ✅(9.1c, all presets)              |
| Photon             | Iris 1.8.3       | ✅(v1.1)                           |
| iterationT         | Iris 1.8.3       | ✅(3.2.0, all presets)             |
| SEUS PTGI HRR3     | Iris 1.8.3       | \*️⃣ 水反有部分色彩错误<sup>1</sup> |

## Notes

<sup>1</sup> SEUS PTGI HRR3 requires enabling ANGLE to work properly.


================================================
FILE: DeviceReports/BKY-W00.md
================================================
# Huawei MatePad Air 12 (BKY-W00)

## Device Info

- **SoC**: Kirin T90A
- **GPU**: Maleoon 910
- **OS**: Android 12

## MobileGlues version tested

1.1.0.1

## Mod compatibility

| **Mod**           | **Status** |
| ----------------- | ---------- |
| Sodium            | ✅(0.6.5)  |
| Iris              | \*️⃣(1.8.1) |
| Xaero's Minimap   | ✅(25.1.0) |
| Xaero's World Map | ✅(1.39.4) |

## Shaderpack compatibility

| **Shaderpack**     | **ShaderLoader** | **Status**                      |
| ------------------ | ---------------- | ------------------------------- |
| BSL                | optifine HD_U_J1 | ✅(8.4, all presets)            |
| BSLClassic         | optifine HD_U_J1 | ✅(8.4, all presets)            |
| Lux                | optifine HD_U_J1 | ✅(v1.1, all presets)           |
| Photon             | optifine HD_U_J1 | \*️⃣(v1.1,黑)                    |
| iterationT         | optifine HD_U_J1 | \*️⃣(3.2.0,黑)                   |
| Chocapic13 V6 Lite | optifine HD_U_J1 | ✅                              |
| RedHat             | optifine HD_U_J1 | \*️⃣(v34.3,水体、远处阴影不正常) |

## Notes

N/A.


================================================
FILE: DeviceReports/BKY-W10.md
================================================
# Huawei MatePad Air 2024(BKY-W10)

## Device Info

- **SoC**: Kirin T90
- **GPU**: Maleoon 910
- **OS**: Android 12

## MobileGlues version tested

1.1.0.1

## Minecraft version tested

1.21.4

## Mod compatibility

| **Mod**           | **Status**                 |
| ----------------- | -------------------------- |
| Fabric API        | ✅(0.118.0+1.21.4)         |
| Sodium            | ✅(Fabric-0.6.10+mc1.21.4) |
| Iris              | ️✅(Fabric-1.8.8+mc1.21.4) |
| Xaero's Minimap   | ✅(25.1.0_Fabric_1.21.4)   |
| Xaero's World Map | ✅(1.39.4_Fabric_1.21.4)   |

## Shaderpack compatibility

| **Shaderpack** | **ShaderLoader**           | **Status**                                                              |
| -------------- | -------------------------- | ----------------------------------------------------------------------- |
| BSL            | iris Fabric-1.8.8+mc1.21.4 | \*️⃣(8.4.02.2, 仅渲染原版天空颜色,云层、水面、方块、实体、阴影均不渲染) |
| Lux            | iris Fabric-1.8.8+mc1.21.4 | \*️⃣(v1.1, 仅渲染原版天空颜色,云层、水面、方块、实体、阴影均不渲染)     |
| RedHat         | iris Fabric-1.8.8+mc1.21.4 | \*️⃣(v34.3,仅渲染原版天空颜色,云层、水面、方块、实体、阴影均不渲染)     |
| Solas          | iris Fabric-1.8.8+mc1.21.4 | \*️⃣(v2.6,仅渲染原版天空颜色,云层、水面、方块、实体、阴影均不渲染)      |
| MakeUp         | iris Fabric-1.8.8+mc1.21.4 | \*️⃣(v9.1c,仅渲染原版天空颜色,云层、水面、方块、实体、阴影均不渲染)     |

## Notes

N/A.


================================================
FILE: DeviceReports/BRT-W09.md
================================================
<!-- markdownlint-disable MD033 MD036 -->

# HONOR ViewPad 7 Pro (BRT-W09)

## Device Info

- **SoC**: MediaTek Kompanio 1300T
- **GPU**: Mali G77 MC9
- **OS**: Android 12

## MobileGlues version tested

1.1.0.1

## Mod compatibility

| **Mod**           | **Status**     |
| ----------------- | -------------- |
| Sodium            | ✅(0.6.10)     |
| Iris              | ✅(1.8.8)      |
| Xaero's Minimap   | ✅(25.1.0)     |
| Xaero's World Map | ✅(1.39.4)     |
| ModernUI          | \*️⃣(3.11.1.11) |

## Shaderpack compatibility

| **Shaderpack**             | **ShaderLoader** | **Status**                                              |
| -------------------------- | ---------------- | ------------------------------------------------------- |
| BSL                        | Iris             | \*️⃣(8.4.02.2, low)(~20fps)                              |
| BSLClassic                 | Iris             | ✅(8.4.02.2, Low)(~30fps)                               |
| Lux                        | Iris             | ✅(v1.1, Low)(10fps)                                    |
| Photon                     | Iris             | \*️⃣(v1.1, High)(bellow 10fps)(Render error)(unplayable) |
| Chocapic13 V9              | Iris             | ❎(failed to load)                                      |
| Chocapic13 HighPerformance | Iris             | ❎(always white screen)                                 |
| RedHat                     | Iris             | \*️⃣(v34.3, Low)(10~14fps)(Render issue)                 |
| MakeUp-UltraFast           | Iris             | ✅(9.1c)(bellow 20fps,Low profile)                      |
| Complementary Reimagined   | Iris             | ❎(r5.4)(can not load)(with log)                        |
| Complementary Unbound      | Iris             | ❎(r5.4)(can not load)(with log)                        |
| Kappa                      | Iris             | \*️⃣(v5.3)(bellow 10fps)(Render error)(unplayable)       |
| PotatoShaders              | Iris             | \*️⃣(v1.0d)(18~30fps)(Render issue)                      |
| Tea                        | Iris             | \*️⃣(v2.0.0-dev7)(semi-solid 30fps)(Render issue)        |

## Notes

### ModernUI

1. Works fine but have a major performance <!--Genshin--> impact.
2. Can't load a lot of fonts which causes log spam.

### BSL Shader

Cloud&shadow error

![BSL](../assets/shaderpack_screenshot/BRT-W09/BSL.jpg)

### BSL Classic

Shadow error

![BSL Classic](../assets/shaderpack_screenshot/BRT-W09/BSL%20Classic.jpg)

### Photon

![Photon](../assets/shaderpack_screenshot/BRT-W09/Photon.jpg)

_Are U playing a Sci-fi game?_

### RedHat

1. double cloud

   ![RedHat](../assets/shaderpack_screenshot/BRT-W09/RedHat.jpg)

2. selective-transparent glass

   ![RedHat2](../assets/shaderpack_screenshot/BRT-W09/RedHat2.jpg)

   _but it deserves her name:"tinted glass"_

3. ![RedHat3](../assets/shaderpack_screenshot/BRT-W09/RedHat3.jpg)

4. RedHat Enterprise Linux

### Complementary Reimagined r5.4 & Complementary Unbound r 5.4

```glsl
deferred1.vsh: deferred1.vsh: 0:2: P0003: Extension 'GL_NV_shader_noperspective_interpolation' not supported
0:116: L0003: Keyword 'noperspective' is reserved
```

### Kappa

![Kappa2](../assets/shaderpack_screenshot/BRT-W09/Kappa2.jpg)

_Sir, I'm afraid you have limited eyesight._

![Kappa](../assets/shaderpack_screenshot/BRT-W09/Kappa.jpg)

_MC Projekt Red_

### PotatoShader

1. ![PotatoShader](../assets/shaderpack_screenshot/BRT-W09/PotatoShader.jpg)
​ _胜ち取りたいものもない_
   <iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=330 height=86 src="//music.163.com/outchain/player?type=2&id=513363028&auto=1&height=66"></iframe>

2. random reflection <!--NVIDIA Reflex-->

   ![PotatoShader2](../assets/shaderpack_screenshot/BRT-W09/PotatoShader2.jpg)

3. Limited eyesight
   ![PotatoShader3](../assets/shaderpack_screenshot/BRT-W09/PotatoShader3.jpg)

4. [There Must Something in the water](https://music.163.com/#/song?id=1834260605)

   ![PotatoShader4](../assets/shaderpack_screenshot/BRT-W09/PotatoShader4.jpg)

### Tea

_It supposed to be a vanilla-like shader plus extra tweaks_

![Tea](../assets/shaderpack_screenshot/BRT-W09/Tea.jpg)


================================================
FILE: DeviceReports/DW99.md
================================================
# HESC TK Watch (DW99)

## Device Info

- **SoC**: SC9832E
- **GPU**: Mali-T820 MP1
- **OS**: Android 8.1

## MobileGlues version tested

1.1.0.1

## Mod compatibility

| **Mod**                 | **Status**        |
| ----------------------- | ----------------- |
| Sodium                  | ✅(0.5.13)        |
| Iris                    | ✅(1.7.6)         |
| Distant Horizons        | ✅(2.2.1-a)       |
| Modern UI               | ✅(3.11.1.6)      |
| Entity Texture Features | ✅(6.2.9)         |
| Indium                  | ✅(1.0.36)        |
| Xaero's Minimap         | ✅(25.1.0)        |
| Xaero's World Map       | ✅(1.39.4)        |
| Create                  | ✅(0.5.1-j)       |
| TaCZ                    | ✅(1.0.2-hotfix3) |

## Shaderpack compatibility

| **Shaderpack** | **ShaderLoader** | **Status**             |
| -------------- | ---------------- | ---------------------- |
| BSL            | Iris 1.7.6       | \*️⃣(8.4, 方块无法渲染) |

## Notes


================================================
FILE: DeviceReports/OdinLite.md
================================================
# aya Odin Lite (OdinLite)

## Device Info

- **SoC**: Dimensity 900
- **GPU**: Mali-G68 MC4
- **OS**: Android 11

## MobileGlues version tested

1.1.0.1

## Mod compatibility

| **Mod**           | **Status** |
| ----------------- | ---------- |
| Sodium            | ✅(0.6.9)  |
| Iris              | ✅(1.8.8)  |
| Xaero's Minimap   | ✅(25.1.0) |
| Xaero's World Map | ✅(1.39.4) |

## Shaderpack compatibility

| **Shaderpack** | **ShaderLoader** | **Status**                |
| -------------- | ---------------- | ------------------------- |
| BSL            | Iris 1.7.2       | ✅(8.4.02.1, all presets) |

## Notes

N/A


================================================
FILE: DeviceReports/PA2373.md
================================================
<!-- markdownlint-disable MD033 -->

# Vivo Pad2 (PA2373)

## Device Info

- **SoC**: MediaTek Dimensity 9000 (MT8798)
- **GPU**: Mali-G710 MC10
- **OS**: Android 14

## MobileGlues version tested

1.1.0.1

## Mod compatibility

| **Mod**                 | **Status**    |
| ----------------------- | ------------- |
| Sodium                  | ✅(0.6.10)    |
| Iris                    | ✅(1.8.8)     |
| Xaero's Minimap         | ✅(25.1.0)    |
| Xaero's World Map       | ✅(1.39.4)    |
| Entity Texture Features | ✅(0.6.2.10)  |
| Modern UI               | ✅(3.11.1.11) |
| Continuity              | ✅(3.0.0)     |
| Jade                    | ✅(17.2.2)    |
| Inventory HUD+          | ✅3.4.27      |

## Shaderpack compatibility

| **Shaderpack**   | **ShaderLoader** | **Status**                |
| ---------------- | ---------------- | ------------------------- |
| BSL              | Iris 1.7.2       | ✅(8.4.02.2, all presets) |
| MakeUp-UltraFast | Iris 1.7.2       | ✅(9.1c, all presets)     |

## Notes

<sup>1</sup> N/A


================================================
FILE: DeviceReports/PCAM10.md
================================================
<!-- markdownlint-disable MD033 -->

# Oppo A9 (PCAM10)

## Device Info

- **SoC**: MediaTek Helio P70 (MT6771T)
- **GPU**: Mali-G72 MP3
- **OS**: Android 11

## MobileGlues version tested

1.1.0.1

## Mod compatibility

| **Mod**                 | **Status**    |
| ----------------------- | ------------- |
| Sodium                  | ✅(0.6.10)    |
| Iris                    | ✅(1.8.8)     |
| Xaero's Minimap         | ✅(25.0.0)    |
| Xaero's World Map       | ✅(1.39.2)    |
| Entity Texture Features | ✅(6.2.10)    |
| Modern UI               | ✅(3.11.1.11) |
| Continuity              | ✅(3.0.0)     |
| Jade                    | ✅(17.2.2)    |
| Inventory HUD+          | ✅(3.4.27)    |

## Shaderpack compatibility

| **Shaderpack**          | **ShaderLoader** | **Status**                |
| ----------------------- | ---------------- | ------------------------- |
| BSL                     | Iris 1.8.8       | ✅(8.4.02.2, all presets) |
| Chocapic13              | Iris 1.8.8       | \*️⃣(V6 Lite, all presets) |
| ComplementaryReimagined | Iris 1.8.8       | ✅(r5.4, High)            |
| ComplementaryUnbound    | Iris 1.8.8       | ✅(r5.4, High)            |
| photon                  | Iris 1.8.8       | \*️⃣(v1.1, High)           |
| MakeUp-UltraFast        | Iris 1.8.8       | ✅(9.1c, high)            |
| iterationT              | Iris 1.8.8       | \*️⃣(3.2.0, High)          |
| SEUS PTGI HRR3          | Iris 1.8.8       | ❌<sup>\*</sup>           |

# Shaderpack Screenshot

- BSL v8.4.02.1  
  ![BSL v8.4.02.1](/assets/shaderpack_screenshot/PCAM10/BSL_v8.4.02.2.jpg)
- Chocapic13 V6 Lite  
  ![Chocapic13%20V6%20Lite](/assets/shaderpack_screenshot/PCAM10/Chocapic13%20V6%20Lite.jpg)
- ComplementaryReimagined r5.4  
  ![ComplementaryReimagined](/assets/shaderpack_screenshot/PCAM10/ComplementaryReimagined_r5.4.png)
- ComplementaryUnbound r5.4  
  ![ComplementaryUnbound](/assets/shaderpack_screenshot/PCAM10/ComplementaryUnbound_r5.4.jpg)
- photon v1.1
  ![photon v1.1](/assets/shaderpack_screenshot/PCAM10/photon_v1.1.png)
- MakeUp-UltraFast 9.1c  
  ![MakeUp-UltraFast 9.1c](/assets/shaderpack_screenshot/PCAM10/MakeUp-UltraFast%209.1c.png)
- iterationT 3.2.0
  ![iterationT 3.2.0](/assets/shaderpack_screenshot/PCAM10/iterationT_3.2.0.png)

## Notes

<sup>1</sup> All tested shader packs require the use of ANGLE.


================================================
FILE: DeviceReports/PD2183.md
================================================
<!-- markdownlint-disable MD033 -->

# ViVO x80 (PD2183)

## Device Info

- **SoC**: MediaTek Dimensity 9000 (MT6983)
- **GPU**: Mali-G710 MC10
- **OS**: Android 15

## MobileGlues version tested

1.1.0.1

## Mod compatibility

| **Mod**           | **Status**         |
| ----------------- | ------------------ |
| Sodium            | ✅(0.6.9)          |
| Iris              | ✅(1.8.8)          |
| Indium            | ✅(1.0.34)         |
| Distant Horizon   | ✅(2.3.0-b)        |
| Xaero's Minimap   | ✅(25.1.0)         |
| Xaero's World Map | ✅(1.39.4)         |
| Create            | ✅(Neoforge-6.0.2) |
| TaCZ              | ✅(1.0.2)          |
| Modern UI         | ✅(3.11.1.6)       |

## Shaderpack compatibility

| **Shaderpack**        | **ShaderLoader** | **Status**                      |
| --------------------- | ---------------- | ------------------------------- |
| BSL                   | Iris 1.8.8       | ✅(8.4, all presets)            |
| ComplementaryReimaged | Iris 1.8.8       | ✅(5.4 all presets)             |
| ComplementaryUnbound  | Iris 1.8.8       | ✅(5.4 all presets)             |
| Chocapic13 V6 Lite    | Iris 1.8.8       | ✅                              |
| Derivative Main       | Iris 1.8.8       | ✅(2.0 all presets)<sup>3</sup> |
| MakeUp-UltraFast      | Iris 1.8.8       | ✅(9.1c, all presets)           |
| Photon                | Iris 1.8.8       | ❌(all versions)                |
| iterationT            | Iris 1.8.8       | ✅(3.2.0, all presets)          |
| SEUS PTGI HRR3        | Iris 1.8.8       | ✅<sup>1</sup>                  |
| Sundial Dev Build     | Iris 1.8.8       | ✅<sup>2</sup>                  |

## Notes

<sup>1</sup> SEUS PTGI HRR3 requires enabling ANGLE to work properly.
<sup>2</sup> Sundial Dev Build requires using versions after 2024-07-01 and requires enabling ANGLE to work properly.
<sup>3</sup> Derivative main 2.0 requires enabling ANGLE,Enable incomplete OpenGL43 extension and Enable incomplete ARB_compute_shader extension to work properly


================================================
FILE: DeviceReports/PD2405.md
================================================
<!-- markdownlint-disable MD033 -->

# vivo X200 Pro (PD2405)

## Device Info

- **SoC**: Dimensity 9400
- **GPU**: Mali-G925-Immortalis MC12
- **OS**: Android 15

## MobileGlues version tested

1.1.0.1

## Mod compatibility

| **Mod**           | **Status**                    |
| ----------------- | ----------------------------- |
| Sodium            | ✅(0.5.11)                    |
| Iris              | ✅(1.7.5)                     |
| Indium            | ✅(1.0.36)                    |
| Xaero's Minimap   | ✅(25.0.0)                    |
| Xaero's World Map | ✅(1.39.4)                    |
| Create            | ✅(fabric-0.5.1-j)<sup>1<sup> |
| TaCZ              | ✅(1.0.2)                     |

## Shaderpack compatibility

TBD.

## Notes

<sup>1</sup> Flywheel instancing backend requires ANGLE, or problems in Mali's drivers can cause visual artifacts.


================================================
FILE: DeviceReports/PDYM20.md
================================================
<!-- markdownlint-disable MD033 -->

# Oppo A72 5G (PDYM20)

## Device Info

- **SoC**: MediaTek Dimensity 720 (MT6853)
- **GPU**: Mali-G57 MC3
- **OS**: Android 12

## MobileGlues version tested

1.1.0.1

## Mod compatibility

| **Mod**           | **Status**  |
| ----------------- | ----------- |
| Sodium            | ✅(0.5.13)  |
| Distant Horizon   | ✅(2.2.1-a) |
| Xaero's Minimap   | ✅(25.0.1)  |
| Xaero's World Map | ✅(1.39.4)  |

## Shaderpack compatibility

| **Shaderpack**     | **ShaderLoader** | **Status**         |
| ------------------ | ---------------- | ------------------ |
| BSL                | Iris 1.8.8       | ✅(8.4)            |
| Chocapic13 V6 Lite | Iris 1.8.8       | ✅                 |
| MakeUp-UltraFast   | Iris 1.8.8       | ✅(9.1c)           |
| Photon             | Iris 1.8.8       | \*️⃣(v1.1,无法渲染) |
| iterationT         | Iris 1.8.8       | ✅(3.2.0)          |

## Notes

全部光影/模组仅在默认设置下测试

<sup>1</sup> N/A


================================================
FILE: DeviceReports/PGW110.md
================================================
<!-- markdownlint-disable MD033 -->

# OPPO Reno9 Pro+ (PGW110)

## Device Info

- **SoC**: Snapdragon 8+ Gen 1 (SM8475)
- **GPU**: Adreno (TM) 730
- **OS**: Android 15

## MobileGlues version tested

1.1.0.1

## Mod compatibility

| **Mod**           | **Status** |
| ----------------- | ---------- |
| Sodium            | ✅(0.6.6)  |
| Iris              | ✅(1.8.5)  |
| Xaero's Minimap   | ✅(25.0.1) |
| Xaero's World Map | ✅(1.39.3) |

## Shaderpack compatibility

| **Shaderpack**                 | **ShaderLoader** | **Status**             |
| ------------------------------ | ---------------- | ---------------------- |
| BSL                            | Iris 1.8.5       | ✅(8.4, all presets)   |
| Chocapic13 V6 Lite             | Iris 1.8.5       | ✅                     |
| MakeUp-UltraFast               | Iris 1.8.5       | ✅(9.1c, all presets)  |
| Photon                         | Iris 1.8.5       | ❌(v1.1)               |
| iterationT                     | Iris 1.8.5       | ✅(3.2.0, all presets) |
| SEUS PTGI HRR3                 | Iris 1.8.5       | ✅<sup>1</sup>         |
| Chocapic13 V9 Low              | Iris 1.8.5       | ❌                     |
| Chocapic13 HighPerformance Low | Iris 1.8.5       | ❌                     |

## Notes

<sup>1</sup> Chocapic13 V9 Low Rendering issues after loading the Light and Shadow Package and Chocapic13 HighPerformance Low Unable to load render


================================================
FILE: DeviceReports/PHJ110.md
================================================
# OPPO A58 5G (PHJ110)

## Device Info

- **SoC**: MediaTek Dimensity 700
- **GPU**: Mali-G57 MC2
- **OS**: Android 13

## MobileGlues version tested

1.1.0.1

## Mod compatibility

| **Mod**           | **Status** |
| ----------------- | ---------- |
| Sodium            | ✅(0.6.10) |
| Sodium Extra      | ✅(0.6.1)  |
| Iris              | ✅(1.8.8)  |
| Indium            | ?          |
| Lithium           | ✅(0.14.8) |
| ModernFix         | ✅(5.20.3) |
| Distant Horizon   | ?          |
| Xaero's Minimap   | ✅(25.0.0) |
| Xaero's World Map | ✅(1.39.2) |
| Create            | ?          |
| TaCZ              | N/A        |
| Modern UI         | ?          |

## Shaderpack compatibility

| **Shaderpack**     | **ShaderLoader** | **Status**            |
| ------------------ | ---------------- | --------------------- |
| BSL                | Iris 1.8.8       | ✅(8.4, all presets)  |
| Chocapic13 V6 Lite | Iris 1.8.8       | ✅                    |
| MakeUp-UltraFast   | Iris 1.8.8       | ✅(9.1c, all presets) |
| Photon             | Iris 1.8.8       | ❌(v1.1)              |
| iterationT         | Iris 1.8.8       | ❌(3.2.0)             |
| SEUS PTGI HRR3     | Iris 1.8.8       | ❌                    |

## Notes

N/A


================================================
FILE: DeviceReports/PJZ110.md
================================================
<!-- markdownlint-disable MD033 -->

# OnePlus 13 (PJZ110)

## Device Info

- **SoC**: Snapdragon 8 Elite (SM8750)
- **GPU**: Adreno (TM) 830
- **OS**: Android 15

## MobileGlues version tested

1.1.0.1

## Mod compatibility

| **Mod**           | **Status**         |
| ----------------- | ------------------ |
| Sodium            | ✅(0.6.10)         |
| Iris              | ✅(1.8.8)          |
| Indium            | ✅(1.0.34)         |
| Distant Horizon   | ✅(2.2.1-a)        |
| Xaero's Minimap   | ✅(25.0.0)         |
| Xaero's World Map | ✅(1.39.2)         |
| Create            | ✅(fabric-0.5.1-j) |
| TaCZ              | ✅(1.0.2)          |

## Shaderpack compatibility

| **Shaderpack**     | **ShaderLoader** | **Status**             |
| ------------------ | ---------------- | ---------------------- |
| BSL                | Iris 1.8.8       | ✅(8.4, all presets)   |
| Chocapic13 V6 Lite | Iris 1.8.8       | ✅                     |
| MakeUp-UltraFast   | Iris 1.8.8       | ✅(9.1c, all presets)  |
| Photon             | Iris 1.8.8       | ✅(v1.1)               |
| iterationT         | Iris 1.8.8       | ✅(3.2.0, all presets) |
| SEUS PTGI HRR3     | Iris 1.8.8       | ✅<sup>1</sup>         |

## Notes

<sup>1</sup> N/A


================================================
FILE: DeviceReports/RMX3852.md
================================================
# Realme GT Neo 6 (RMX3852)

## Device Info

- **SoC**: Snapdragon 8s Gen 3 (SM8635)
- **GPU**: Adreno 735
- **OS**: Android 15

## MobileGlues version tested

1.1.0.1

## Mod compatibility

| **Mod**           | **Status**  |
| ----------------- | ----------- |
| Sodium            | ✅(0.6.10)  |
| Distant Horizon   | ✅(2.2.1-a) |
| Xaero's Minimap   | ✅(25.0.0)  |
| Xaero's World Map | ✅(1.39.2)  |

## Shaderpack compatibility

| **Shaderpack**     | **ShaderLoader** | **Status** |
| ------------------ | ---------------- | ---------- |
| BSL                | Iris 1.8.8       | ✅(8.4)    |
| Chocapic13 V6 Lite | Iris 1.8.8       | ✅         |
| MakeUp-UltraFast   | Iris 1.8.8       | ✅(9.1c)   |
| Photon             | Iris 1.8.8       | ✅(v1.1)   |
| iterationT         | Iris 1.8.8       | ✅(3.2.0)  |

## Notes

所有光影/模组均在默认设置下测试,并也只测试了默认设置  
All shaders/mods are tested in default settings, and I only tested in default settings.


================================================
FILE: DeviceReports/RedmiK60-shaders-report.md
================================================
# Redmi K60 (mondrian)

## Device Info

- **SoC**: Snapdragon 8+Gen1
- **GPU**: Adreno 730
- **OS**: Android 15

## MobileGlues version tested

1.1.0.1

## Minecraft Version

NeoForge-1.21.1 -Neo 版本 21.1.129

## Mod compatibility

自制 mod 包 132 个模组无报错,其中的关键包:

| **Mod**                  | **Status** |
| ------------------------ | ---------- |
| Sodium                   | ✅(0.6.9)  |
| Sodium-Extra             | ✅(0.6.0)  |
| Lithium                  | ✅(0.14.8) |
| Iris                     | ✅(1.8.8)  |
| Sound-physics-remastered | ✅(1.4.8)  |
| Modernfix                | ✅(5.20.2) |

## Shaderpack compatibility

| **Shaderpack**                  | **ShaderLoader** | **Status**                      |
| ------------------------------- | ---------------- | ------------------------------- |
| Acid Shaders 1.5                | Iris 1.8.8       | ✅(非光影 -50%fps)              |
| Aeon                            | Iris 1.8.8       | ✅(非光影 -0%fps)               |
| Arc                             | Iris 1.8.8       | ❌(PC 有效本设备无效)           |
| Ascii like shader               | Iris 1.8.8       | ✅(非光影 -20%fps)              |
| Aurora's Shaders                | Iris 1.8.8       | ❌(PC 有效本设备无效)           |
| Beyond Belief Legacy            | Iris 1.8.8       | ✅(9fps)                        |
| Bloop Shaders                   | Iris 1.8.8       | ✅(20fps)                       |
| Bliss Shaders                   | Iris 1.8.8       | ✅(12fps)                       |
| BSL Shaders - Classic           | Iris 1.8.8       | ✅(11fps)                       |
| BSL Shaders                     | Iris 1.8.8       | ✅(10fps)                       |
| BVS - Best Vanilla Shader       | Iris 1.8.8       | ✅(高帧 40 低帧 25)             |
| cel shader                      | Iris 1.8.8       | ✅(非光影 +10%fps)              |
| Color Splash Shaders            | Iris 1.8.8       | ✅(非光影 +10%fps)              |
| Complementary Shaders - Unbound | Iris 1.8.8       | ❌(PC 有效本设备无效)           |
| CRT Shader                      | Iris 1.8.8       | ❌(PC 有效本设备无效)           |
| CTR VCR                         | Iris 1.8.8       | ✅(非光影 -40%fps)              |
| Cursed Fog                      | Iris 1.8.8       | ✅(25fps)                       |
| Daybreak Shader                 | Iris 1.8.8       | ❌(云错误显示为黑色 9fps)       |
| Derivative Main                 | Iris 1.8.8       | ❌(d24.4.14 PC 有效本设备无效)  |
| Ebin Resurrected                | Iris 1.8.8       | ❌(PC 有效本设备无效)           |
| Emoji like shader               | Iris 1.8.8       | ✅(非光影 -50%fps)              |
| Escheridia                      | Iris 1.8.8       | ✅(18fps)                       |
| Glimmer                         | Iris 1.8.8       | ❌(PC 有效本设备无效)           |
| Insanity Shader                 | Iris 1.8.8       | ✅(19fps)                       |
| iterationT                      | Iris 1.8.8       | ✅(3fpS)                        |
| LBR-Enhanced                    | Iris 1.8.8       | ✅(25fps)                       |
| LITE shaders                    | Iris 1.8.8       | ✅(27fps)                       |
| MakeUp - Ultra Fast             | Iris 1.8.8       | ✅(27fps)                       |
| Monophonic Shaderpack           | Iris 1.8.8       | ✅(高帧 60 低帧 15)             |
| Musk Rose Shaders               | Iris 1.8.8       | ✅(5fps)                        |
| OPAL Shaders                    | Iris 1.8.8       | ✅(15fps)                       |
| Open4ES Renewed                 | Iris 1.8.8       | ✅(高帧 40 低帧 5)              |
| Pegasus Shaders                 | Iris 1.8.8       | ✅(5fps)                        |
| Photon Shaders                  | Iris 1.8.8       | ✅(15fps)                       |
| PixelCraft Shaders              | Iris 1.8.8       | ❌(PC 有效本设备无效)           |
| Potato Shaders                  | Iris 1.8.8       | ✅(17fps)                       |
| PSX Shader                      | Iris 1.8.8       | ❌(PC 有效本设备无效)           |
| RedHat Shaders                  | Iris 1.8.8       | ✅(5fps)                        |
| Reflective Vanilla Shaders      | Iris 1.8.8       | ✅(25fps)                       |
| RenderPearl                     | Iris 1.8.8       | ❌(PC 有效本设备无效)           |
| Rethinking Voxels               | Iris 1.8.8       | ❌(PC 有效本设备无效)           |
| RetroVision                     | Iris 1.8.8       | ✅(非光影 -10%fps)              |
| Rudimentary                     | Iris 1.8.8       | ✅(非光影 -0%fps)               |
| Simple Shader One               | Iris 1.8.8       | ❌(PC 有效本设备无效)           |
| Simplicissimus Shader           | Iris 1.8.8       | ✅(高帧 45 低帧 11)             |
| Simply Upscaled                 | Iris 1.8.8       | ✅(高帧 70 低帧 30)             |
| Snow Default                    | Iris 1.8.8       | ❌(PC 有效本设备无效)           |
| soft-voxels                     | Iris 1.8.8       | ❌(PC 有效本设备无效)           |
| Solas Shader                    | Iris 1.8.8       | ❌(PC 有效本设备无效)           |
| Soft Voxels Lite                | Iris 1.8.8       | ❌(PC 有效本设备无效)           |
| Stereo's Default+               | Iris 1.8.8       | ❌(显示 bug 无亮光的地方会变黑) |
| Stracciatella Shaders           | Iris 1.8.8       | ❌(PC 有效本设备无效)           |
| Bad Apple Shaders               | Iris 1.8.8       | ✅(+5%fps)                      |
| Super Duper Vanilla             | Iris 1.8.8       | ❌(PC 有效本设备无效)           |
| UShader                         | Iris 1.8.8       | ❌(实体方块显示 bug 7fps)       |
| Vanilla Plus Shader             | Iris 1.8.8       | ✅(19fps)                       |
| Vanilletix Shaders              | Iris 1.8.8       | ❌(PC 有效本设备无效)           |
| VECTOR                          | Iris 1.8.8       | ✅(非光影 -50%fps)              |
| Voyager shader 2.0              | Iris 1.8.8       | ❌(PC 有效本设备无效)           |
| What42's Shader Base            | Iris 1.8.8       | ❌(PC 有效本设备无效)           |
| Chocapic13.V6.Lite              | Iris 1.8.8       | ✅(高帧 65 低帧 25)             |

## Notes

测试时使用 Boat 启动方式,启动器使用 fcl。  
测试的包是 modrinth 中的前 7 页的所有着色器,均为最新版本(2025/3/11),如果您没在此处找到想看的内容那就是不支持 iris 或者不支持当前 mc 版本,即 pc 和此设备都无效.  
本次测试采用同模组以及配置文件的 pc 客户端同步测试,pc 配置为 i5-11400H,RTX3050laptop,win10;  
测试帧率为加载完 131 个 mod 之后的帧率,超平坦 150fps,正常世界 100fps,渲染距离 10 模拟距离 12 垂直同步关 图像品质高品质 云高品质 粒子效果全部 实体渲染距离 100% 其他默认.  
帧数取的平均数,着色器配置默认,仅供参考  
本次使用的工具是自己写的下载器,感兴趣的话[可以](https://github.com/qisumei/py-tools/)提一下意见


================================================
FILE: DeviceReports/RedmiK60.md
================================================
# Redmi K60 (mondrian)

## Device Info

- **SoC**: Snapdragon 8+Gen1
- **GPU**: Adreno 730
- **OS**: Android 15

## MobileGlues version tested

1.1.0.1

## Mod compatibility

| **Mod**                 | **Status**        |
| ----------------------- | ----------------- |
| Sodium                  | ✅(0.5.13)        |
| Iris                    | ✅(1.7.6)         |
| Modern UI               | ✅(3.11.1.6)      |
| Entity Texture Features | ✅(6.2.9)         |
| Indium                  | ✅(1.0.36)        |
| Xaero's Minimap         | ✅(25.1.0)        |
| Xaero's World Map       | ✅(1.39.4)        |
| Create                  | ✅(0.5.1-j)       |
| TaCZ                    | ✅(1.0.2-hotfix3) |

## Shaderpack compatibility

| **Shaderpack** | **ShaderLoader** | **Status**           |
| -------------- | ---------------- | -------------------- |
| BSL            | Iris 1.7.6       | ✅(8.4, all presets) |

## Notes

测试时使用 Boat 启动方式,添加 Continuity 不会崩溃但是没有链接效果;Distant Horizon 进入世界时闪退并报错,同 soc 的 mi pad6 pro 可以运行:[liuqin](https://github.com/Swung0x48/MobileGlues-release/blob/main/DeviceReports/liuqin.md);模组为全部同时加入并同时启动,启动器使用 fcl,物品 pbr 效果正常,机械动力实体正常,我已出笼,感觉良好。


================================================
FILE: DeviceReports/TAS-AN00.md
================================================
# HUAWEI Mate 30 5G (TAS-AN00)

## Device Info

- **SoC**: Kirin 990 5G
- **GPU**: Mali-G77 MC9
- **OS**: Android 12

## MobileGlues version tested

1.1.0.1

## Mod compatibility

| **Mod**           | **Status**  |
| ----------------- | ----------- |
| Sodium            | ✅(0.6.10)  |
| Distant Horizon   | ✅(2.2.1-a) |
| Xaero's Minimap   | ✅(25.0.0)  |
| Xaero's World Map | ✅(1.39.2)  |

## Shaderpack compatibility

| **Shaderpack**     | **ShaderLoader** | **Status**                             |
| ------------------ | ---------------- | -------------------------------------- |
| BSL                | Iris 1.8.8       | \*️⃣(8.4,实体渲染错误)                 |
| Chocapic13 V6 Lite | Iris 1.8.8       | \*️⃣(V6 Lite,实体渲染错误)              |
| MakeUp-UltraFast   | Iris 1.8.8       | \*️⃣(9.1c,实体渲染错误)                |
| Photon             | Iris 1.8.8       | \*️⃣(v1.1,天空渲染错误,实体渲染错误)  |
| iterationT         | Iris 1.8.8       | \*️⃣(3.2.0,世界渲染错误,实体渲染错误) |

## Notes

所有模组/光影均在默认设置下测试  
经过多种光影的实验,我们能注意到所有光影均出现实体渲染错误(拉丝),怀疑此设备用任何光影都会出现实体渲染错误[有待考证]


================================================
FILE: DeviceReports/TDT-MA01.md
================================================
<!-- markdownlint-disable MD033 -->

# TD Tech M40 (TDT-MA01)

## Device Info

- **SoC**: Dimensity 1000+ (MT6889)
- **GPU**: Mali-G77 MC9
- **OS**: Android 10

## MobileGlues version tested

1.1.0.1

## Mod compatibility

| **Mod**           | **Status**  |
| ----------------- | ----------- |
| Sodium            | ✅(0.6.10)  |
| Distant Horizon   | ✅(2.2.1-a) |
| Xaero's Minimap   | ✅(25.0.0)  |
| Xaero's World Map | ✅(1.39.2)  |

## Shaderpack compatibility

| **Shaderpack**     | **ShaderLoader** | **Status**                             |
| ------------------ | ---------------- | -------------------------------------- |
| BSL                | Iris 1.8.8       | ✅(8.4)                                |
| Chocapic13 V6 Lite | Iris 1.8.8       | ✅                                     |
| MakeUp-UltraFast   | Iris 1.8.8       | ✅(9.1c)                               |
| Photon             | Iris 1.8.8       | \*️⃣(v1.1,天空渲染错误)                |
| iterationT         | Iris 1.8.8       | \*️⃣(3.2.0,除水面波纹,草晃动外无效果) |

## Notes

全部光影/模组仅在默认设置下测试

<sup>1</sup> N/A


================================================
FILE: DeviceReports/V2054A.md
================================================
# Vivo Y31s (V2054A)

## Device Info

- **SoC**: Snapdragon 480 (SM4350)
- **GPU**: Adreno 619
- **OS**: Android 11

## MobileGlues version tested

1.1.0.1

## Mod compatibility

| **Mod**           | **Status**  |
| ----------------- | ----------- |
| Sodium            | ✅(0.6.10)  |
| Distant Horizon   | ✅(2.2.1-a) |
| Xaero's Minimap   | ✅(25.0.0)  |
| Xaero's World Map | ✅(1.39.2)  |

## Shaderpack compatibility

| **Shaderpack**        | **ShaderLoader** | **Status** |
| --------------------- | ---------------- | ---------- |
| BSL                   | Iris 1.8.8       | ✅(8.4)    |
| Chocapic13 V6 Lite    | Iris 1.8.8       | ✅         |
| MakeUp-UltraFast      | Iris 1.8.8       | ✅(9.1c)   |
| Photon                | Iris 1.8.8       | ✅(v1.1)   |
| iterationT            | Iris 1.8.8       | ✅(3.2.0)  |
| ComplementaryReimaged | Iris 1.8.8       | ❌(r5.4)   |
| ComplementaryUnbound  | Iris 1.8.8       | ❌(r5.4)   |

## Notes

所有光影/模组均在默认设置下测试  
此设备在测试所有光影时都未达到 10FPS  
在完成光影测试后,此设备出现了明显的发热情况


================================================
FILE: DeviceReports/cmi.md
================================================
# Xiaomi 10 Pro (cmi)

## Device Info

- **SoC**: Snapdragon 865
- **GPU**: Adreno 650
- **OS**: Android 15

## MobileGlues version tested

1.1.0.1

## Mod compatibility

| **Mod**                 | **Status**        |
| ----------------------- | ----------------- |
| Sodium                  | ✅(0.5.13)        |
| Iris                    | ✅(1.7.6)         |
| Distant Horizons        | ✅(2.2.1-a)       |
| Modern UI               | ✅(3.11.1.6)      |
| Entity Texture Features | ✅(6.2.9)         |
| Indium                  | ✅(1.0.36)        |
| Xaero's Minimap         | ✅(25.1.0)        |
| Xaero's World Map       | ✅(1.39.4)        |
| Create                  | ✅(0.5.1-j)       |
| TaCZ                    | ✅(1.0.2-hotfix3) |

## Shaderpack compatibility

| **Shaderpack**                  | **ShaderLoader** | **Status**              |
| ------------------------------- | ---------------- | ----------------------- |
| BSL                             | Iris 1.7.6       | ✅(8.4, all presets)    |
| Complementary Shaders - Unbound | Iris 1.7.6       | \*️⃣(r5.4, 无法渲染方块) |
| Photon                          | Iris 1.7.6       | \*️⃣(v1.1, 闪烁奇怪色块) |
| iterationT                      | Iris 1.7.6       | ✅(3.2.0, all presets)  |

## Notes

测试时使用 Faithful 64x 材质包,该材质包正常渲染

部分光影虽然渲染正常,但在该设备上的帧率极低,如 iterationT


================================================
FILE: DeviceReports/corot.md
================================================
# Redmi K60 Ultra(corot)

## Device Info

- **SoC**: MediaTek Dimensity 9200+ (MT6985)
- **GPU**: Mali-G715-Immortails MC11
- **OS**: Android 15

## MobileGlues version tested

1.1.0.2

## Mod compatibility

| **Mod**           | **Status** |
| ----------------- | ---------- |
| Sodium            | ✅(0.6.9)  |
| Iris              | ✅(1.8.8)  |
| Xaero's Minimap   | ✅(25.0.1) |
| Xaero's World Map | ✅(1.39.4) |

## Shaderpack compatibility

| **Shaderpack**        | **ShaderLoader** | **Status**                              |
| --------------------- | ---------------- | --------------------------------------- |
| BSL                   | Iris 1.8.8       | ✅ (8.4,全预设,无 ANGLE 无水反)      |
| Chocapic13 V6 Lite    | Iris 1.8.8       | ✅                                      |
| MakeUp-UltraFast      | Iris 1.8.8       | ✅ (9.1c,全预设)                      |
| Photon                | Iris 1.8.8       | \*️⃣ (v1.1,闪烁奇怪色块)               |
| iterationT            | Iris 1.8.8       | ✅ (3.2.0,全预设,无 ANGLE 无天空盒) |
| SEUS PTGI HRR3        | Iris 1.8.8       | ✅(容易卡到闪退)                      |
| ComplementaryReimaged | Iris 1.8.8       | ?                                       |
| ComplementaryUnbound  | Iris 1.8.8       | ?                                       |
| Derivative Main       | Iris 1.8.8       | ❌(全预设)                            |
| Lux                   | Iris 1.8.8       | ?                                       |
| BSL Classic           | Iris 1.8.8       | ✅(全预设,无 ANGLE 无水反)           |


================================================
FILE: DeviceReports/dada.md
================================================
<!-- markdownlint-disable MD033 -->

# Xiaomi 15 (dada)

## Device Info

- **SoC**: Snapdragon 8 Elite
- **GPU**: Adreno 830
- **OS**: Android 15

## MobileGlues version tested

1.1.0.1

## Mod compatibility

| **Mod**           | **Status**         |
| ----------------- | ------------------ |
| Sodium            | ✅(0.5.11)         |
| Iris              | ✅(1.7.2)          |
| Indium            | ✅(1.0.34)         |
| Distant Horizon   | ✅(2.2.1-a)        |
| Xaero's Minimap   | ✅(25.0.0)         |
| Xaero's World Map | ✅(1.39.2)         |
| Create            | ✅(fabric-0.5.1-j) |
| TaCZ              | ✅(1.0.2)          |
| Modern UI         | ✅(3.11.1.6)       |

## Shaderpack compatibility

| **Shaderpack**     | **ShaderLoader** | **Status**             |
| ------------------ | ---------------- | ---------------------- |
| BSL                | Iris 1.7.2       | ✅(8.4, all presets)   |
| Chocapic13 V6 Lite | Iris 1.7.2       | ✅                     |
| MakeUp-UltraFast   | Iris 1.7.2       | ✅(9.1c, all presets)  |
| Photon             | Iris 1.7.2       | ❌(v1.1)               |
| iterationT         | Iris 1.7.2       | ✅(3.2.0, all presets) |
| SEUS PTGI HRR3     | Iris 1.7.2       | ✅<sup>1</sup>         |

## Notes

<sup>1</sup> SEUS PTGI HRR3 requires enabling ANGLE to work properly.


================================================
FILE: DeviceReports/e1sxeea.md
================================================
<!-- markdownlint-disable MD033 -->

# Samsung S24 SM-S921B/DS (e1sxeea)

## Device Info

- **SoC**: Exynos 2400
- **GPU**: Xclipse 940
- **OS**: Android 14

## MobileGlues version tested

1.1.0.1

## Mod compatibility

| **Mod**           | **Status** |
| ----------------- | ---------- |
| Sodium            | ✅(0.6.10) |
| Iris              | ✅(1.8.8)  |
| Xaero's Minimap   | ✅(25.1.0) |
| Xaero's World Map | ✅(1.39.4) |

## Shaderpack compatibility

| **Shaderpack**        | **ShaderLoader** | **Status**                                  |
| --------------------- | ---------------- | ------------------------------------------- |
| BSL                   | Iris 1.8.8       | ✅(8.4.01.2, all presets)                   |
| Chocapic13            | Iris 1.8.8       | ✅(V6 Lite, all presets)                    |
| MakeUp-UltraFast      | Iris 1.8.8       | ✅(9.1c, all presets)                       |
| Photon                | Iris 1.8.8       | ✅(v1.1)                                    |
| iterationT            | Iris 1.8.8       | ✅(3.2.0, all presets)                      |
| SEUS PTGI HRR3        | Iris 1.8.8       | ✅<sup>1</sup>                              |
| ComplementaryReimaged | Iris 1.8.8       | \*️⃣(r5.4, won't load 'very high', below OK) |
| ComplementaryUnbound  | Iris 1.8.8       | \*️⃣(r5.4, won't load 'very high', below OK) |
| Derivative Main       | Iris 1.8.8       | ✅(d24.4.14, all presets)                   |

## Notes

<sup>1</sup> SEUS PTGI HRR3 requires ignoring errors in MobileGlues app to work.


================================================
FILE: DeviceReports/kebab.md
================================================
# OnePlus 8T KB2000 (kebab)

## Device Info

- **SoC**: Qualcomm Snapdragon 865 5G (SM8250)
- **GPU**: Adreno 650
- **OS**: Android 15 (Nameless 15 20241223)

## MobileGlues version tested

1.1.1 With and with not ANGLE

## Mod compatibility

### Forge 47.3.6

Modpack: [GCPM 1.13.1](https://mcmod.cn/modpack/756.html)

Everything works fine excluding the following shaders down below.

And with the following additional mods:

| **Mod**                | **Status**   |
| ---------------------- | ------------ |
| Catalogue              | ✅(1.8.0)    |
| Inventory HUD+         | ✅(3.4.26)   |
| ModernUI               | ✅(3.11.1.6) |
| Chloride (Embeddium++) | ✅(1.5.0)    |
| Oculus                 | ✅(1.8.0)    |
| OK Zoomer Forge        | ✅(3.0.1)    |
| RyoamicLights          | ✅(0.2.3)    |
| TouchController        | ✅(0.2.3)    |

### Fabric 0.16.10

Modpack: [FO 6.3.2](https://mcmod.cn/modpack/248.html)

Everything works fine excluding the following shaders down below.

And with the following additional mods:

| **Mod**         | **Status** |
| --------------- | ---------- |
| TouchController | ✅(0.2.3)  |

## Shaderpack compatibility

| **Shaderpack**        | **ShaderLoader**                       | **Status**                                                                                     |
| --------------------- | -------------------------------------- | ---------------------------------------------------------------------------------------------- |
| ComplementaryReimaged | Forge Oculus 1.8.0 / Fabric Iris 1.8.8 | ❌(r5.4, Unexpected error while creating framebuffer: Draw buffers [0, 1, 2, 3] Status: 36054) |
| ComplementaryUnbound  | Forge Oculus 1.8.0 / Fabric Iris 1.8.8 | ❌(r5.4, same)                                                                                 |

## Notes

None


================================================
FILE: DeviceReports/liuqin.md
================================================
# Xiaomi Pad 6 Pro (liuqin)

## Device Info

- **SoC**: Snapdragon 8+
- **GPU**: Adreno 730
- **OS**: Android 15

## MobileGlues version tested

1.1.0.1

## Mod compatibility

| **Mod**                 | **Status**        |
| ----------------------- | ----------------- |
| Sodium                  | ✅(0.5.13)        |
| Iris                    | ✅(1.7.6)         |
| Distant Horizons        | ✅(2.2.1-a)       |
| Modern UI               | ✅(3.11.1.6)      |
| Entity Texture Features | ✅(6.2.9)         |
| Indium                  | ✅(1.0.36)        |
| Xaero's Minimap         | ✅(25.1.0)        |
| Xaero's World Map       | ✅(1.39.4)        |
| Create                  | ✅(0.5.1-j)       |
| TaCZ                    | ✅(1.0.2-hotfix3) |

## Shaderpack compatibility

| **Shaderpack**                  | **ShaderLoader** | **Status**              |
| ------------------------------- | ---------------- | ----------------------- |
| BSL                             | Iris 1.7.6       | ✅(8.4, all presets)    |
| Complementary Shaders - Unbound | Iris 1.7.6       | \*️⃣(r5.4, 无法渲染方块) |
| Photon                          | Iris 1.7.6       | ✅(v1.1, all presets)   |
| iterationT                      | Iris 1.7.6       | \*️⃣(3.2.0, 水体异常)    |

## Notes

测试时使用 Faithful 64x 材质包,该材质包正常渲染


================================================
FILE: DeviceReports/lmipro.md
================================================
<!-- markdownlint-disable MD033 -->

# Xiaomi Redmi K30 Pro Zoom Editon (lmipro)

## Device Info

- **SoC**: Snapdragon 865
- **GPU**: Adreno 650
- **OS**: Android 14

## MobileGlues version tested

1.1.0.1

## Mod compatibility

| **Mod**               | **Status**   |
| --------------------- | ------------ |
| AppleSkin             | ✅(3.0.6)    |
| Iris                  | \*️⃣(1.8.1)   |
| Jade                  | ✅(16.0.4)   |
| Not Enouth Animations | ✅(1.9.2)    |
| Roughly Enough Items  | ✅(17.0.794) |
| Skin Layers 3D        | ✅(1.7.4)    |
| Sodium                | ✅(0.6.5)    |
| Sodium Extra          | ✅(0.6.0)    |
| Xaero's Minimap       | ✅(25.1.0)   |
| Xaero's World Map     | ✅(1.39.4)   |
| Zoomify               | ✅(2.14.2)   |

## Shaderpack compatibility

| **Shaderpack**   | **ShaderLoader** | **Status**            |
| ---------------- | ---------------- | --------------------- |
| MakeUp-UltraFast | Iris 1.7.2       | ✅(9.1c, all presets) |

## Notes

<sup>1</sup> Iris 开启光影包后有时会把字体渲染为黑色。可能是 第三方 ROM / 升级 GPU 驱动 / GPU 超频 导致的。[issue](https://github.com/Swung0x48/MobileGlues-release/issues/109)


================================================
FILE: DeviceReports/marble.md
================================================
# Redmi Note 12 Turbo (marble)

## Device Info

- **SoC**: Qualcomm Snapdragon 7+Gen2 (SM7475)
- **GPU**: Adreno 725
- **OS**: Android 15

## MobileGlues version tested

1.1.1

## Mod compatibility

| **Mod**                     | **Status**                 |
| --------------------------- | -------------------------- |
| Sodium                      | ✅(0.6.9)                  |
| Iris                        | ✅(1.8.8)                  |
| Xaero's Minimap             | ✅(25.1.0)                 |
| Xaero's World Map           | ✅(1.39.4)                 |
| Indium                      | ✅(1.0.35)                 |
| Continuity                  | ✅(3.0.0)                  |
| Create                      | ✅(6.0.2)                  |
| Jade                        | ✅(15.9.3)                 |
| Inventory HUD+              | ✅(3.4.26)                 |
| Just Enough Items           | ✅(19.21.0.247)            |
| Modernfix                   | ✅(5.20.2)                 |
| Lithium                     | ✅(0.15.0)                 |
| Roughly Enough Items        | ✅(16.0.799)               |
| Ok Zoomer                   | ✅(10.0.0-beta.8)          |
| RyoamicLights               | ✅(0.2.11)                 |
| TouchController             | ✅(0.1.5)                  |
| Physics Mod Pro             | ✅(v172b)                  |
| Distant Horizons            | ✅(2.3.0-b, 需启用 ANGLE)   |
| Modern UI                   | ✅(3.11.1.9)               |
| Immersive Portals Continued | \*️⃣(6.0.7, 无法渲染传送门)   |

## Shaderpack compatibility

| **Shaderpack**                     | **ShaderLoader** | **Status**                          |
| ---------------------------------- | ---------------- | ----------------------------------- |
| BSL                                | Iris 1.8.8       | ✅(v8.4.02.2, all presets)          |
| BSL Classic                        | Iris 1.8.8       | ✅(v8.4.02.2, all presets)          |
| Beyond Belief Legacy               | Iris 1.8.8       | \*️⃣(v1.2.4, 草无阴影渲染)           |
| Bliss                              | Iris 1.8.8       | \*️⃣(v2.0.4, 阴影无法渲染)           |
| Chocapic13                         | Iris 1.8.8       | ✅(V6 Lite-V9 Extreme, all presets) |
| Chocapic13 HighPerformance Toaster | Iris 1.8.8       | ❌(v1, 无法渲染)                    |
| ComplementaryReimagined            | Iris 1.8.8       | ✅(r5.4, High)                      |
| ComplementaryUnbound               | Iris 1.8.8       | ✅(r5.4, High)                      |
| ComplementaryShaders               | Iris 1.8.8       | ✅(v4.7.2, all presets)             |
| Derivative Main                    | Iris 1.8.8       | ✅(v2.0.1, d24.4.14, all presets)   |
| Photon                             | Iris 1.8.8       | ✅(v1.1, High)                      |
| Potato Shader                      | Iris 1.8.8       | ✅(v1.0d,all presets)              |
| MakeUp-UltraFast                   | Iris 1.8.8       | ✅(9.1c, high)                      |
| Miniature Shader                   | Iris 1.8.8       | ✅(2.14.5, all presets)             |
| iterationT                         | Iris 1.8.8       | ✅(3.2.0, High)                     |
| iterationT Next                    | Iris 1.8.8       | ✅(1.1.0, all presets)              |
| Vanilletix                         | Iris 1.8.8       | ✅(1.0.5B-Late, all presets)        |
| Bad Apple Shader                   | Iris 1.8.8       | ✅(3.0, all presets)                |
| Stracciatella Shaders              | Iris 1.8.8       | ✅(v1.6.1, all presets)             |
| Simply Upscaled                    | Iris 1.8.8       | ✅(v0.3.6, all presets)             |
| DAV                                | Iris 1.8.8       | ✅(v1.2.5test, all presets)         |
| Reflective Vanilla                 | Iris 1.8.8       | ✅(1.0, all presets)                |
| Pixel Craft Shaders                | Iris 1.8.8       | ✅(r1.2, all presets)               |
| Musk Rose Shaders                  | Iris 1.8.8       | ✅(v4.1, all presets)               |
| Monophonic                         | Iris 1.8.8       | ✅(1.1, all presets )               |
| LITE Shaders                       | Iris 1.8.8       | ✅(v3.2, all presets)               |
| LBR Enhanced                       | Iris 1.8.8       | ✅(0.0.1, all presets)              |
| Insanity Shader                    | Iris 1.8.8       | ✅(v1.650, all presets)             |
| Nostalgia                          | Iris 1.8.8       | ✅(v5.1, all presets)               |
| Pegasus                            | Iris 1.8.8       | ✅(v0.2.1, all presets)             |
| Ebin Resurrected                   | Iris 1.8.8       | ✅(v1.5.5, all presets)             |
| UShader                            | Iris 1.8.8       | \*️⃣(v2.2, 所有预设天空盒黑色)       |
| Rethinking Voxels                  | Iris 1.8.8       | \*️⃣(r0.1-beta6a, 阴影无法渲染)      |
| Best Vanilla Shader                | Iris 1.8.8       | ✅(1.8.0, all presets)              |
| Aurora's Shaders                   | Iris 1.8.8       | ✅(v1.8, all presets )              |
| Aeon                               | Iris 1.8.8       | ✅(1.0, all presets)                |
| RedHat                             | Iris 1.8.8       | ✅(v34.3, all presets)              |
| Tea                                | Iris 1.8.8       | ✅(v2.0.0_Dev7, all presets)        |
| Lux                                | Iris 1.8.8       | ✅(v1.1_patch2, all presets)        |
| Curse Fog                          | Iris 1.8.8       | ✅(v1.0.2, all presets)             |
| Open4ES-Renewed                    | Iris 1.8.8       | ✅(v1.0.1, all presets)             |
| Simplicissimus                     | Iris 1.8.8       | ✅(v1.3a, all presets)              |
| Sildur's Vibrant Shaders           | Iris 1.8.8       | ✅(v1.52, all presets)              |
| Sildur's Enhanced                  | Iris 1.8.8       | ✅(v1.171, Fancy)                   |
| Sildur's Basic                     | Iris 1.8.8       | ✅(v2.3, Fancy)                     |
| SEUS                               | Iris 1.8.8       | ✅(v10-RC6, v11.0, all presets)     |
| SEUS E                             | Iris 1.8.8       | ✅(10-12, all presets)              |
| SEUS PTGI HRR                      | Iris 1.8.8       | ✅(2-3, all presets)                |
| SEUS Renewed                       | Iris 1.8.8       | ✅(v1.0.1, E2, all presets)         |
| SEUS DAZZLING                      | Iris 1.8.8       | \*️⃣(v2.2.4, 光照阴影渲染错误)       |
| Super Duper Vanilla                | Iris 1.8.8       | ✅(1.3.7, all presets)              |
| Continuum                          | Iris 1.8.8       | ✅(1.3, 2.0.5, all presets)         |
| OPAL                               | Iris 1.8.8       | ✅(v1.1.1, all presets)             |
| Vanilla Plus                       | Iris 1.8.8       | ✅(v3.3, all presets)               |
| Voxlementary                       | Iris 1.8.8       | ✅(v1, all presets)                 |
| Kappa                              | Iris 1.8.8       | ✅(v5.3, Ultra)                     |
| Mellow Shader                      | Iris 1.8.8       | ✅(v1.5.4, all presets)             |
| Exposa                             | Iris 1.8.8       | \*️⃣(4.13, 颜色异常以及云渲染错误)   |
| KappaPT                            | Iris 1.8.8       | ❌(P15, 画面黑屏)                   |
| Revelation                         | Iris 1.8.8       | ❌(v1, 地面和建筑无法渲染)          |
| Solas                              | Iris 1.8.8       | ❌(v2.6, Iris 报错无法打开)         |
| What42's Shader Base               | Iris 1.8.8       | ❌(b1.13.2, 无法渲染地形)           |
| Snow Default                       | Iris 1.8.8       | ❌(Alpha1.2, 无法渲染)              |
| Glimmer                            | Iris 1.8.8       | ❌(v1.3-hotfix, 天空盒无法渲染)     |
| Escheridia                         | Iris 1.8.8       | ❌(v1.2.0, 无法渲染)                |
| Color Splash Shaders               | Iris 1.8.8       | ❌(v1.0.0, 渲染错误)                |
| Voyager Shader                     | Iris 1.8.8       | ❌(2.0.8, 无法渲染)                 |
| daybreak                           | Iris 1.8.8       | ❌(0.2, 云渲染错误光影配置文件丢失) |
| Simple Shader One                  | Iris 1.8.8       | ❌(v1, 光照异常)                    |

## Mod Screenshot

### Immersive Portals Continued

![immersive portals continued](/assets/Mod_screenshot/marble/immersive-portals-1.png)
![immersive portals continued](/assets/Mod_screenshot/marble/immersive-portals-2.png)

## Shaderpack Screenshot

### Kappa v5.2 (天空盒问题更新 v5.3 解决)

![Kappa](/assets/shaderpack_screenshot/marble/kappa_v5.2.png)

### UShader v2.2

![UShader](/assets/shaderpack_screenshot/marble/ushader_2.2.png)

### KappaPT P15

![KappaPT](/assets/shaderpack_screenshot/marble/kappapt_p15.png)

### SEUS DAZZLING v2.2.4

![SEUS DAZZLING](/assets/shaderpack_screenshot/marble/SEUS-DAZZLING.png)

### Revelation

![Revelation](/assets/shaderpack_screenshot/marble/Revelation.png)

### Rethinking Voxels r0.1-beta6a

![Rethinking Voxels](/assets/shaderpack_screenshot/marble/rethinking-voxels.png)

### Exposa 4.13

![Exposa](/assets/shaderpack_screenshot/marble/exposa_4.13.png)

### Bliss v2.0.4

![Bliss](/assets/shaderpack_screenshot/marble/bliss_v2.0.4.png)

### Beyond Belief Legacy v1.2.4

![Beyond Belief Legacy](/assets/shaderpack_screenshot/marble/beyondbelieflegacy_v1.2.4.png)

### Chocapic13 HighPerformance Toaster

![Chocapic13 HighPerformance Toaster](/assets/shaderpack_screenshot/marble/chocapic13_hpt.png)

### Color Splash Shaders v1.0.0

![Color Splash Shaders](/assets/shaderpack_screenshot/marble/ColorSplashShaders.png)

### daybreak 0.2

![daybreak](/assets/shaderpack_screenshot/marble/daybreak.png)
![daybreak](/assets/shaderpack_screenshot/marble/daybreak2.png)

### Escheridia v1.2.0

![Escheridia](/assets/shaderpack_screenshot/marble/Escheridia.png)

### Glimmer v1.3-hotfix

![Glimmer](/assets/shaderpack_screenshot/marble/Glimmer.png)

### Simple Shader One v1

![Simple Shader One](/assets/shaderpack_screenshot/marble/SimpleShaderOne.png)

### Voyager Shader 2.0.8

![Simple Shader One](/assets/shaderpack_screenshot/marble/Voyagershader.png)

### What42's Shader Base b1.13.2

![What42's Shader Base](/assets/shaderpack_screenshot/marble/What42's-Shader-Base.png)

## Notes

在第三方系统 CrDroid 11.x (Android 15) 下测试,使用高通 786 新驱动测试,无 ANGLE

Kappa v5.2 有天空盒发黑问题,更新至 v5.3 可以解决

遥远的地平线(Distant Horzions)模组需要在 MobileGlues 里启用 ANGLE 才能运行


================================================
FILE: DeviceReports/peridot.md
================================================
# Redmi Turbo 3 (peridot)

## Device Info

- **SoC**: Snapdragon 8s Gen 3
- **GPU**: Adreno 735
- **OS**: Android 15

## MobileGlues version tested

1.1.0.2

## Mod compatibility

| **Mod**                 | **Status**         |
| ----------------------- | ------------------ |
| Sodium                  | ✅(0.5.0)          |
| Iris                    | ✅(1.6.5)          |
| Distant Horizons        | ✅(2.3.0-b)        |
| Entity Texture Features | ✅(6.2.9)          |
| Indium                  | ✅(1.0.23)         |
| Xaero's Minimap         | X                  |
| Xaero's World Map       | X                  |
| Create                  | ✅(fabric-0.5.1-j) |

## Shaderpack compatibility

| **Shaderpack**                     | **ShaderLoader** | **Status**              |
| ---------------------------------- | ---------------- | ----------------------- |
| BSL                                | Iris 1.6.5       | ✅(8.4, all presets)    |
| Complementary Shaders - Unbound    | Iris 1.6.5       | ✅(r5.4)                |
| Complementary Shaders - Reimagined | Iris 1.6.5       | ✅(r5.4)                |
| Photon                             | Iris 1.6.5       | \*️⃣(v1.1, 闪烁奇怪色块) |
| iterationT                         | Iris 1.6.5       | ✅(3.2.0, all presets)  |

## Notes

1.21.3 测试时,Iris 加载光影后会变成无字游戏


================================================
FILE: DeviceReports/raphael.md
================================================
# Redmi K20 Pro (raphael)

## Device Info

- **SoC**: Snapdragon 855
- **GPU**: Adreno 640
- **OS**: Android 13

## MobileGlues version tested

1.1.0.1

## Mod compatibility

| **Mod**                 | **Status**        |
| ----------------------- | ----------------- |
| Sodium                  | ✅(0.5.13)        |
| Iris                    | ✅(1.7.6)         |
| Distant Horizons        | ✅(2.2.1-a)       |
| Modern UI               | ✅(3.11.1.6)      |
| Entity Texture Features | ✅(6.2.9)         |
| Indium                  | ✅(1.0.36)        |
| Xaero's Minimap         | ✅(25.1.0)        |
| Xaero's World Map       | ✅(1.39.4)        |
| Create                  | ✅(0.5.1-j)       |
| TaCZ                    | ✅(1.0.2-hotfix3) |

## Shaderpack compatibility

| **Shaderpack**                  | **ShaderLoader** | **Status**              |
| ------------------------------- | ---------------- | ----------------------- |
| BSL                             | Iris 1.7.6       | ✅(8.4, all presets)    |
| Complementary Shaders - Unbound | Iris 1.7.6       | \*️⃣(r5.4, 无法渲染方块) |
| Photon                          | Iris 1.7.6       | \*️⃣(v1.1, 闪烁奇怪色块) |
| iterationT                      | Iris 1.7.6       | ✅(3.2.0, all presets)  |

## Notes

测试时使用 Faithful 64x 材质包,该材质包正常渲染

由于该设备较为落后的性能,绝大部分光影只能进去看风景


================================================
FILE: DeviceReports/sagit.md
================================================
# Xiaomi 6 (sagit)

## Device Info

- **SoC**: Qualcomm Snapdragon 835 (MSM8998)
- **GPU**: Adreno 540 (Driver 490)
- **OS**: Android 15 (LineageOS 22.1)

## MobileGlues version tested

1.1.1

## Mod compatibility

| **Mod**                     | **Status**                 |
| --------------------------- | -------------------------- |
| Sodium                      | ✅(0.6.9)                  |
| Iris                        | ✅(1.8.8)                  |
| Xaero's Minimap             | ✅(25.1.0)                 |
| Xaero's World Map           | ✅(1.39.4)                 |
| Indium                      | ✅(1.0.35)                 |
| Continuity                  | ✅(3.0.0)                  |
| Create                      | ✅(6.0.2)                  |
| Jade                        | ✅(15.9.3)                 |
| Inventory HUD+              | ✅(3.4.26)                 |
| Just Enough Items           | ✅(19.21.0.247)            |
| Modernfix                   | ✅(5.20.2)                 |
| Lithium                     | ✅(0.15.0)                 |
| Roughly Enough Items        | ✅(16.0.799)               |
| Ok Zoomer                   | ✅(10.0.0-beta.8)          |
| RyoamicLights               | ✅(0.2.11)                 |
| TouchController             | ✅(0.1.5)                  |
| Physics Mod Pro             | ✅(v172b)                  |
| Distant Horizons            | ❌(2.3.0-b)                |
| Modern UI                   | ✅(3.11.1.9)               |
| Immersive Portals Continued | \*️⃣(6.0.7, 无法渲染传送门)   |

## Shaderpack compatibility

| **Shaderpack**                     | **ShaderLoader** | **Status**                          |
| ---------------------------------- | ---------------- | ----------------------------------- |
| BSL                                | Iris 1.8.8       | ✅(v8.4.02.2, all presets)          |
| BSL Classic                        | Iris 1.8.8       | ✅(v8.4.02.2, all presets)          |
| Beyond Belief Legacy               | Iris 1.8.8       | ❌(v1.2.4, 天空盒与光照无法渲染)    |
| Bliss                              | Iris 1.8.8       | ✅(v2.0.4, all presets)             |
| Chocapic13                         | Iris 1.8.8       | ✅(V6 Lite-V9 Extreme, all presets) |
| Chocapic13 HighPerformance Toaster | Iris 1.8.8       | ❌(v1, 无法渲染)                    |
| ComplementaryReimagined            | Iris 1.8.8       | ❌(r5.4, 无法渲染地形)              |
| ComplementaryUnbound               | Iris 1.8.8       | ❌(r5.4, 无法渲染地形)              |
| ComplementaryShaders               | Iris 1.8.8       | ✅(v4.7.2, all presets)             |
| Derivative Main                    | Iris 1.8.8       | ✅(v2.0.1, d24.4.14, all presets)   |
| Photon                             | Iris 1.8.8       | \*️⃣(v1.1, 云朵渲染错误)             |
| Potato Shader                      | Iris 1.8.8       | ✅(v1.0d,all presets)              |
| MakeUp-UltraFast                   | Iris 1.8.8       | ✅(9.1c, high)                      |
| Miniature Shader                   | Iris 1.8.8       | ✅(2.14.5, all presets)             |
| iterationT                         | Iris 1.8.8       | ✅(3.2.0, High)                     |
| iterationT Next                    | Iris 1.8.8       | \*️⃣(1.1.0, 阴影渲染错误)            |
| Vanilletix                         | Iris 1.8.8       | ✅(1.0.5B-Late, all presets)        |
| Bad Apple Shader                   | Iris 1.8.8       | ✅(3.0, all presets)                |
| Stracciatella Shaders              | Iris 1.8.8       | ✅(v1.6.1, all presets)             |
| Simply Upscaled                    | Iris 1.8.8       | ✅(v0.3.6, all presets)             |
| DAV                                | Iris 1.8.8       | ❌(v1.2.5test, 游戏崩溃)            |
| Reflective Vanilla                 | Iris 1.8.8       | ✅(1.0, all presets)                |
| Pixel Craft Shaders                | Iris 1.8.8       | ❌(r1.2, 无法渲染地形)              |
| Musk Rose Shaders                  | Iris 1.8.8       | ✅(v4.1, all presets)               |
| Monophonic                         | Iris 1.8.8       | ✅(1.1, all presets )               |
| LITE Shaders                       | Iris 1.8.8       | ✅(v3.2, all presets)               |
| LBR Enhanced                       | Iris 1.8.8       | ✅(0.0.1, all presets)              |
| Insanity Shader                    | Iris 1.8.8       | ✅(v1.650, all presets)             |
| Nostalgia                          | Iris 1.8.8       | ✅(v5.1, all presets)               |
| Pegasus                            | Iris 1.8.8       | ✅(v0.2.1, all presets)             |
| Ebin Resurrected                   |                  | ✅(v1.5.5, all presets)             |
| UShader                            | Iris 1.8.8       | \*️⃣(v2.2, 所有预设天空盒黑色)       |
| Rethinking Voxels                  | Iris 1.8.8       | ❌(r0.1-beta6a, 无法渲染游戏崩溃)   |
| Best Vanilla Shader                | Iris 1.8.8       | ✅(1.8.0, all presets)              |
| Aurora's Shaders                   | Iris 1.8.8       | ❌(v1.8, 地面无法渲染)              |
| Aeon                               | Iris 1.8.8       | ✅(1.0, all presets)                |
| RedHat                             | Iris 1.8.8       | ✅(v34.3, all presets)              |
| Tea                                | Iris 1.8.8       | ✅(v2.0.0_Dev7, all presets)        |
| Lux                                | Iris 1.8.8       | ✅(v1.1_patch2, all presets)        |
| Curse Fog                          | Iris 1.8.8       | ✅(v1.0.2, all presets)             |
| Open4ES-Renewed                    | Iris 1.8.8       | ✅(v1.0.1, all presets)             |
| Simplicissimus                     | Iris 1.8.8       | ✅(v1.3a, all presets)              |
| Sildur's Vibrant Shaders           | Iris 1.8.8       | ✅(v1.52, all presets)              |
| Sildur's Enhanced                  | Iris 1.8.8       | ✅(v1.171, Fancy)                   |
| Sildur's Basic                     | Iris 1.8.8       | ✅(v2.3, Fancy)                     |
| SEUS                               | Iris 1.8.8       | ✅(v10-RC6, v11.0, all presets)     |
| SEUS E                             | Iris 1.8.8       | ✅(10-12, all presets)              |
| SEUS PTGI HRR                      | Iris 1.8.8       | ❌(2-3, 无法渲染游戏崩溃)           |
| SEUS Renewed                       | Iris 1.8.8       | ✅(v1.0.1, E2, all presets)         |
| SEUS DAZZLING                      | Iris 1.8.8       | ❌(v2.2.4, 光影整体无法渲染)        |
| Super Duper Vanilla                | Iris 1.8.8       | ✅(1.3.7, all presets)              |
| Continuum 1.3                      | Iris 1.8.8       | ❌(天空盒无法渲染)                  |
| Continuum 2.0.5                    | Iris 1.8.8       | ✅(all presets)                     |
| OPAL                               | Iris 1.8.8       | ✅(v1.1.1, all presets)             |
| Vanilla Plus                       | Iris 1.8.8       | ✅(v3.3, all presets)               |
| Voxlementary                       | Iris 1.8.8       | ✅(v1, all presets)                 |
| Kappa                              | Iris 1.8.8       | ✅(v5.3, Ultra)                     |
| Mellow Shader                      | Iris 1.8.8       | ✅(v1.5.4, all presets)             |
| Exposa                             | Iris 1.8.8       | ❌(4.13, 无法渲染地形)              |
| KappaPT                            | Iris 1.8.8       | ❌(P15, 画面黑屏)                   |
| Revelation                         | Iris 1.8.8       | ❌(v1, 地面和建筑无法渲染)          |
| Solas                              | Iris 1.8.8       | ❌(v2.6, Iris 报错无法打开)         |
| What42's Shader Base               | Iris 1.8.8       | ❌(b1.13.2, 无法渲染地形)           |
| Snow Default                       | Iris 1.8.8       | ❌(Alpha1.2, 无法渲染)              |
| Glimmer                            | Iris 1.8.8       | ❌(v1.3-hotfix, 光影无法渲染)       |
| Escheridia                         | Iris 1.8.8       | ❌(v1.2.0, 无法渲染)                |
| Color Splash Shaders               | Iris 1.8.8       | ❌(v1.0.0, 渲染错误)                |
| Voyager Shader                     | Iris 1.8.8       | ❌(2.0.8, 游戏崩溃)                 |
| daybreak                           | Iris 1.8.8       | ❌(0.2, 游戏崩溃)                   |
| Simple Shader One                  | Iris 1.8.8       | ❌(v1, 游戏崩溃)                    |

## Mod Screenshot

### Distant Horzions 2.3.0-b

![Distant Horzions](/assets/Mod_screenshot/sagit/DistantHorzions-2.3.0-b.png)

## Shaderpack Screenshot

### Beyond Belief Legacy v1.2.4

![Beyond Belief Legacy](/assets/shaderpack_screenshot/sagit/beyondbelieflegacy_v1.2.4.png)

### Chocapic13 HighPerformance Toaster

![Chocapic13 HighPerformance Toaster](/assets/shaderpack_screenshot/sagit/chocapic13_hpt.png)

### Complementary Reimagined r5.4

![Complementary Reimagined](/assets/shaderpack_screenshot/sagit/ComplementaryReimagined.png)

### Complementary Unbound r5.4

![Complementary Unbound](/assets/shaderpack_screenshot/sagit/ComplementaryUnbound.png)

### Photon v1.1

![Photon](/assets/shaderpack_screenshot/sagit/photon-v1.1.png)

### iterationT Next 1.1.0

![iterationT Next](/assets/shaderpack_screenshot/sagit/ittnext1.1.0.png)

### UShader v2.2

![UShader](/assets/shaderpack_screenshot/sagit/ushader-2.2.png)

### SEUS DAZZLING v2.2.4

![SEUS DAZZLING](/assets/shaderpack_screenshot/sagit/SEUS-DAZZLING.png)

### Continuum 1.3

![Continuum](/assets/shaderpack_screenshot/sagit/continuum-1.3.png)

### Kappa 5.2 (天空盒问题更新 v5.3 解决)

![Kappa](/assets/shaderpack_screenshot/sagit/kappa5.2.png)

### Exposa 4.13

![Exposa](/assets/shaderpack_screenshot/sagit/exposa4.13.png)

### KappaPT P15

![KappaPT](/assets/shaderpack_screenshot/sagit/kappapt_p15.png)

### Revelation

![Revelation](/assets/shaderpack_screenshot/sagit/Revelation.png)

### Aurora's Shaders v1.8

![Aurora's Shaders](/assets/shaderpack_screenshot/sagit/Aurora'sShaders.png)

### Pixel Craft Shaders v1.8

![Pixel Craft Shaders](/assets/shaderpack_screenshot/sagit/PixelCraftShaders.png)

### Glimmer v1.3-hotfix

![Glimmer](/assets/shaderpack_screenshot/sagit/Glimmer.png)

### Escheridia v1.2.0

![Escheridia](/assets/shaderpack_screenshot/sagit/Escheridia.png)

### Color Splash Shaders v1.0.0

![Color Splash Shaders](/assets/shaderpack_screenshot/sagit/ColorSplashShaders.png)

### What42's Shader Base b1.13.2

![What42's Shader Base](/assets/shaderpack_screenshot/sagit/What42's-Shader-Base.png)

### Snow Default Alpha1.2

![Snow Default](/assets/shaderpack_screenshot/sagit/ColorSplashShaders.png)

## Notes

Kappa v5.2 存在天空盒发黑问题,更新至 v5.3 可以解决

遥远的地平线(Distant Horzions)新版本 2.3.0-b,即便是启用 ANGLE 运行也无法渲染世界


================================================
FILE: DeviceReports/tucana.md
================================================
# Xiaomi Mi CC9 Pro (tucana)

## Device Info

- **SoC**: Snapdragon 730G
- **GPU**: Adreno(TM) 618
- **OS**: Android 11

## MobileGlues version tested

1.1.0.1

## Mod compatibility

| **Mod**                 | **Status** |
| ----------------------- | ---------- |
| Sodium                  | ✅(0.6.6)  |
| Iris                    | ✅(1.8.5)  |
| Xaero's Minimap         | ✅(25.0.0) |
| Xaero's World Map       | ✅(1.39.2) |
| Entity Texture Features | ✅(6.2.10) |

## Shaderpack compatibility

| **Shaderpack** | **ShaderLoader** | **Status**   |
| -------------- | ---------------- | ------------ |
| BSL            | Iris 1.8.5       | ✅(8.4.01.2) |

## Notes

N/A.


================================================
FILE: ModSupportMatrix.md
================================================
<!-- markdownlint-disable MD033 -->

# Mod Support Matrix

This table shows the compatibility of various mods with MobileGlues, as tested on different devices. If you would like to contribute to this list, please submit a pull request with the relevant information.

Guidance on how to fill out the table can be found in the [Call to Action section of README.md](https://github.com/Swung0x48/MobileGlues-release/blob/main/README.md#call-to-action).

<div style="overflow-x: auto;">

| **Device (Codename)**                     | **SoC**                                | **GPU**                               | **OS**      | **Additional Drivers/Plugins in use**         | **MobileGlues** | **Minecraft**   | **ModLoader**                 | **Sodium**                         | **Iris**                        | **Indium** | **Distant Horizon**   | **Xaero's Minimap** | **Xaero's World Map** | **Physics Mod Pro**               | **Create**                      | **TaCZ**          | **Entity Texture Features** | **Modern UI**   | **Continuity** | **Jade**       | **Inventory HUD+** | **Just Enough Items**         | **Report**                                     |
| ----------------------------------------- | -------------------------------------- | ------------------------------------- | ----------- | --------------------------------------------- | --------------- | --------------- | ----------------------------- | ---------------------------------- | ------------------------------- | ---------- | --------------------- | ------------------- | --------------------- | --------- | ------------------------------- | ----------------- | --------------------------- | --------------- | -------------- | -------------- | ------------------ | ----------------------------- | ---------------------------------------------- |
| Xiaomi 15 (dada)                          | Qualcomm Snapdragon 8 Elite (SM8750)   | Adreno (TM) 830                       | Android 15  | N/A                                           | 1.1.0.1         | 1.20.1          | Fabric 0.16.10                | ✅(0.5.11)                         | ✅(1.7.2)                       | ✅(1.0.34) | ✅(2.2.1-a)           | ✅(25.0.0)          | ✅(1.39.2)            | ?                  | ✅(fabric-0.5.1-j)              | ✅(1.0.2)         | ?                           | ✅(3.11.1.6)    | ?              | ?              | ?                  | ?                             | [dada.md](./DeviceReports/dada.md)             |
| vivo X200 Pro (PD2405)                    | MediaTek Dimensity 9400(MT6991Z/CZB)   | Mali-G925-Immortalis MC12             | Android 15  | ANGLE                                         | 1.1.0.1         | 1.20.1          | Fabric 0.16.10                | ✅(0.5.11)                         | ✅(1.7.5)                       | ✅(1.0.36) | ?                     | ✅(25.0.0)          | ✅(1.39.4)            | ?                  | ✅(fabric-0.5.1-j)<sup>\*</sup> | ✅(1.0.2)         | ?                           | ?               | ?              | ?              | ?                  | ?                             | [PD2405.md](./DeviceReports/PD2405.md)         |
| vivo X80 (PD2183)                         | MediaTek Dimensity 9000(MT6983Z/CZA)   | Mali-G710 MC10                        | Android 15  | ANGLE                                         | 1.1.0.1         | 1.20.1          | Fabric 0.16.10                | ✅(0.6.9)                          | ✅(1.8.8)                       | ✅(1.0.36) | ?                     | ✅(25.0.0)          | ✅(1.39.4)            | ?                  | ✅(fabric-0.5.1-j)<sup>\*</sup> | ✅(1.0.2)         | ?                           | ?               | ?              | ?              | ?                  | ?                             | [PD2183.md](./DeviceReports/PD2183.md)         |
| Xiaomi Mi CC9 Pro (tucana)                | Qualcomm Snapdragon 730G(SM7150)       | Adreno (TM) 618                       | Android 11  | N/A                                           | 1.1.0.1         | 1.21.4          | Fabric 0.16.10                | ✅(0.6.6)                          | ✅(1.8.5)                       | ?          | ?                     | ✅(25.0.0)          | ✅(1.39.2)            | ?                  | ?                               | ?                 | ✅(6.2.10)                  | ?               | ?              | ?              | ?                  | ?                             | [tucana.md](./DeviceReports/tucana.md)         |
| aya Odin Lite (OdinLite)                  | MediaTek Dimensity 900(MT6877V/ZA)     | Mali-G68 MC4                          | Android 11  | N/A                                           | 1.1.0.1         | 1.21.1          | Fabric 0.16.10                | ✅(0.6.9)                          | ✅(1.8.8)                       | ?          | ?                     | ✅(25.1.0)          | ✅(1.39.4)            | ?                                | ?                               | ?                 | ?                           | ?               | ?              | ?              | ?                  | ?                             | [OdinLite.md](./DeviceReports/OdinLite.md)     |
| Redmi Note 12 Turbo (marble)              | Qualcomm Snapdragon 7+Gen 2(SM7475)    | Adreno (TM) 725                       | Android 15  | N/A                                           | 1.1.1           | 1.21.1          | Fabric 0.16.10                | ✅(0.6.9)                          | ✅(1.8.8)                       | ✅(1.0.35) | ✅(2.3.0-b)           | ✅(25.1.0)          | ✅(1.39.4)            | ✅(v172b)                  | ✅(6.0.2, NeoForge)             | ?                 | ?                           | ✅(3.11.1.9)    | ✅(3.0.0)      | ✅(15.9.3)     | ✅(3.4.26)         | ✅(19.21.0.247)               | [marble.md](./DeviceReports/marble.md)         |
| Xiaomi 10 Pro (cmi)                       | Qualcomm Snapdragon 865(SM8250)        | Adreno (TM) 650                       | Android 15  | N/A                                           | 1.1.0.1         | 1.20.1          | Fabric 0.16.10                | ✅(0.5.13)                         | ✅(1.7.6)                       | ✅(1.0.36) | ✅(2.2.1-a)           | ✅(25.1.0)          | ✅(1.39.4)            | ?                  | ✅(fabric-0.5.1-j)              | ✅(1.0.2-hotfix3) | ✅(6.2.9)                   | ✅(3.11.1.6)    | ?              | ?              | ?                  | ?                             | [cmi.md](./DeviceReports/cmi.md)               |
| Xiaomi 6 (sagit)                          | Qualcomm Snapdragon 835(MSM8998)       | Adreno (TM) 540                       | Android 15  | N/A                                           | 1.1.1           | 1.21.1          | Fabric 0.16.10                | ✅(0.6.9)                          | ✅(1.8.8)                       | ✅(1.0.35) | ❌(2.3.0-b)           | ✅(25.1.0)          | ✅(1.39.4)            | ✅(v172b)                  | ✅(6.0.2, NeoForge)             | ?                 | ?                           | ✅(3.11.1.9)    | ✅(3.0.0)      | ✅(15.9.3)     | ✅(3.4.26)         | ✅(19.21.0.247)               | [sagit.md](./DeviceReports/sagit.md)           |
| Redmi K20 Pro (raphael)                   | Qualcomm Snapdragon 855(SM8150)        | Adreno (TM) 640                       | Android 13  | N/A                                           | 1.1.0.1         | 1.20.1          | Fabric 0.16.10                | ✅(0.5.13)                         | ✅(1.7.6)                       | ✅(1.0.36) | ✅(2.2.1-a)           | ✅(25.1.0)          | ✅(1.39.4)            | ?                  | ✅(fabric-0.5.1-j)              | ✅(1.0.2-hotfix3) | ✅(6.2.9)                   | ✅(3.11.1.6)    | ?              | ?              | ?                  | ?                             | [raphael.md](./DeviceReports/raphael.md)       |
| Huawei MatePad Air 12 (BKY-W00)           | HUAWEI Kirin T90A                      | Maleoon 910 MP3                       | Android 12  | N/A                                           | 1.1.0.1         | 1.21.1          | Fabric 0.16.10                | ✅(0.6.5)                          | \*️⃣(1.8.1)                      | ?          | ✅(2.2.1-a)           | ✅(25.1.0)          | ✅(1.39.4)            | ?                  | ?                               | ?                 | ?                           | ✅(3.11.1.9)    | ?              | ?              | ?                  | ?                             | [BKY-W00.md](./DeviceReports/BKY-W00.md)       |
| Oppo A9 (PCAM10)                          | MediaTek Helio P70 (MT6771T)           | Mali-G72 MP3                          | Android 11  | ANGLE                                         | 1.1.0.1         | 1.21.4          | Fabric 0.16.10                | ✅(0.6.10)                         | ✅(1.8.8)                       | ?          | ?                     | ✅(25.1.0)          | ✅(1.39.4)            | ?                  | ?                               | ?                 | ✅(6.2.10)                  | ✅(3.11.1.11)   | ✅(3.0.0)      | ✅(17.2.2)     | ✅(3.4.27)         | ?                             | [PCAM10.md](./DeviceReports/PCAM10.md)         |
| OnePlus 13 (PJZ110)                       | Qualcomm Snapdragon 8 Elite (SM8750)   | Adreno (TM) 830                       | Android 15  | N/A                                           | 1.1.0.1         | 1.21.4          | Fabric 0.16.10                | ✅(0.6.10)                         | ✅(1.8.8)                       | ?          | ?                     | ✅(25.1.0)          | ✅(1.39.4)            | ?                  | ?                               | ?                 | ✅(6.2.10)                  | ?               | ?              | ?              | ?                  | ?                             | [PJZ110.md](./DeviceReports/PJZ110.md)         |
| Samsung S24 SM-S921B/DS (e1sxeea)         | Samsung Exynos 2400(S5E9945)           | Xclipse 940(RDNA 3 768:48:32:126 WGP) | Android 14  | N/A (vendor ES driver is already ANGLE)       | 1.1.0.1         | 1.21.4          | Fabric 0.16.10                | ✅(0.6.10)                         | ✅(1.8.8)                       | ?          | ?                     | ✅(25.1.0)          | ✅(1.39.4)            | ?              | ?                               | ?                 | ?                           | ?               | ?              | ?              | ?                  | ?                             | [e1sxeea.md](./DeviceReports/e1sxeea.md)       |
| Xiaomi Pad 6 Pro (liuqin)                 | Qualcomm Snapdragon 8+(SM8475)         | Adreno (TM) 730                       | Android 15  | N/A                                           | 1.1.0.1         | 1.20.1          | Fabric 0.16.10                | ✅(0.5.13)                         | ✅(1.7.6)                       | ✅(1.0.36) | ✅(2.2.1-a)           | ✅(25.1.0)          | ✅(1.39.4)            | ?               | ✅(fabric-0.5.1-j)              | ✅(1.0.2-hotfix3) | ✅(6.2.9)                   | ✅(3.11.1.6)    | ?              | ?              | ?                  | ?                             | [liuqin.md](./DeviceReports/liuqin.md)         |
| HESC TK Watch (DW99)                      | Unisoc SC9832E                         | Mali-T820 MP1                         | Android 8.1 | N/A                                           | 1.1.0.1         | 1.20.1          | Fabric 0.16.10                | ✅(0.5.13)                         | ✅(1.7.6)                       | ✅(1.0.36) | ✅(2.2.1-a)           | ✅(25.1.0)          | ✅(1.39.4)            | ?               | ✅(fabric-0.5.1-j)              | ✅(1.0.2-hotfix3) | ✅(6.2.9)                   | ✅(3.11.1.6)    | ?              | ?              | ?                  | ?                             | [DW99.md](./DeviceReports/DW99.md)             |
| Realme GT Neo 6 (RMX3852)                 | Snapdragon 8s Gen 3 (SM8635)           | Adreno (TM) 735                       | Android 15  | N/A                                           | 1.1.0.1         | 1.21.4          | Fabric 0.16.10                | ✅(0.6.10)                         | ✅(1.8.8)                       | ?          | ?                     | ✅(25.1.0)          | ✅(1.39.4)            | ?               | ?                               | ?                 | ✅(6.2.10)                  | ✅(3.11.1.11)   | ✅(3.0.0)      | ✅(17.2.2)     | ✅(3.4.27)         | ?                             | [RMX3852.md](./DeviceReports/RMX3852.md)       |
| Xiaomi Redmi K70 (vermeer)                | Qualcomm Snapdragon 8 Gen 2 (SM8550)   | Adreno (TM) 740                       | Android 15  | N/A                                           | 1.1.0.1         | 1.20.1          | Fabric 0.16.10                | ✅(0.5.13)                         | ✅(1.7.6)                       | ✅(1.0.36) | ❌(2.2.1-a)           | ✅(25.1.0)          | ✅(1.39.4)            | ?               | ✅(fabric-0.5.1-j)              | ✅(1.0.2-hotfix3) | ?                           | ✅(3.11.1.6)    | ?              | ?              | ?                  | ?                             | [23113RKC6C.md](./DeviceReports/23113RKC6C.md) |
| Xiaomi Redmi K60 (mondrian)               | Qualcomm Snapdragon 8+Gen 1 (SM8475)   | Adreno (TM) 730                       | Android 15  | N/A                                           | 1.1.0.1         | 1.20.1          | Fabric 0.16.10                | ✅(0.5.13)                         | ✅(1.7.6)                       | ✅(1.0.36) | ❌(2.2.1-a)           | ✅(25.1.0)          | ✅(1.39.4)            | ?               | ✅(fabric-0.5.1-j)              | ✅(1.0.2-hotfix3) | ✅(6.2.9)                   | ✅(3.11.1.6)    | ❌(3.0.0)      | ✅(11.12.3)    | ✅(3.4.26)         | ✅(15.20.0.106)               | [RedmiK60.md](./DeviceReports/RedmiK60.md)     |
| Xiaomi 14 (houji)                         | Qualcomm Snapdragon 8 Gen 3 (SM8650)   | Adreno (TM) 750                       | Android 15  | N/A                                           | 1.1.0.1         | 1.21.4          | Fabric 0.16.9                 | ✅(0.6.3)                          | ✅(1.8.3)                       | ✅(1.0.35) | ?                    | ✅(25.1.0)          | ✅(1.39.4)            | ?               | ?                               | ?                | ✅(6.2.10)                  | ✅(3.11.1.11)   | ?              | ?              | ?                  | ?                             | [23127PN0CC.md](./DeviceReports/23127PN0CC.md) |
| Vivo Pad2 (PA2373)                        | MediaTek Dimensity 9000 (MT8798Z/CNZA) | Mali-G710 MC10                        | Android 14  | ANGLE                                         | 1.1.0.1         | 1.21.4          | Fabric 0.16.10                | ✅(0.6.10)                         | ✅(1.8.8)                       | ?          | ?                     | ✅(25.1.0)          | ✅(1.39.4)            | ?               | ?                               | ?                 | ✅(0.6.2.10)                | ✅(3.11.1.11)   | ✅(3.0.0)      | ✅(17.2.2)     | ✅3.4.27           | ?                             | [PA2373.md](./DeviceReports/PA2373.md)         |
| HONOR ViewPad 7 Pro(BRT-W09)              | MediaTek Kompanio 1300T                | Mali G77 MC9                          | Android 12  | ANGLE(Required to archive better performance) | 1.1.0.1         | 1.21.4          | Fabric 0.16.10                | ✅(0.6.10)                         | ✅(1.8.8)                       | ?          | ❎(no 1.21.4 version) | ✅(25.1.0)          | ✅(1.39.4)           | ?               | ?                               | ?                 | ?                           | ✅(3.11.1.11)   | ?              | ?              | ?                  | ?                             | [BRT-W09.md](./DeviceReports/BRT-W09.md)       |
| OPPO Reno9 Pro+ (PGW110)                  | Snapdragon 8+ Gen 1 (SM8475)           | Adreno (TM) 730                       | Android 15  | N/A                                           | 1.1.0.1         | 1.21.4          | Fabric 0.16.10                | ✅(0.6.6)                          | ✅(1.8.5)                       | ?          | ?                     | ✅(25.0.1)          | ✅(1.39.3)            | ?             | ?                               | ?                 | ✅(6.2.10)                  | ?               | ?              | ?              | ?                  | ?                             | [PGW110.md](./DeviceReports/PGW110.md)         |
| Xiaomi Redmi Note 11T Pro + (22041216UC)  | MediaTek Dimensity 8100 (MT6895Z/TCZA) | Mali-G610 MC6                         | Android 14  | N/A                                           | 1.1.0.1         | 1.21.4          | NeoForge 21.4.109-beta        | ✅(0.6.10)                         | ✅(1.8.8)                       | ?          | ?                     | ✅(25.1.0)          | ✅(1.39.4)            | ?            | ?                               | ?                 | ✅(6.2.10)                  | ?               | ?              | ✅(17.3.0)     | ?                  | ?                             | [22041216UC.md](./DeviceReports/22041216UC.md) |
| OPPO A58 5G (PHJ110)                      | MediaTek Dimensity 700 (MT6833V/ZA)    | Mali-G57 MC2                          | Android 13  | N/A                                           | 1.1.0.1         | 1.21.4          | NeoForge 21.4.109-beta        | ✅(0.6.10)                         | ✅(1.8.8)                       | ?          | ?                     | ✅(25.1.0)          | ✅(1.39.4)            | ?           | ?                               | ?                 | ✅(6.2.10)                  | ?               | ?              | ✅(17.3.0)     | ?                  | ?                             | [PHJ110.md](./DeviceReports/PHJ110.md)         |
| Xiaomi Redmi K30 Pro Zoom Editon (lmipro) | Qualcomm Snapdragon 865 5G (SM8250)    | Adreno (TM) 650                       | Android 14  | N/A                                           | 1.1.0.1         | 1.21.3          | Fabric 0.16.10                | ✅(0.6.5)                          | \*️⃣(1.8.1)                      | ?          | ?                     | ✅(25.1.0)          | ✅(1.39.4)            | ?          | ?                               | ?                 | ✅(6.2.9)                   | ?               | ✅(3.0.0)      | ✅(16.0.4)     | ?                  | ?                             | [lmipro.md](./DeviceReports/lmipro.md)         |
| TD Tech M40 (TDT-MA01)                    | Dimensity 1000+ (MT6889)               | Mali-G77 MC9                          | Android 10  | N/A                                           | 1.1.0.1         | 1.21.4          | Fabric 0.16.10                | ✅(0.6.10)                         | ✅(1.8.8)                       | ?          | ?                     | ✅(25.1.0)          | ✅(1.39.4)            | ?          | ?                               | ?                 | ✅(6.2.10)                  | ✅(3.11.1.11)   | ✅(3.0.0)      | ✅(17.2.2)     | ✅(3.4.27)         | ?                             | [TDT-MA01.md](./DeviceReports/TDT-MA01.md)     |
| Vivo Y31s (V2054A)                        | Snapdragon 480 (SM4350)                | Adreno 619                            | Android 11  | N/A                                           | 1.1.0.1         | 1.21.4          | Fabric 0.16.10                | ✅(0.6.10)                         | ✅(1.8.8)                       | ?          | ?                     | ✅(25.1.0)          | ✅(1.39.4)            | ?         | ?                               | ?                 | ✅(6.2.10)                  | ✅(3.11.1.11)   | ✅(3.0.0)      | ✅(17.2.2)     | ✅(3.4.27)         | ?                             | [V2054A.md](./DeviceReports/V2054A.md)         |
| Oppo A72 5G (PDYM20)                      | MediaTek Dimensity 720 (MT6853)        | Mali-G57 MC3                          | Android 12  | N/A                                           | 1.1.0.1         | 1.20.1          | Fabric 0.16.10                | ✅(0.5.13)                         | ✅(1.7.2)                       | ✅(1.0.36) | ✅(2.2.1-a)           | ✅(25.1.0)          | ✅(1.39.4)            | ?         | ✅(fabric-0.5.1-j)              | (1.0.2)           | ✅(6.2.9)                   | ✅(3.11.1.6)    | ✅(3.0.0)      | ✅(11.12.3)    | ✅(3.4.26)         | ✅15.20.0.106                 | [PDYM20.md](./DeviceReports/PDYM20.md)         |
| HUAWEI Mate 30 5G (TAS-AN00)              | Kirin 990 5G                           | Mali-G76                              | Android 12  | N/A                                           | 1.1.0.1         | 1.21.4          | Fabric 0.16.10                | ✅(0.6.10)                         | ✅(1.8.8)                       | ?          | ?                     | ✅(25.1.0)          | ✅(1.39.4)            | ?          | ?                               | ?                 | ✅(6.2.10)                  | ✅(3.11.1.11)   | ✅(3.0.0)      | ✅(17.2.2)     | ✅(3.4.27)         | ?                             | [TAS-AN00.md](./DeviceReports/TAS-AN00.md)     |
| HUAWEI Mate Pad Air 2025 (BKY-W10)        | HUAWEI Kirin T90                       | Maleoon 910                           | Android 12  | N/A                                           | 1.1.0.1         | 1.21.4          | Fabric 0.16.10                | ✅(0.6.10)                         | ✅(1.8.8)                       | ?          | ?                     | ✅(25.1.0)          | ✅(1.39.4)            | ?          | ?                               | ?                 | ?                           | ?               | ?              | ?              | ?                  | ?                             | [BKY-W10.md](./DeviceReports/BKY-W10.md)       |
| Redmi Turbo 3(peridot)                    | Snapdragon 8s Gen 3 (SM8635)           | Adreno (TM) 735                       | Android 15  | ANGLE                                         | 1.1.0.2         | 1.20.1          | Fabric 0.14.22                | ✅(0.5.0)                          | ✅(1.6.5)                       | ✅(1.0.23) | ✅(2.3.0-b)           | X                   | X                     | ?          | ✅(fabric-0.5.1-j)              | ?                 | ?                           | ✅(3.11.1.6)    | ✅(3.0.0)      | ?              | ✅(3.4.17)         | ?                             | [corot.md](./DeviceReports/peridot.md)         |
| Redmi K60 Ultra(corot)                    | MediaTek Dimensity 9200+ (MT6985)      | Mali-G715-Immortails MC11             | Android 15  | ANGLE                                         | 1.1.0.2         | 1.21.1          | Fabric 0.16.10                | ✅(0.6.9)                          | ✅(1.8.8)                       | ✅(1.0.35) | ✅(2.3.0-b)           | ✅(25.1.0)        | ✅(1.39.4)          | ?           | ?                               | ?                 | ?                           | ✅(3.11.1.9)    | ✅(3.0.0)      | ?              | ?                  | ?                             | [corot.md](./DeviceReports/corot.md)           |
| OnePlus 8T (kebab)                        | Qualcomm Snapdragon 865 5G (SM8250)    | Adreno (TM) 650                       | Android 15  | N/A                                           | 1.1.1           | 1.20.1 / 1.21.1 | Forge 47.3.6 / Fabric 0.16.10 | ✅(Fo Embeddium 0.3.31 / Fa 0.6.9) | \*️⃣(Fo Oculus 1.8.0 / Fa 1.8.8) | ?          | ?                     | ✅(Fo 24.6.1)     | ✅(Fo 1.39.2)       | ?          | ?                               | ?                 | ✅(Fa 6.2.9)                | ✅(Fo 3.11.1.6) | ?              | ✅(Fo 11.12.2) | ✅(Fo 3.4.26)      | ✅(Fo 15.20.0.105+EMI 1.1.18) | [kebab.md](./DeviceReports/kebab.md)           |
| Oppo A7 (PBFT00)                          | Qualcomm Snapdragon 450(SDM450)       | Adreno (TM) 506                       | Android 8.1  | N/A                                           | 1.2.7           | 1.20.1/1.21.1          | Fabric 0.16.14/Neoforge 21.1.193                | ✅(0.6.13)                          | ✅(1.8.13)                       | ? | ✅(2.2.1-a)(All settings low)           | ✅(25.1.0)          | ?            | ?                  | ✅(0.5.1j, Forge)             | ?                 | ?                           | ✅(3.11.1.9)    | ?      | ✅(15.8.3 Neoforge)     | ?         | ?               | N/A          |
| Realme Neo 7(Rmx5060)                    | MediaTek Dimensity 9300+ (MT6989)      | Mali-G720-Immortails MC12             | Android 15  | N/A                                         | 1.3.2         | 1.20.1          | Forge 47.4.9                   | ?                             | ?                           | ? | ✅(2.3.4-b)           | ✅(25.2.10)        | ?          | ?           | ✅(0.5.1.j)                               | ?                 | ?                           | ✅(3.12.0.1)    | ?      | ?              | ?                  | ✅(15.20.0.112)                             | N/A           |
<div>


================================================
FILE: README.md
================================================
<!-- markdownlint-disable MD028 MD033 MD041 MD045 -->

<img src="assets/MobileGlues-icon.png" width="128">

# MobileGlues

**Language**: [简体中文](README_CN.md) | [繁體中文](README_CHT.md) | [日本語](README_JP.md)

<a href="https://www.buymeacoffee.com/Swung0x48" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>

> [!NOTE]
>
> The latest version:
>
> **1.3.4**
>
> See [Releases](https://github.com/MobileGL-Dev/MobileGlues-release/releases)

> [!NOTE]
>
> See [CompatibleShaders.md](https://github.com/MobileGL-Dev/MobileGlues-release/blob/main/CompatibleShaders.md) to see compatible Minecraft shaders.
>
> See [CompatibleMods.md](https://github.com/MobileGL-Dev/MobileGlues-release/blob/main/CompatibleMods.md) to see compatible Minecraft mods.
>
> See [Mod Support Matrix](https://github.com/MobileGL-Dev/MobileGlues-release/blob/main/ModSupportMatrix.md) or [Shader Support Matrix](https://github.com/MobileGL-Dev/MobileGlues-release/blob/main/ShaderSupportMatrix.md) to check how your device works out.

**MobileGlues**, which stands for "(on) Mobile, GL uses ES", is a GL implementation running on top of host OpenGL ES 3.x (best on 3.2, minimum 3.0), with running Minecraft: Java Edition in mind.

# Features

1. Capable of running Minecraft [Sodium](https://github.com/CaffeineMC/sodium) mod;

2. Capable of rendering most minecraft shaders with Minecraft [Iris](https://github.com/IrisShaders/Iris) mod or [Optifine](https://optifine.net/home).

3. Capable of running some Minecraft mods with custom rendering routines, such as [JourneyMap](https://teamjm.github.io/journeymap-docs/latest) and [Create](https://createmod.net).

4. Additional QoL features: optional ANGLE as ES driver, shader caching for fast shaderpack reloads, supports Minecraft GPU% reporting, ...and more!

# Open Source Links

[MobileGlues](https://github.com/MobileGL-Dev/MobileGlues)

[MobileGlues-plugin](https://github.com/MobileGL-Dev/MobileGlues-plugin)

# License

MobileGlues and its plugin application are licensed under **GNU LGPL-2.1 License**.

# Call to Action

Since we are a small team, we cannot own every distinct device and do through tests on them.

If you are interested in this project, please consider contributing to the project by:

Filling out the [mod support matrix](https://github.com/MobileGL-Dev/MobileGlues-release/blob/main/ModSupportMatrix.md) or [shader support matrix](https://github.com/MobileGL-Dev/MobileGlues-release/blob/main/ShaderSupportMatrix.md)!

We need your help to test the compatibility of shaders and mods, and a broad variety of devices!

> [!NOTE]
> How to fill out the table
>
> You may:
>
> - Add a new device to the table, by appending a new row to the table. (You can get device codename from `adb shell getprop ro.product.name`)
> - Add a new item to the table, by appending a new column to the table. (Make sure you have modify all the rows to add the column!)
> - Fill out the table with the compatibility of the item on the device, by marking the cell with
>   - a checkmark (✅) if the item is compatible,
>   - or a cross (❌) if the item is fully not compatible (and file an issue/link to the issue).
>   - If the item is not tested (not included in your modpack/you do not install this mod), mark the cell with a question mark (?).
>   - a asterisk (\*️⃣) if the item is working, but have missing features and/or have graphical glitches (and file an issue/link to the issue).
> - If applicable, you may want to mention what additional drivers/plugins rather than the one vendor provides, are in use (such as turnip drivers, ANGLE, etc.) in the "Additional Drivers/Plugins in use" column.
> - If applicable, you should add a file named `*device_codename*.md`, to provide additional information, and put the link in the last column.

# Third-party components

**SPIRV-Cross** by **KhronosGroup** - [Apache License 2.0](https://github.com/KhronosGroup/SPIRV-Cross/blob/master/LICENSE): [github](https://github.com/KhronosGroup/SPIRV-Cross)

**glslang** by **KhronosGroup** - [Various Licenses](https://github.com/KhronosGroup/glslang/blob/main/LICENSE.txt): [github](https://github.com/KhronosGroup/glslang)

**GlslOptimizerV2** by **aiekick** - [Apache License 2.0](https://github.com/aiekick/GlslOptimizerV2/blob/master/LICENSE): [github](https://github.com/aiekick/GlslOptimizerV2)

**cJSON** by **DaveGamble** - [MIT License](https://github.com/DaveGamble/cJSON/blob/master/LICENSE): [github](https://github.com/DaveGamble/cJSON)

**OpenGL Mathematics (*GLM*)** by **G-Truc Creation** - [The Happy Bunny License](https://github.com/g-truc/glm/blob/master/copying.txt): [github](https://github.com/g-truc/glm)

**FidelityFX-FSR** by **AMD** - [MIT License](https://github.com/GPUOpen-Effects/FidelityFX-FSR/blob/master/license.txt): [github](https://github.com/GPUOpen-Effects/FidelityFX-FSR) 

**Perfetto** by **Google** - [Apache License 2.0](https://github.com/google/perfetto/blob/main/LICENSE): [github](https://github.com/google/perfetto)

**xxHash** by **Yann Collet** - [BSD 2-Clause License](https://github.com/Cyan4973/xxHash/blob/dev/LICENSE): [github](https://github.com/Cyan4973/xxHash)

**Gson** by **Google** - [Apache License 2.0](https://github.com/google/gson/blob/main/LICENSE): [github](https://github.com/google/gson)

**AndroidX Activity Compose** by **Android Open Source Project (AOSP)** - [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt): [Android Developers](https://developer.android.com/jetpack/androidx/releases/activity)


================================================
FILE: README_CHT.md
================================================
<!-- markdownlint-disable MD028 MD033 MD041 MD045 -->

<img src="assets/MobileGlues-icon.png" width="128">

# MobileGlues

> [!NOTE]
>
> 最新版本:
>
> **1.3.4**
>
> 請查看 [Release](https://github.com/MobileGL-Dev/MobileGlues-release/releases)

> [!NOTE]
>
> 查看 [CompatibleShaders.md](https://github.com/MobileGL-Dev/MobileGlues-release/blob/main/CompatibleShaders.md) 以獲取兼容的 Minecraft 光影信息。
>
> 查看 [CompatibleMods.md](https://github.com/MobileGL-Dev/MobileGlues-release/blob/main/CompatibleMods.md) 以獲取兼容的 Minecraft 模組信息。
>
> 查看 [模組支持列表](https://github.com/MobileGL-Dev/MobileGlues-release/blob/main/ModSupportMatrix.md) 或 [光影支持列表](https://github.com/MobileGL-Dev/MobileGlues-release/blob/main/ShaderSupportMatrix.md),了解您的設備運行情況。

**MobileGlues**,其名稱意為「(在)移動設備上,GL 使用 ES」,是一個基於 OpenGL ES 3.x(最佳為 3.2,最低 3.0)運行的 GL 實現,專為運行 Minecraft Java 版設計。

# 功能特點

1. 能夠運行 Minecraft 的 [Sodium](https://github.com/CaffeineMC/sodium) 模組;

2. 能夠使用 Minecraft 的 [Iris](https://github.com/IrisShaders/Iris) 模組或 [Optifine](https://optifine.net/home) 渲染大部分光影;

3. 能夠兼容部分具有自定義渲染流程的 Minecraft 模組,如 [JourneyMap](https://teamjm.github.io/journeymap-docs/latest) 和 [Create](https://createmod.net)。

# 開源連結

[MobileGlues](https://github.com/MobileGL-Dev/MobileGlues)

[MobileGlues-plugin](https://github.com/MobileGL-Dev/MobileGlues-plugin)

# 開源許可證

MobileGlues 和它的插件應用程式都以 **GNU LGPL-2.1 License** 開源.

# 加入我們

由於我們的團隊規模較小,我們無法擁有所有設備並對其進行全面測試。

如果您對該項目感興趣,請考慮通過以下方式貢獻:

填寫 [模組設備支持列表](https://github.com/MobileGL-Dev/MobileGlues-release/blob/main/ModSupportMatrix.md) 或 [光影設備支持列表](https://github.com/MobileGL-Dev/MobileGlues-release/blob/main/ShaderSupportMatrix.md)!

我們需要您的幫助來測試不同設備對著色器和模組的兼容性!

> [!NOTE]
> 如何填寫表格:
>
> 您可以:
>
> - 在表格中新增一個設備,通過在表格末尾添加新的一行。(您可以使用 `adb shell getprop ro.product.name` 獲取設備代號)
> - 在表格中新增一個項目,通過在表格末尾添加新的一列。(請確保所有行格式合法!)
> - 在設備的對應單元格中標記兼容性情況:
>   - 兼容的項目標記為 ✅;
>   - 完全不兼容的項目標記為 ❌(並提交問題或提供問題鏈接);
>   - 未測試的項目(不在您的模組包中/您未安裝該模組)標記為 ?;
>   - 存在部分功能缺失或渲染問題的項目標記為 \*️⃣(並提交問題或提供問題鏈接)。
> - 如適用,您可以在 "額外驅動/插件" 列中說明您使用的除官方提供之外的其他驅動或插件(如 Turnip 驅動、ANGLE 等)。
> - 如適用,您應添加一個 `*設備代號*.md` 文件,提供更多詳細信息,並在表格的最後一列附上鏈接。

# 第三方組件

**SPIRV-Cross** by **KhronosGroup** - [Apache License 2.0](https://github.com/KhronosGroup/SPIRV-Cross/blob/master/LICENSE): [github](https://github.com/KhronosGroup/SPIRV-Cross)

**glslang** by **KhronosGroup** - [Various Licenses](https://github.com/KhronosGroup/glslang/blob/main/LICENSE.txt): [github](https://github.com/KhronosGroup/glslang)

**GlslOptimizerV2** by **aiekick** - [Apache License 2.0](https://github.com/aiekick/GlslOptimizerV2/blob/master/LICENSE): [github](https://github.com/aiekick/GlslOptimizerV2)

**cJSON** by **DaveGamble** - [MIT License](https://github.com/DaveGamble/cJSON/blob/master/LICENSE): [github](https://github.com/DaveGamble/cJSON)

**OpenGL Mathematics (*GLM*)** by **G-Truc Creation** - [The Happy Bunny License](https://github.com/g-truc/glm/blob/master/copying.txt): [github](https://github.com/g-truc/glm)

**FidelityFX-FSR** by **AMD** - [MIT License](https://github.com/GPUOpen-Effects/FidelityFX-FSR/blob/master/license.txt): [github](https://github.com/GPUOpen-Effects/FidelityFX-FSR)

**Perfetto** by **Google** - [Apache License 2.0](https://github.com/google/perfetto/blob/main/LICENSE): [github](https://github.com/google/perfetto)

**xxHash** by **Yann Collet** - [BSD 2-Clause License](https://github.com/Cyan4973/xxHash/blob/dev/LICENSE): [github](https://github.com/Cyan4973/xxHash)

**Gson** by **Google** - [Apache License 2.0](https://github.com/google/gson/blob/main/LICENSE): [github](https://github.com/google/gson)

**AndroidX Activity Compose** by **Android Open Source Project (AOSP)** - [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt): [Android Developers](https://developer.android.com/jetpack/androidx/releases/activity)


================================================
FILE: README_CN.md
================================================
<!-- markdownlint-disable MD028 MD033 MD041 MD045 -->

<img src="assets/MobileGlues-icon.png" width="128">

# MobileGlues

> [!NOTE]
>
> 最新版本:
>
> **1.3.4**
>
> 请查看 [Release](https://github.com/MobileGL-Dev/MobileGlues-release/releases)

> [!NOTE]
>
> 查看 [CompatibleShaders.md](https://github.com/MobileGL-Dev/MobileGlues-release/blob/main/CompatibleShaders.md) 以获取兼容的 Minecraft 光影信息。
>
> 查看 [CompatibleMods.md](https://github.com/MobileGL-Dev/MobileGlues-release/blob/main/CompatibleMods.md) 以获取兼容的 Minecraft 模组信息。
>
> 查看 [模组支持列表](https://github.com/MobileGL-Dev/MobileGlues-release/blob/main/ModSupportMatrix.md) 或 [光影支持列表](https://github.com/MobileGL-Dev/MobileGlues-release/blob/main/ShaderSupportMatrix.md),了解您的设备运行情况。

**MobileGlues**,其名称意为“(在)移动设备上,GL 使用 ES”,是一个基于 OpenGL ES 3.x(最佳为 3.2,最低 3.0)运行的 GL 实现,专为运行 Minecraft Java 版设计。

# 功能特点

1. 能够运行 Minecraft 的 [Sodium](https://github.com/CaffeineMC/sodium) 模组;

2. 能够使用 Minecraft 的 [Iris](https://github.com/IrisShaders/Iris) 模组或 [Optifine](https://optifine.net/home) 渲染大部分光影;

3. 能够兼容部分具有自定义渲染流程的 Minecraft 模组,如 [JourneyMap](https://teamjm.github.io/journeymap-docs/latest) 和 [Create](https://createmod.net)。

# 开源链接

[MobileGlues](https://github.com/MobileGL-Dev/MobileGlues)

[MobileGlues-plugin](https://github.com/MobileGL-Dev/MobileGlues-plugin)

# 开源许可证

MobileGlues 和它的插件应用程序都以 **GNU LGPL-2.1 License** 开源.

# 加入我们

由于我们的团队规模较小,我们无法拥有所有设备并对其进行全面测试。

如果您对该项目感兴趣,请考虑通过以下方式贡献:

填写 [模组设备支持列表](https://github.com/MobileGL-Dev/MobileGlues-release/blob/main/ModSupportMatrix.md) 或 [光影设备支持列表](https://github.com/MobileGL-Dev/MobileGlues-release/blob/main/ShaderSupportMatrix.md)!

我们需要您的帮助来测试不同设备对着色器和模组的兼容性!

> [!NOTE]
> 如何填写表格:
>
> 您可以:
>
> - 在表格中新增一个设备,通过在表格末尾添加新的一行。(您可以使用 `adb shell getprop ro.product.name` 获取设备代号)
> - 在表格中新增一个项目,通过在表格末尾添加新的一列。(请确保所有行格式合法!)
> - 在设备的对应单元格中标记兼容性情况:
>   - 兼容的项目标记为 ✅;
>   - 完全不兼容的项目标记为 ❌(并提交问题或提供问题链接);
>   - 未测试的项目(不在您的模组包中/您未安装该模组)标记为 ?;
>   - 存在部分功能缺失或渲染问题的项目标记为 \*️⃣(并提交问题或提供问题链接)。
> - 如适用,您可以在 "额外驱动/插件" 列中说明您使用的除官方提供之外的其他驱动或插件(如 Turnip 驱动、ANGLE 等)。
> - 如适用,您应添加一个 `*设备代号*.md` 文件,提供更多详细信息,并在表格的最后一列附上链接。

# 第三方组件

**SPIRV-Cross** by **KhronosGroup** - [Apache License 2.0](https://github.com/KhronosGroup/SPIRV-Cross/blob/master/LICENSE): [github](https://github.com/KhronosGroup/SPIRV-Cross)

**glslang** by **KhronosGroup** - [Various Licenses](https://github.com/KhronosGroup/glslang/blob/main/LICENSE.txt): [github](https://github.com/KhronosGroup/glslang)

**GlslOptimizerV2** by **aiekick** - [Apache License 2.0](https://github.com/aiekick/GlslOptimizerV2/blob/master/LICENSE): [github](https://github.com/aiekick/GlslOptimizerV2)

**cJSON** by **DaveGamble** - [MIT License](https://github.com/DaveGamble/cJSON/blob/master/LICENSE): [github](https://github.com/DaveGamble/cJSON)

**OpenGL Mathematics (*GLM*)** by **G-Truc Creation** - [The Happy Bunny License](https://github.com/g-truc/glm/blob/master/copying.txt): [github](https://github.com/g-truc/glm)

**FidelityFX-FSR** by **AMD** - [MIT License](https://github.com/GPUOpen-Effects/FidelityFX-FSR/blob/master/license.txt): [github](https://github.com/GPUOpen-Effects/FidelityFX-FSR)

**Perfetto** by **Google** - [Apache License 2.0](https://github.com/google/perfetto/blob/main/LICENSE): [github](https://github.com/google/perfetto)

**xxHash** by **Yann Collet** - [BSD 2-Clause License](https://github.com/Cyan4973/xxHash/blob/dev/LICENSE): [github](https://github.com/Cyan4973/xxHash)

**Gson** by **Google** - [Apache License 2.0](https://github.com/google/gson/blob/main/LICENSE): [github](https://github.com/google/gson)

**AndroidX Activity Compose** by **Android Open Source Project (AOSP)** - [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt): [Android Developers](https://developer.android.com/jetpack/androidx/releases/activity)


================================================
FILE: README_JP.md
================================================
<!-- markdownlint-disable MD028 MD033 MD041 MD045 -->

<img src="assets/MobileGlues-icon.png" width="128">

# MobileGlues

> [!NOTE]
>
> 最新バージョン:
>
> **1.3.4**
>
> [リリース](https://github.com/MobileGL-Dev/MobileGlues-release/releases)を参照してください。

> [!NOTE]
>
> 互換性のある Minecraft のシェーダーについては、[CompatibleShaders.md](https://github.com/MobileGL-Dev/MobileGlues-release/blob/main/CompatibleShaders.md)をご覧ください。
>
> 互換性のある Minecraft の MOD については、[CompatibleMods.md](https://github.com/MobileGL-Dev/MobileGlues-release/blob/main/CompatibleMods.md)をご覧ください。
>
> お使いのデバイスでの動作状況を確認するには、[Mod Support Matrix](https://github.com/MobileGL-Dev/MobileGlues-release/blob/main/ModSupportMatrix.md) または [Shader Support Matrix](https://github.com/MobileGL-Dev/MobileGlues-release/blob/main/ShaderSupportMatrix.md) をご参照ください。

**MobileGlues**(「モバイルで、GL は ES を使用する」の意)は、ホストの OpenGL ES 3.x(ベストは 3.2、最低 3.0)上で動作する GL 実装で、Minecraft Java Edition の実行を目的としています。

# 機能

1. Minecraft の[Sodium](https://github.com/CaffeineMC/sodium) MOD を動作可能。

2. Minecraft の[Iris](https://github.com/IrisShaders/Iris) MOD または [Optifine](https://optifine.net/home) を使用して、ほとんどの Minecraft シェーダーをレンダリング可能。

3. [JourneyMap](https://teamjm.github.io/journeymap-docs/latest) や [Create](https://createmod.net) など、カスタムレンダリングルーチンを持つ一部の Minecraft MOD を動作可能。

# オープンソースリンク

[MobileGlues](https://github.com/MobileGL-Dev/MobileGlues)

[MobileGlues-plugin](https://github.com/MobileGL-Dev/MobileGlues-plugin)

# オープンソースライセンス

MobileGlues とそのプラグイン アプリケーションは、**GNU LGPL-2.1 ライセンス** に基づくオープン ソースです。

特に明記されていない限り、このリポジトリのコンテンツは [ECVL V1.0 ライセンス](https://github.com/MobileGL-Dev/MobileGlues-plugin/blob/main/LICENSE.md) の下で提供されています。

# コール・トゥ・アクション

私たちは小規模なチームのため、すべての異なるデバイスを所有し、それらで完全なテストを行うことができません。

このプロジェクトに興味がある方は、ぜひ以下の方法でプロジェクトに貢献してください!

[Mod Support Matrix](https://github.com/MobileGL-Dev/MobileGlues-release/blob/main/ModSupportMatrix.md) や [Shader Support Matrix](https://github.com/MobileGL-Dev/MobileGlues-release/blob/main/ShaderSupportMatrix.md) を記入してください!

私たちは、シェーダーや MOD の互換性を確認し、多種多様なデバイスでテストするために、皆さんの協力を必要としています!

> [!NOTE]  
> テーブルの記入方法
>
> 以下の方法でテーブルを編集できます:
>
> - 新しいデバイスを追加する場合、新しい行を追加してください。(デバイスのコードネームは `adb shell getprop ro.product.name` で取得可能)
> - 新しい項目を追加する場合、新しい列を追加してください。(すべての行で適切に列を追加してください)
> - デバイスでの互換性を示す場合、以下の記号を使用してください:
>   - ✅(チェックマーク):互換性あり
>   - ❌(バツ):完全に非互換(問題を報告/リンクを添付)
>   - ?(クエスチョンマーク):未検証(MOD パックに含まれていない/インストールしていない)
>   - \*️⃣(アスタリスク):動作するが、一部の機能が欠落またはグラフィックの不具合あり(問題を報告/リンクを添付)
> - 必要に応じて、「Additional Drivers/Plugins in use(使用中の追加ドライバー/プラグイン)」の列に、ベンダー提供以外の追加ドライバーやプラグイン(例: Turnip ドライバー、ANGLE など)を記入してください。
> - 必要に応じて `*device_codename*.md` というファイルを作成し、追加情報を提供し、最後の列にリンクを記載してください。

# サードパーティコンポーネント

**SPIRV-Cross** by **KhronosGroup** - [Apache License 2.0](https://github.com/KhronosGroup/SPIRV-Cross/blob/master/LICENSE): [github](https://github.com/KhronosGroup/SPIRV-Cross)

**glslang** by **KhronosGroup** - [Various Licenses](https://github.com/KhronosGroup/glslang/blob/main/LICENSE.txt): [github](https://github.com/KhronosGroup/glslang)

**GlslOptimizerV2** by **aiekick** - [Apache License 2.0](https://github.com/aiekick/GlslOptimizerV2/blob/master/LICENSE): [github](https://github.com/aiekick/GlslOptimizerV2)

**cJSON** by **DaveGamble** - [MIT License](https://github.com/DaveGamble/cJSON/blob/master/LICENSE): [github](https://github.com/DaveGamble/cJSON)

**OpenGL Mathematics (*GLM*)** by **G-Truc Creation** - [The Happy Bunny License](https://github.com/g-truc/glm/blob/master/copying.txt): [github](https://github.com/g-truc/glm)

**FidelityFX-FSR** by **AMD** - [MIT License](https://github.com/GPUOpen-Effects/FidelityFX-FSR/blob/master/license.txt): [github](https://github.com/GPUOpen-Effects/FidelityFX-FSR)

**Perfetto** by **Google** - [Apache License 2.0](https://github.com/google/perfetto/blob/main/LICENSE): [github](https://github.com/google/perfetto)

**xxHash** by **Yann Collet** - [BSD 2-Clause License](https://github.com/Cyan4973/xxHash/blob/dev/LICENSE): [github](https://github.com/Cyan4973/xxHash)

**Gson** by **Google** - [Apache License 2.0](https://github.com/google/gson/blob/main/LICENSE): [github](https://github.com/google/gson)

**AndroidX Activity Compose** by **Android Open Source Project (AOSP)** - [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt): [Android Developers](https://developer.android.com/jetpack/androidx/releases/activity)


================================================
FILE: ShaderSupportMatrix.md
================================================
<!-- markdownlint-disable MD033 -->

# Shader Support Matrix

This table shows the compatibility of various shaderpacks with MobileGlues, as tested on different devices. If you would like to contribute to this list, please submit a pull request with the relevant information.

Guidance on how to fill out the table can be found in the [Call to Action section of README.md](https://github.com/Swung0x48/MobileGlues-release/blob/main/README.md#call-to-action).

<div style="overflow-x: auto;">

| **Device (Codename)**                     | **SoC**                              | **GPU**                   | **OS**      | **Additional Drivers/Plugins in use**   | **MobileGlues** | **Minecraft**   | **ShaderLoader**                       | **BSL**                                                       | **Chocapic13 V6 Lite**                                        | **MakeUp-UltraFast**                                          | **Photon**                            | **iterationT**                                 | **SEUS PTGI HRR3**        | **ComplementaryReimaged**                   | **ComplementaryUnbound**                    | **Derivative Main**              | **Lux**                                                       | **BSL Classic**               | **Report**                                                               |
| ----------------------------------------- | ------------------------------------ | ------------------------- | ----------- | --------------------------------------- | --------------- | --------------- | -------------------------------------- | ------------------------------------------------------------- | ------------------------------------------------------------- | ------------------------------------------------------------- | ------------------------------------- | ---------------------------------------------- | ------------------------- | ------------------------------------------- | ------------------------------------------- | -------------------------------- | ------------------------------------------------------------- | ----------------------------- | ------------------------------------------------------------------------ |
| Xiaomi 15 (dada)                          | Snapdragon 8 Elite                   | Adreno 830                | Android 15  | N/A                                     | 1.1.0.1         | 1.20.1          | Iris 1.7.2                             | ✅(8.4, all presets)                                          | ✅                                                            | ✅(9.1c, all presets)                                         | ❌(v1.1)                              | ✅(3.2.0, all presets)                         | ✅<sup>\*</sup>           | ?                                           | ?                                           | ?                                | ?                                                             | ?                             | [dada.md](./DeviceReports/dada.md)                                       |
| vivo X200 Pro (PD2405)                    | Dimensity 9400                       | Mali-G925-Immortalis MC12 | Android 15  | ANGLE                                   | 1.1.0.1         | 1.20.1          | Iris 1.7.5                             | ✅(8.4)                                                       | ?                                                             | ?                                                             | ?                                     | ?                                              | ?                         | ?                                           | ?                                           | ?                                | ?                                                             | ?                             | [PD2405.md](./DeviceReports/PD2405.md)                                   |
| vivo X80 (PD2183)                         | Dimensity 9000                       | Mali-G710 MC10            | Android 15  | ANGLE                                   | 1.1.0.1         | 1.20.1          | Iris 1.7.5                             | ✅(8.4)                                                       | ✅                                                            | ✅(9.1c, all presets)                                         | ❌                                    | ✅(3.2.0, all presets)                         | ✅                        | ✅                                          | ✅                                          |                                  | ?                                                             | ?                             | [PD2183.md](./DeviceReports/PD2183.md)                                   |
| Xiaomi Mi CC9 Pro (tucana)                | Snapdragon 730G                      | Adreno 618                | Android 11  | N/A                                     | 1.1.0.1         | 1.21.4          | Iris 1.8.5                             | ✅(8.4)                                                       | ?                                                             | ?                                                             | ?                                     | ?                                              | ?                         | ?                                           | ?                                           | ?                                | ?                                                             | ?                             | [tucana.md](./DeviceReports/tucana.md)                                   |
| aya Odin Lite (OdinLite)                  | Dimensity 900                        | Mali-G68 MC4              | Android 11  | N/A                                     | 1.1.0.1         | 1.21.1          | Iris 1.8.8                             | ✅(8.4.02.1, all presets)                                     | ?                                                             | ?                                                             | ?                                     | ?                                              | ?                         | ?                                           | ?                                           | ?                                | ?                                                             | ?                             | [OdinLite.md](./DeviceReports/OdinLite.md)                               |
| Redmi Note 12 Turbo (marble)              | Snapdragon 7+Gen2                    | Adreno 725                | Android 15  | N/A                                     | 1.1.1           | 1.21.1          | Iris 1.8.8                             | ✅(8.4.02.2, all presets)                                     | ✅                                                            | ✅(9.1c, all presets)                                         | ✅(v1.1, all presets)                 | ✅(3.2.0, all presets)                         | ✅<sup>\*</sup>           | ✅(r5.4, High)                              | ✅(r5.4, High)                              | ✅(2.0.1, d24.4.14, all presets) | ✅(v1.1_patch2, all presets)                                  | ✅(8.4.02.2, all presets)     | [marble.md](./DeviceReports/marble.md)                                   |
| Xiaomi 10 Pro (cmi)                       | Snapdragon 865                       | Adreno 650                | Android 15  | N/A                                     | 1.1.0.1         | 1.20.1          | Iris 1.7.6                             | ✅(8.4,all presets)                                           | ?                                                             | ?                                                             | \*️⃣(v1.1,闪烁奇怪色块)                | ✅(3.2.0)                                      | ?                         | ?                                           | ?                                           | ?                                | ?                                                             | ?                             | [cmi.md](./DeviceReports/cmi.md)                                         |
| Xiaomi 6 (sagit)                          | Snapdragon 835                       | Adreno 540                | Android 15  | N/A                                     | 1.1.1           | 1.21.1          | Iris 1.8.8                             | ✅(8.4.02.2)                                                  | ✅                                                            | ✅(9.1c, all presets)                                         | \*️⃣(v1.1, 云渲染错误)                 | ✅(3.2.0, all presets)                         | ❌                        | ❌(r5.4)                                    | ❌(r5.4)                                    | ✅(2.0.1, d24.4.14, all presets) | ✅(v1.1-patch2, all presets)                                  | ✅(8.4.02.2, all presets)     | [sagit.md](./DeviceReports/sagit.md)                                     |
| Redmi K20 Pro (raphael)                   | Snapdragon 855                       | Adreno 640                | Android 13  | N/A                                     | 1.1.0.1         | 1.20.1          | Iris 1.7.6                             | ✅(8.4,all presets)                                           | ?                                                             | ?                                                             | \*️⃣(v1.1,闪烁奇怪色块)                | ✅(3.2.0)                                      | ?                         | ?                                           | ?                                           | ?                                | ?                                                             | ?                             | [raphael.md](./DeviceReports/raphael.md)                                 |
| Huawei MatePad Air 12 (BKY-W00)           | Kirin T90A                           | Maleoon 910               | Android 12  | N/A                                     | 1.1.0.1         | 1.21.1          | optifine HD_U_J1                       | ✅(8.4,all presets)                                           | ✅                                                            | ?                                                             | \*️⃣(v1.1,黑)                          | \*️⃣(3.2.0,黑)                                  | ?                         | ?                                           | ?                                           | ?                                | ?                                                             | ?                             | [BKY-W00.md](./DeviceReports/BKY-W00.md)                                 |
| Oppo A9 (PCAM10)                          | MediaTek Helio P70 (MT6771T)         | Mali-G72 MP3              | Android 11  | ANGLE                                   | 1.1.0.1         | 1.21.4          | Iris 1.8.8                             | ✅(8.4.02.2, all presets)                                     | \*️⃣(V6 Lite, all presets)                                     | ✅(9.1c, high)                                                | \*️⃣(v1.1,黑色色块闪烁)                | \*️⃣(3.2.0, 黑屏)                               | ❌<sup>\*</sup>           | ✅(r5.4, High)                              | ✅(r5.4, High)                              | ❌                               | ?                                                             | ?                             | [PCAM10.md](./DeviceReports/PCAM10.md)                                   |
| OnePlus 13 (PJZ110)                       | Snapdragon 8 Elite (SM8750)          | Adreno (TM) 830           | Android 15  | N/A                                     | 1.1.0.1         | 1.21.4          | Iris 1.8.8                             | ✅(8.4.02.2, all presets)                                     | ✅(V6 Lite, all presets)                                      | ✅(9.1c, high)                                                | ✅(v1.1)                              | ✅(3.2.0)                                      | ✅<sup>\*</sup>           | ?                                           | ?                                           | ?                                | ?                                                             | ?                             | [PJZ110.md](./DeviceReports/PJZ110.md)                                   |
| Samsung S24 SM-S921B/DS (e1sxeea)         | Exynos 2400                          | Xclipse 940               | Android 14  | N/A (vendor ES driver is already ANGLE) | 1.1.0.1         | 1.21.4          | Fabric 0.16.10                         | ✅(8.4.01.2, all presets)                                     | ✅(V6 Lite, all presets)                                      | ✅(9.1c, all presets)                                         | ✅(v1.1)                              | ✅(3.2.0, all presets)                         | ✅<sup>\*</sup>           | \*️⃣(r5.4, won't load 'very high', below OK) | \*️⃣(r5.4, won't load 'very high', below OK) | ✅(d24.4.14, all presets)        | ?                                                             | ?                             | [e1sxeea.md](./DeviceReports/e1sxeea.md)                                 |
| Xiaomi Pad 6 Pro (liuqin)                 | Snapdragon 8+                        | Adreno 730                | Android 15  | N/A                                     | 1.1.0.1         | 1.20.1          | Iris 1.7.6                             | ✅(8.4,all presets)                                           | ?                                                             | ?                                                             | ✅(v1.1,all presets)                  | \*️⃣(3.2.0, 水体异常)                           | ?                         | ?                                           | \*️⃣(r5.4, 方块不渲染)                       | ?                                | ?                                                             | ?                             | [liuqin.md](./DeviceReports/liuqin.md)                                   |
| HESC TK Watch (DW99)                      | SC9832E                              | Mali-T820 MP1             | Android 8.1 | N/A                                     | 1.1.0.1         | 1.20.1          | Iris 1.7.6                             | \*️⃣(8.4,无法渲染方块)                                         | ?                                                             | ?                                                             | ?                                     | ?                                              | ?                         | ?                                           | ?                                           | ?                                | ?                                                             | ?                             | [DW99.md](./DeviceReports/DW99.md)                                       |
| Xiaomi Redmi K70 (23113RKC6C)             | Qualcomm Snapdragon 8 Gen 2 (SM8550) | Adreno (TM) 740           | Android 15  | N/A                                     | 1.1.0.1         | 1.20.1          | iris 1.7.6                             | ✅(8.4.01.2)                                                  | ✅(V9 High)                                                   | ✅(9.1c)                                                      | ✅(v1.1)                              | ✅(3.2.0)                                      | ❌                        | \*️⃣(r5.4,无任何效果)                        | \*️⃣(r5.4,无任何效果)                        | \*️⃣(d24.4.14, 无任何效果)        | ?                                                             | ?                             | [23113RKC6C.md](./DeviceReports/23113RKC6C.md)                           |
| Realme GT Neo 6 (RMX3852)                 | Snapdragon 8s Gen 3 (SM8635)         | Adreno 735                | Android 15  | N/A                                     | 1.1.0.1         | 1.21.4          | Iris 1.8.8                             | ✅(8.4.01.2)                                                  | ✅(V6 Lite)                                                   | ✅(9.1c)                                                      | ✅(v1.1)                              | ✅(3.2.0)                                      | ?                         | ✅(r5.4)                                    | ✅(r5.4)                                    | ✅(d24.4.14)                     | ?                                                             | ?                             | [RMX3852.md](./DeviceReports/RMX3852.md)                                 |
| Vivo Pad2 (PA2373)                        | MediaTek Dimensity 9000 (MT8798)     | Mali-G710 MC10            | Android 14  | ANGLE                                   | 1.1.0.1         | 1.21.4          | Iris 1.8.8                             | ✅(8.4.02.2, all presets)                                     | ?                                                             | ✅(9.1c, all presets)                                         | ?                                     | ?                                              | ?                         | ?                                           | ?                                           | ?                                | ?                                                             | ?                             | [PA2373.md](./DeviceReports/PA2373.md)                                   |
| Xiaomi 14 (23127PN0CC)                    | Snapdragon 8 Gen 3 (SM8650)          | Adreno (TM) 750           | Android 15  | ANGLE                                   | 1.1.0.1         | 1.21.4          | Iris 1.8.3                             | ✅(8.4, all presets)                                          | ✅(V9 Ultra)                                                  | ✅(9.1c, all presets)                                         | ✅(v1.1)                              | ✅(3.2.0, all presets)                         | \*️⃣(水反部分色彩有问题) | ?                                           | ✅(r5.4, High)                              | \*️⃣(v2.0.1,无效果)            | ?                                                             | ?                             | [23127PN0CC.md](./DeviceReports/23127PN0CC.md)                           |
| Xiaomi Redmi K30 Pro Zoom Editon (lmipro) | Qualcomm Snapdragon 865 5G (SM8250)  | Adreno (TM) 650           | Android 14  | N/A                                     | 1.1.0.1         | 1.21.3          | Iris 1.8.1                             | ?                                                             | ?                                                             | ✅(9.1c, all presets)                                         | ?                                     | ?                                              | ?                         | ?                                           | ?                                           | ?                                | ?                                                             | ?                             | [lmipro.md](./DeviceReports/lmipro.md)                                   |
| TD Tech M40 (TDT-MA01)                    | Dimensity 1000+ (MT6889)             | Mali-G77 MC9              | Android 10  | N/A                                     | 1.1.0.1         | 1.21.4          | Iris 1.8.8                             | ✅(8.4.01.2)                                                  | ✅(V6 Lite)                                                   | ✅(9.1c)                                                      | \*️⃣(v1.1,天空渲染错误)               | \*️⃣(3.2.0,除了水面波纹,草晃动外没有任何效果) | ?                         | ❌(r5.4)                                    | ❌(r5.4)                                    | ?                                | ?                                                             | ?                             | [TDT-MA01.md](./DeviceReports/TDT-MA01.md)                               |
| HONOR ViewPad 7 Pro (BRT-W09)             | MediaTek Kompanio 1300T              | Mali G77 MC9              | Android 12  | ANGLE                                   | 1.1.0.1         | 1.21.4          | Iris 1.8.8                             | \*️⃣(8.4.02.2)                                                 | ?                                                             | ✅(9.1c)                                                      | \*️⃣(v1.1)                             | ?                                              | ?                         | ❎(r5.4)                                    | ❎(r5.4)                                    | ?                                | ✅(v1.1)                                                      | ✅(8.4.02.2)                  | [BRT-W09.md](./DeviceReports/BRT-W09.md)                                 |
| Vivo Y31s (V2054A)                        | Snapdragon 480 (SM4350)              | Adreno 619                | Android 11  | N/A                                     | 1.1.0.1         | 1.21.4          | Iris 1.8.8                             | ✅(8.4.01.2)                                                  | ✅(V6 Lite)                                                   | ✅(9.1c)                                                      | ✅(v1.1)                              | ✅(3.2.0)                                      | ?                         | ❌(r5.4)                                    | ❌(r5.4)                                    | ?                                | ?                                                             | ?                             | [V2054A.md](./DeviceReports/V2054A.md)                                   |
| Oppo A72 5G (PDYM20)                      | MediaTek Dimensity 720 (MT6853)      | Mali G57 MC3              | Android 12  | N/A                                     | 1.1.0.1         | 1.20.1          | Iris 1.7.2                             | ✅(8.4, all presets)                                          | ?                                                             | ✅(9.1c,all presets)                                          | ❌(v1.1)                              | ✅(3.2.0, all presets)                         | ?                         | ?                                           | ?                                           | ?                                | ?                                                             | ?                             | [BRT-W09.md](./DeviceReports/BRT-W09.md)                                 |
| HUAWEI Mate 30 5G (TAS-AN00)              | Kirin 990 5G                         | Mali-G76                  | Android 12  | N/A                                     | 1.1.0.1         | 1.21.4          | Iris 1.8.8                             | \*️⃣(8.4.01.2,实体渲染错误)                                   | \*️⃣(V6 Lite,实体渲染错误)                                    | \*️⃣(9.1c,实体渲染错误)                                       | \*️⃣(v1.1,天空渲染错误,实体渲染错误) | \*️⃣(3.2.0,世界渲染错误,实体渲染错误)         | ?                         | ❌(r5.4)                                    | ❌(r5.4)                                    | ?                                | ?                                                             | ?                             | [TAS-AN00.md](./DeviceReports/TAS-AN00.md)                               |
| HUAWEI Mate Pad Air 2024(BKY-W10)         | Kirin T90                            | Maleoon 910               | Android 12  | N/A                                     | 1.1.0.1         | 1.21.4          | Iris 1.8.8                             | \*️⃣(仅渲染原版天空颜色,云层、水面、方块、实体、阴影均不渲染) | \*️⃣(仅渲染原版天空颜色,云层、水面、方块、实体、阴影均不渲染) | \*️⃣(仅渲染原版天空颜色,云层、水面、方块、实体、阴影均不渲染) | ?                                     | ?                                              | ?                         | ?                                           | ?                                           | ?                                | \*️⃣(仅渲染原版天空颜色,云层、水面、方块、实体、阴影均不渲染) | ?                             | [BKY-W10.md](./DeviceReports/BKY-W10.md)                                 |
| Redmi Turbo 3(peridot)                    | Snapdragon 8s Gen 3 (SM8635)         | Adreno 735                | Android 15  | ANGLE                                   | 1.1.0.2         | 1.20.1          | Iris 1.7.5                             | ✅(8.4,all presets)                                           | ?                                                             | ?                                                             | \*️⃣(v1.1,闪烁奇怪色块)                | ✅(3.2.0)                                      | ?                         | ✅(r5.4)                                    | ✅(r5.4)                                    | ?                                | ?                                                             | ?                             | [peridot.md](./DeviceReports/peridot.md)                                 |
| Redmi K60 (23013RK75C)                    | Snapdragon 8+Gen 1 (SM8475)          | Adreno 730                | Android 15  | N/A                                     | 1.1.0.1         | 1.21.1          | Iris 1.8.8                             | ✅ (8.4.02.2)                                               | ✅                                                            | ✅ (9.1c)                                                   | ✅ (v1.1)                           | ✅ (3.2.0)                                   | ?                        | ❌                                          | ❌                                          | ❌                               | ❌                                                            | ✅                            | [RedmiK60-shaders-report.md](./DeviceReports/RedmiK60-shaders-report.md) |
| Redmi K60 Ultra(corot)                    | MediaTek Dimensity 9200+ (MT6985)    | Mali-G715-Immortails MC11 | Android 15  | ANGLE                                   | 1.1.0.2         | 1.21.1          | Iris 1.8.8                             | ✅ (8.4,全预设,无 ANGLE 无水反)                            | ✅                                                            | ✅ (9.1c,全预设)                                            | \*️⃣(v1.1,闪烁奇怪色块)              | ✅ (3.2.0,全预设,无 ANGLE 无天空盒)        | ✅(容易卡到闪退)        | ?                                          | ?                                          | ❌(全预设)                     | ?                                                             | ✅(全预设,无 ANGLE 无水反) | [corot.md](./DeviceReports/corot.md)                                     |
| OnePlus 8T (kebab)                        | Qualcomm Snapdragon 865 5G (SM8250)  | Adreno (TM) 650           | Android 15  | N/A                                     | 1.1.1           | 1.20.1 / 1.21.1 | Forge Oculus 1.8.0 / Fabric Iris 1.8.8 | ?                                                             | ?                                                             | ?                                                             | ?                                     | ?                                              | ?                         | ❌(r5.4, framebuffer error)                 | ❌(r5.4, framebuffer error)                 | ?                                | ?                                                             | ?                             | [kebab.md](./DeviceReports/kebab.md)                                     |

<div>
Download .txt
gitextract_8i_1rf18/

├── .github/
│   ├── ISSUE_TEMPLATE/
│   │   └── bug_report.md
│   └── workflows/
│       └── format-pull-request.yml
├── .prettierrc.yml
├── CompatibleMods.md
├── CompatibleShaders.md
├── DeviceReports/
│   ├── 22041216UC.md
│   ├── 22081212C.md
│   ├── 23113RKC6C.md
│   ├── 23127PN0CC.md
│   ├── BKY-W00.md
│   ├── BKY-W10.md
│   ├── BRT-W09.md
│   ├── DW99.md
│   ├── OdinLite.md
│   ├── PA2373.md
│   ├── PCAM10.md
│   ├── PD2183.md
│   ├── PD2405.md
│   ├── PDYM20.md
│   ├── PGW110.md
│   ├── PHJ110.md
│   ├── PJZ110.md
│   ├── RMX3852.md
│   ├── RedmiK60-shaders-report.md
│   ├── RedmiK60.md
│   ├── TAS-AN00.md
│   ├── TDT-MA01.md
│   ├── V2054A.md
│   ├── cmi.md
│   ├── corot.md
│   ├── dada.md
│   ├── e1sxeea.md
│   ├── kebab.md
│   ├── liuqin.md
│   ├── lmipro.md
│   ├── marble.md
│   ├── peridot.md
│   ├── raphael.md
│   ├── sagit.md
│   └── tucana.md
├── ModSupportMatrix.md
├── README.md
├── README_CHT.md
├── README_CN.md
├── README_JP.md
└── ShaderSupportMatrix.md
Condensed preview — 46 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (159K chars).
[
  {
    "path": ".github/ISSUE_TEMPLATE/bug_report.md",
    "chars": 950,
    "preview": "---\nname: Bug report\nabout: Create a report to help us improve\ntitle: ''\nlabels: ''\nassignees: ''\n---\n\n**Describe the bu"
  },
  {
    "path": ".github/workflows/format-pull-request.yml",
    "chars": 608,
    "preview": "name: Format docs on PR with Prettier\n\non:\n  pull_request:\n    branches: [main]\n\njobs:\n  format:\n    runs-on: ubuntu-lat"
  },
  {
    "path": ".prettierrc.yml",
    "chars": 64,
    "preview": "printWidth: 88\nsemi: false\nsingleQuote: true\ntrailingComma: all\n"
  },
  {
    "path": "CompatibleMods.md",
    "chars": 1809,
    "preview": "<!-- markdownlint-disable MD033 -->\n\n> [!WARNING]\n>\n> The compatible mods listed in this document are **based on testing"
  },
  {
    "path": "CompatibleShaders.md",
    "chars": 9122,
    "preview": "<!-- markdownlint-disable MD033 -->\n\n> [!WARNING]\n> \n> ⚠️ **Disclaimer:** This compatibility list is based on testing co"
  },
  {
    "path": "DeviceReports/22041216UC.md",
    "chars": 2085,
    "preview": "<!-- markdownlint-disable MD033 -->\n\n# Xiaomi Redmi Note 11T Pro + (22041216UC)\n\n## Device Info\n\n- **SoC**: MediaTek Dim"
  },
  {
    "path": "DeviceReports/22081212C.md",
    "chars": 1294,
    "preview": "<!-- markdownlint-disable MD033 -->\n\n# Xiaomi Redmi K50 Ultra (22081212C)\n\n## Device Info\n\n- **SoC**: Snapdragon 8+ Gen "
  },
  {
    "path": "DeviceReports/23113RKC6C.md",
    "chars": 1594,
    "preview": "<!-- markdownlint-disable MD033 -->\n\n# Xiaomi Redmi K70 (23113RKC6C)\n\n## Device Info\n\n- **SoC**: Qualcomm Snapdragon 8 G"
  },
  {
    "path": "DeviceReports/23127PN0CC.md",
    "chars": 1371,
    "preview": "<!-- markdownlint-disable MD033 -->\n\n# Xiaomi 14 (23127PN0CC)\n\n## Device Info\n\n- **SoC**: Snapdragon 8 Gen 3 (SM8650)\n- "
  },
  {
    "path": "DeviceReports/BKY-W00.md",
    "chars": 1105,
    "preview": "# Huawei MatePad Air 12 (BKY-W00)\n\n## Device Info\n\n- **SoC**: Kirin T90A\n- **GPU**: Maleoon 910\n- **OS**: Android 12\n\n##"
  },
  {
    "path": "DeviceReports/BKY-W10.md",
    "chars": 1334,
    "preview": "# Huawei MatePad Air 2024(BKY-W10)\n\n## Device Info\n\n- **SoC**: Kirin T90\n- **GPU**: Maleoon 910\n- **OS**: Android 12\n\n##"
  },
  {
    "path": "DeviceReports/BRT-W09.md",
    "chars": 4179,
    "preview": "<!-- markdownlint-disable MD033 MD036 -->\n\n# HONOR ViewPad 7 Pro (BRT-W09)\n\n## Device Info\n\n- **SoC**: MediaTek Kompanio"
  },
  {
    "path": "DeviceReports/DW99.md",
    "chars": 959,
    "preview": "# HESC TK Watch (DW99)\n\n## Device Info\n\n- **SoC**: SC9832E\n- **GPU**: Mali-T820 MP1\n- **OS**: Android 8.1\n\n## MobileGlue"
  },
  {
    "path": "DeviceReports/OdinLite.md",
    "chars": 625,
    "preview": "# aya Odin Lite (OdinLite)\n\n## Device Info\n\n- **SoC**: Dimensity 900\n- **GPU**: Mali-G68 MC4\n- **OS**: Android 11\n\n## Mo"
  },
  {
    "path": "DeviceReports/PA2373.md",
    "chars": 1032,
    "preview": "<!-- markdownlint-disable MD033 -->\n\n# Vivo Pad2 (PA2373)\n\n## Device Info\n\n- **SoC**: MediaTek Dimensity 9000 (MT8798)\n-"
  },
  {
    "path": "DeviceReports/PCAM10.md",
    "chars": 2344,
    "preview": "<!-- markdownlint-disable MD033 -->\n\n# Oppo A9 (PCAM10)\n\n## Device Info\n\n- **SoC**: MediaTek Helio P70 (MT6771T)\n- **GPU"
  },
  {
    "path": "DeviceReports/PD2183.md",
    "chars": 2021,
    "preview": "<!-- markdownlint-disable MD033 -->\n\n# ViVO x80 (PD2183)\n\n## Device Info\n\n- **SoC**: MediaTek Dimensity 9000 (MT6983)\n- "
  },
  {
    "path": "DeviceReports/PD2405.md",
    "chars": 866,
    "preview": "<!-- markdownlint-disable MD033 -->\n\n# vivo X200 Pro (PD2405)\n\n## Device Info\n\n- **SoC**: Dimensity 9400\n- **GPU**: Mali"
  },
  {
    "path": "DeviceReports/PDYM20.md",
    "chars": 950,
    "preview": "<!-- markdownlint-disable MD033 -->\n\n# Oppo A72 5G (PDYM20)\n\n## Device Info\n\n- **SoC**: MediaTek Dimensity 720 (MT6853)\n"
  },
  {
    "path": "DeviceReports/PGW110.md",
    "chars": 1409,
    "preview": "<!-- markdownlint-disable MD033 -->\n\n# OPPO Reno9 Pro+ (PGW110)\n\n## Device Info\n\n- **SoC**: Snapdragon 8+ Gen 1 (SM8475)"
  },
  {
    "path": "DeviceReports/PHJ110.md",
    "chars": 1232,
    "preview": "# OPPO A58 5G (PHJ110)\n\n## Device Info\n\n- **SoC**: MediaTek Dimensity 700\n- **GPU**: Mali-G57 MC2\n- **OS**: Android 13\n\n"
  },
  {
    "path": "DeviceReports/PJZ110.md",
    "chars": 1236,
    "preview": "<!-- markdownlint-disable MD033 -->\n\n# OnePlus 13 (PJZ110)\n\n## Device Info\n\n- **SoC**: Snapdragon 8 Elite (SM8750)\n- **G"
  },
  {
    "path": "DeviceReports/RMX3852.md",
    "chars": 942,
    "preview": "# Realme GT Neo 6 (RMX3852)\n\n## Device Info\n\n- **SoC**: Snapdragon 8s Gen 3 (SM8635)\n- **GPU**: Adreno 735\n- **OS**: And"
  },
  {
    "path": "DeviceReports/RedmiK60-shaders-report.md",
    "chars": 6353,
    "preview": "# Redmi K60 (mondrian)\n\n## Device Info\n\n- **SoC**: Snapdragon 8+Gen1\n- **GPU**: Adreno 730\n- **OS**: Android 15\n\n## Mobi"
  },
  {
    "path": "DeviceReports/RedmiK60.md",
    "chars": 1162,
    "preview": "# Redmi K60 (mondrian)\n\n## Device Info\n\n- **SoC**: Snapdragon 8+Gen1\n- **GPU**: Adreno 730\n- **OS**: Android 15\n\n## Mobi"
  },
  {
    "path": "DeviceReports/TAS-AN00.md",
    "chars": 1051,
    "preview": "# HUAWEI Mate 30 5G (TAS-AN00)\n\n## Device Info\n\n- **SoC**: Kirin 990 5G\n- **GPU**: Mali-G77 MC9\n- **OS**: Android 12\n\n##"
  },
  {
    "path": "DeviceReports/TDT-MA01.md",
    "chars": 1070,
    "preview": "<!-- markdownlint-disable MD033 -->\n\n# TD Tech M40 (TDT-MA01)\n\n## Device Info\n\n- **SoC**: Dimensity 1000+ (MT6889)\n- **G"
  },
  {
    "path": "DeviceReports/V2054A.md",
    "chars": 1013,
    "preview": "# Vivo Y31s (V2054A)\n\n## Device Info\n\n- **SoC**: Snapdragon 480 (SM4350)\n- **GPU**: Adreno 619\n- **OS**: Android 11\n\n## "
  },
  {
    "path": "DeviceReports/cmi.md",
    "chars": 1321,
    "preview": "# Xiaomi 10 Pro (cmi)\n\n## Device Info\n\n- **SoC**: Snapdragon 865\n- **GPU**: Adreno 650\n- **OS**: Android 15\n\n## MobileGl"
  },
  {
    "path": "DeviceReports/corot.md",
    "chars": 1511,
    "preview": "# Redmi K60 Ultra(corot)\n\n## Device Info\n\n- **SoC**: MediaTek Dimensity 9200+ (MT6985)\n- **GPU**: Mali-G715-Immortails M"
  },
  {
    "path": "DeviceReports/dada.md",
    "chars": 1314,
    "preview": "<!-- markdownlint-disable MD033 -->\n\n# Xiaomi 15 (dada)\n\n## Device Info\n\n- **SoC**: Snapdragon 8 Elite\n- **GPU**: Adreno"
  },
  {
    "path": "DeviceReports/e1sxeea.md",
    "chars": 1544,
    "preview": "<!-- markdownlint-disable MD033 -->\n\n# Samsung S24 SM-S921B/DS (e1sxeea)\n\n## Device Info\n\n- **SoC**: Exynos 2400\n- **GPU"
  },
  {
    "path": "DeviceReports/kebab.md",
    "chars": 1823,
    "preview": "# OnePlus 8T KB2000 (kebab)\n\n## Device Info\n\n- **SoC**: Qualcomm Snapdragon 865 5G (SM8250)\n- **GPU**: Adreno 650\n- **OS"
  },
  {
    "path": "DeviceReports/liuqin.md",
    "chars": 1291,
    "preview": "# Xiaomi Pad 6 Pro (liuqin)\n\n## Device Info\n\n- **SoC**: Snapdragon 8+\n- **GPU**: Adreno 730\n- **OS**: Android 15\n\n## Mob"
  },
  {
    "path": "DeviceReports/lmipro.md",
    "chars": 1128,
    "preview": "<!-- markdownlint-disable MD033 -->\n\n# Xiaomi Redmi K30 Pro Zoom Editon (lmipro)\n\n## Device Info\n\n- **SoC**: Snapdragon "
  },
  {
    "path": "DeviceReports/marble.md",
    "chars": 10371,
    "preview": "# Redmi Note 12 Turbo (marble)\n\n## Device Info\n\n- **SoC**: Qualcomm Snapdragon 7+Gen2 (SM7475)\n- **GPU**: Adreno 725\n- *"
  },
  {
    "path": "DeviceReports/peridot.md",
    "chars": 1313,
    "preview": "# Redmi Turbo 3 (peridot)\n\n## Device Info\n\n- **SoC**: Snapdragon 8s Gen 3\n- **GPU**: Adreno 735\n- **OS**: Android 15\n\n##"
  },
  {
    "path": "DeviceReports/raphael.md",
    "chars": 1316,
    "preview": "# Redmi K20 Pro (raphael)\n\n## Device Info\n\n- **SoC**: Snapdragon 855\n- **GPU**: Adreno 640\n- **OS**: Android 13\n\n## Mobi"
  },
  {
    "path": "DeviceReports/sagit.md",
    "chars": 10551,
    "preview": "# Xiaomi 6 (sagit)\n\n## Device Info\n\n- **SoC**: Qualcomm Snapdragon 835 (MSM8998)\n- **GPU**: Adreno 540 (Driver 490)\n- **"
  },
  {
    "path": "DeviceReports/tucana.md",
    "chars": 669,
    "preview": "# Xiaomi Mi CC9 Pro (tucana)\n\n## Device Info\n\n- **SoC**: Snapdragon 730G\n- **GPU**: Adreno(TM) 618\n- **OS**: Android 11\n"
  },
  {
    "path": "ModSupportMatrix.md",
    "chars": 24821,
    "preview": "<!-- markdownlint-disable MD033 -->\n\n# Mod Support Matrix\n\nThis table shows the compatibility of various mods with Mobil"
  },
  {
    "path": "README.md",
    "chars": 5629,
    "preview": "<!-- markdownlint-disable MD028 MD033 MD041 MD045 -->\n\n<img src=\"assets/MobileGlues-icon.png\" width=\"128\">\n\n# MobileGlue"
  },
  {
    "path": "README_CHT.md",
    "chars": 3824,
    "preview": "<!-- markdownlint-disable MD028 MD033 MD041 MD045 -->\n\n<img src=\"assets/MobileGlues-icon.png\" width=\"128\">\n\n# MobileGlue"
  },
  {
    "path": "README_CN.md",
    "chars": 3824,
    "preview": "<!-- markdownlint-disable MD028 MD033 MD041 MD045 -->\n\n<img src=\"assets/MobileGlues-icon.png\" width=\"128\">\n\n# MobileGlue"
  },
  {
    "path": "README_JP.md",
    "chars": 4399,
    "preview": "<!-- markdownlint-disable MD028 MD033 MD041 MD045 -->\n\n<img src=\"assets/MobileGlues-icon.png\" width=\"128\">\n\n# MobileGlue"
  },
  {
    "path": "ShaderSupportMatrix.md",
    "chars": 27360,
    "preview": "<!-- markdownlint-disable MD033 -->\n\n# Shader Support Matrix\n\nThis table shows the compatibility of various shaderpacks "
  }
]

About this extraction

This page contains the full source code of the MobileGL-Dev/MobileGlues-release GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 46 files (150.2 KB), approximately 45.0k tokens. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.

Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.

Copied to clipboard!