[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] qemu/hw pixel_ops.h
From: |
Paul Brook |
Subject: |
Re: [Qemu-devel] qemu/hw pixel_ops.h |
Date: |
Sun, 10 Jun 2007 18:58:08 +0100 |
User-agent: |
KMail/1.9.7 |
On Sunday 10 June 2007, Stuart Brady wrote:
> On Sun, Jun 10, 2007 at 04:35:21PM +0000, Blue Swirl wrote:
> > Log message:
> > Add hw/pixel_ops.h
>
> Are there any thoughts on moving vga_draw_line_glyph* out of
> vga_template.h?
Sounds like a good idea (in principle) to me. I suspect you'd want to move
vga_template and chunks of of code from vga.c into a common blit routine.
The ARM pl110 CLCDC emulation could also benefit from this.
Paul