qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/7] ati-vga: Implement HOST_DATA transfers to enable X.org text rendering
@ 2025-11-03  3:36 Chad Jablonski
  2025-11-03  3:36 ` [PATCH v2 1/7] ati-vga: Add scissor clipping register support Chad Jablonski
                   ` (6 more replies)
  0 siblings, 7 replies; 19+ messages in thread
From: Chad Jablonski @ 2025-11-03  3:36 UTC (permalink / raw)
  To: qemu-devel; +Cc: balaton, Chad Jablonski

This series implements HOST_DATA as a blit source enabling text rendering in
xterm under X.org with 2D acceleration.

The series builds up functionality incrementally:

* Patches 1-2: Scissor rectangle clipping registers and implementation
* Patches 3-4: Additional register support needed for HOST_DATA
* Patches 5-7: HOST_DATA register writes, color expansion, and final blit
               implementation

Tested with xterm on X.org using the r128 driver built with
--disable-dri (MMIO mode).

Changes from v1:

- Split monolithic patch into 7 logical patches as requested
- Integrate HOST_DATA blit into existing ati_2d_blt()
- Add fallback implementation for non-pixman builds
- Remove unnecessary initialization in realize (kept in reset only)
- Fixed DP_GUI_MASTER_CNTL mask to preserve GMC_SRC_SOURCE field
- Implement scissor clipping


Chad Jablonski (7):
  ati-vga: Add scissor clipping register support
  ati-vga: Implement scissor rectangle clipping for 2D operations
  ati-vga: Implement foreground and background color register writes
  ati-vga: Fix DP_GUI_MASTER_CNTL register mask
  ati-vga: Implement HOST_DATA register writes
  ati-vga: Add expand_colors() helper for monochrome color expansion
  ati-vga: Implement HOST_DATA blit source with color expansion

 hw/display/ati.c      |  77 ++++++++++++-
 hw/display/ati_2d.c   | 257 +++++++++++++++++++++++++++++++++---------
 hw/display/ati_dbg.c  |   9 ++
 hw/display/ati_int.h  |   6 +
 hw/display/ati_regs.h |  34 +++++-
 5 files changed, 320 insertions(+), 63 deletions(-)

-- 
2.51.0



^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2025-11-10 20:48 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-03  3:36 [PATCH v2 0/7] ati-vga: Implement HOST_DATA transfers to enable X.org text rendering Chad Jablonski
2025-11-03  3:36 ` [PATCH v2 1/7] ati-vga: Add scissor clipping register support Chad Jablonski
2025-11-03 13:16   ` BALATON Zoltan
2025-11-04 18:22     ` Chad Jablonski
2025-11-03  3:36 ` [PATCH v2 2/7] ati-vga: Implement scissor rectangle clipping for 2D operations Chad Jablonski
2025-11-03 13:29   ` BALATON Zoltan
2025-11-05 19:29     ` Chad Jablonski
2025-11-03  3:36 ` [PATCH v2 3/7] ati-vga: Implement foreground and background color register writes Chad Jablonski
2025-11-03 13:33   ` BALATON Zoltan
2025-11-03  3:36 ` [PATCH v2 4/7] ati-vga: Fix DP_GUI_MASTER_CNTL register mask Chad Jablonski
2025-11-03 13:46   ` BALATON Zoltan
2025-11-03  3:36 ` [PATCH v2 5/7] ati-vga: Implement HOST_DATA register writes Chad Jablonski
2025-11-03 13:58   ` BALATON Zoltan
2025-11-04 11:26     ` BALATON Zoltan
2025-11-10 19:53       ` Chad Jablonski
2025-11-03  3:36 ` [PATCH v2 6/7] ati-vga: Add expand_colors() helper for monochrome color expansion Chad Jablonski
2025-11-03 14:03   ` BALATON Zoltan
2025-11-10 20:20     ` Chad Jablonski
2025-11-03  3:36 ` [PATCH v2 7/7] ati-vga: Implement HOST_DATA blit source with " Chad Jablonski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).