qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] console: more pixman conversion work
@ 2014-06-18 12:23 Gerd Hoffmann
  2014-06-18 12:23 ` [Qemu-devel] [PATCH 1/4] console: add qemu_pixelformat_from_pixman Gerd Hoffmann
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Gerd Hoffmann @ 2014-06-18 12:23 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  Hi,

This patch series makes the console core code stop using the qemu
PixelFormat.  We use pixman format codes everywhere instead.

It is a preparation for making use of pixman in display device
emulation.  qemu behavior should not change with this patch series.

please review and test,
  Gerd

Gerd Hoffmann (4):
  console: add qemu_pixelformat_from_pixman
  console: add qemu_default_pixman_format
  console: reimplement qemu_default_pixelformat
  console: stop using PixelFormat

 hw/display/qxl-render.c  |   7 ++-
 hw/display/vga.c         |  12 ++--
 hw/display/vmware_vga.c  |   6 +-
 include/ui/console.h     |  14 ++---
 include/ui/qemu-pixman.h |   2 +
 trace-events             |   2 +-
 ui/console.c             | 150 +++++------------------------------------------
 ui/qemu-pixman.c         |  80 +++++++++++++++++++++++++
 ui/sdl.c                 |   5 +-
 9 files changed, 123 insertions(+), 155 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2014-06-21  5:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-18 12:23 [Qemu-devel] [PATCH 0/4] console: more pixman conversion work Gerd Hoffmann
2014-06-18 12:23 ` [Qemu-devel] [PATCH 1/4] console: add qemu_pixelformat_from_pixman Gerd Hoffmann
2014-06-18 12:23 ` [Qemu-devel] [PATCH 2/4] console: add qemu_default_pixman_format Gerd Hoffmann
2014-06-18 12:23 ` [Qemu-devel] [PATCH 3/4] console: reimplement qemu_default_pixelformat Gerd Hoffmann
2014-06-18 12:23 ` [Qemu-devel] [PATCH 4/4] console: stop using PixelFormat Gerd Hoffmann
2014-06-21  5:27   ` Benjamin Herrenschmidt

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).