Fix rendering broken on ancient GPU drivers that dont support rendering to 16 bit textures

Fixes #9068
This commit is contained in:
Kovid Goyal
2025-10-06 08:54:53 +05:30
parent fdf2c0725c
commit e46a75ca57
4 changed files with 24 additions and 9 deletions

View File

@@ -145,6 +145,8 @@ Detailed list of changes
- Fix a regression in the previous release that broke ``goto_session -1``
- Fix rendering broken on ancient GPU drivers that dont support rendering to 16 bit textures (:iss:`9068`)
0.43.1 [2025-10-01]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~