Changes from v11: - Drop already merged patches in [PULL 00/49] Misc HW patches for 2026-03-08 Based-on: [email protected] - Fix build without pixman
Chad Jablonski (9): ati-vga: Remove src and dst stride mutation in ati_2d_blt ati-vga: Use local variables for register values in ati_2d_blt ati-vga: Introduce ATI2DCtx struct for 2D blit context ati-vga: Extract setup_2d_blt_ctx from ati_2d_blt ati-vga: Split ati_2d_do_blt from ati_2d_blt ati-vga: Remove ATIVGAState param from ati_2d_do_blt ati-vga: Implement scissor rectangle clipping for 2D operations ati-vga: Implement HOST_DATA register writes ati-vga: Implement HOST_DATA flush to VRAM hw/display/ati.c | 24 +++ hw/display/ati_2d.c | 438 ++++++++++++++++++++++++++++++------------ hw/display/ati_dbg.c | 9 + hw/display/ati_int.h | 12 ++ hw/display/ati_regs.h | 13 ++ 5 files changed, 378 insertions(+), 118 deletions(-) -- 2.41.3
