Move color table out of CellRenderData UBO into its own ColorTable UBO

Workaround for Nvidia Linux driver bug where partially updated UBOs
get corrupted post suspend/resume.

Fixes #9844
Fixes #9936
This commit is contained in:
copilot-swe-agent[bot]
2026-04-30 05:33:08 +00:00
committed by Kovid Goyal
parent 8cb9bd6a74
commit b0f53acd5c
3 changed files with 27 additions and 13 deletions

View File

@@ -260,6 +260,8 @@ Detailed list of changes
- :ac:`save_as_session`: when the filename input by the user has no extension, automatically add the ``.kitty-session`` extension (:pull:`9919`)
- Linux: Workaround bug in Nvidia drivers that caused color corruption when resuming after suspend (:iss:`9844`)
0.46.2 [2026-03-21]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~