All of lore.kernel.org
 help / color / mirror / Atom feed
From: BALATON Zoltan <balaton@eik.bme.hu>
To: qemu-devel@nongnu.org
Cc: "Gerd Hoffmann" <kraxel@redhat.com>,
	marcandre.lureau@redhat.com,
	"Chad Jablonski" <chad@jablonski.xyz>,
	"Philippe Mathieu-Daudé" <philmd@linaro.org>
Subject: [PATCH v12 0/9] ati-vga: Implement HOST_DATA transfers to enable X.org text rendering
Date: Mon, 09 Mar 2026 02:47:43 +0100 (CET)	[thread overview]
Message-ID: <cover.1773020351.git.balaton@eik.bme.hu> (raw)

Changes from v11:
- Drop already merged patches in [PULL 00/49] Misc HW patches for 2026-03-08
Based-on: 20260308223433.25503-1-philmd@linaro.org
- 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



             reply	other threads:[~2026-03-09  1:48 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-09  1:47 BALATON Zoltan [this message]
2026-03-09  1:47 ` [PATCH v12 1/9] ati-vga: Remove src and dst stride mutation in ati_2d_blt BALATON Zoltan
2026-03-09  1:47 ` [PATCH v12 2/9] ati-vga: Use local variables for register values " BALATON Zoltan
2026-03-09  1:47 ` [PATCH v12 3/9] ati-vga: Introduce ATI2DCtx struct for 2D blit context BALATON Zoltan
2026-03-09  1:47 ` [PATCH v12 4/9] ati-vga: Extract setup_2d_blt_ctx from ati_2d_blt BALATON Zoltan
2026-03-09  1:47 ` [PATCH v12 5/9] ati-vga: Split ati_2d_do_blt " BALATON Zoltan
2026-03-09  1:47 ` [PATCH v12 6/9] ati-vga: Remove ATIVGAState param from ati_2d_do_blt BALATON Zoltan
2026-03-09  1:47 ` [PATCH v12 7/9] ati-vga: Implement scissor rectangle clipping for 2D operations BALATON Zoltan
2026-03-09  1:47 ` [PATCH v12 8/9] ati-vga: Implement HOST_DATA register writes BALATON Zoltan
2026-03-09  1:47 ` [PATCH v12 9/9] ati-vga: Implement HOST_DATA flush to VRAM BALATON Zoltan
2026-03-09  2:00 ` [PATCH v12 0/9] ati-vga: Implement HOST_DATA transfers to enable X.org text rendering Chad Jablonski
2026-03-09 13:03 ` Philippe Mathieu-Daudé
2026-03-09 13:13   ` BALATON Zoltan
2026-03-09 13:57     ` Philippe Mathieu-Daudé

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1773020351.git.balaton@eik.bme.hu \
    --to=balaton@eik.bme.hu \
    --cc=chad@jablonski.xyz \
    --cc=kraxel@redhat.com \
    --cc=marcandre.lureau@redhat.com \
    --cc=philmd@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.