[Qemu-devel] qemu/hw pixel_ops.h pxa2xx_lcd.c

2007-06-13 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 07/06/13 22:36:31 Modified files: hw : pixel_ops.h pxa2xx_lcd.c Log message: Use pixel_ops.h in PXA LCD screen drawing. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw

Re: [Qemu-devel] qemu/hw pixel_ops.h

2007-06-10 Thread Paul Brook
> How about moving these and pixel_ops to sdl.c and other output > drivers? Then the emulated devices didn't have to know about output > device. They should also be independent of the output device (as they are now). Paul

Re: [Qemu-devel] qemu/hw pixel_ops.h

2007-06-10 Thread Blue Swirl
On 6/10/07, Paul Brook <[EMAIL PROTECTED]> wrote: On Sunday 10 June 2007, Stuart Brady wrote: > On Sun, Jun 10, 2007 at 04:35:21PM +, 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

Re: [Qemu-devel] qemu/hw pixel_ops.h

2007-06-10 Thread Paul Brook
On Sunday 10 June 2007, Stuart Brady wrote: > On Sun, Jun 10, 2007 at 04:35:21PM +, 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 wa

Re: [Qemu-devel] qemu/hw pixel_ops.h

2007-06-10 Thread Andreas Färber
Am 10.06.2007 um 19:02 schrieb Blue Swirl: Thanks, I split the patch and didn't notice that some parts didn't survive the splitting. It should be fixed with the commit. Thank you! If this was only a splitting/committing issue then I'll assume I can still apply big_endian_display4.diff agai

Re: [Qemu-devel] qemu/hw pixel_ops.h

2007-06-10 Thread Stuart Brady
On Sun, Jun 10, 2007 at 04:35:21PM +, 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? While I'm not *entirely* certain that my ZX Spectrum emulation patch[1] would be accepted :-), it seems conceivable t

Re: [Qemu-devel] qemu/hw pixel_ops.h

2007-06-10 Thread Blue Swirl
On 6/10/07, Andreas Färber <[EMAIL PROTECTED]> wrote: Replacing my local files with HEAD I get the following errors: /Users/andreas/Q/tmp/qemu/hw/vga.c:1317: error: `vga_draw_line15_15bgr' undeclared here (not in a function) Thanks, I split the patch and didn't notice that some parts didn't su

Re: [Qemu-devel] qemu/hw pixel_ops.h

2007-06-10 Thread Andreas Färber
Am 10.06.2007 um 18:35 schrieb Blue Swirl: CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 07/06/10 16:35:21 Added files: hw : pixel_ops.h Log message: Add hw/pixel_ops.h CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/p

[Qemu-devel] qemu/hw pixel_ops.h

2007-06-10 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 07/06/10 16:35:21 Added files: hw : pixel_ops.h Log message: Add hw/pixel_ops.h CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/pixel_ops.h?cvsroot=qemu&rev=1.1