Re: [Qemu-devel] Question about hardware cursor in VGA

2019-03-07 Thread BALATON Zoltan
On Thu, 7 Mar 2019, BALATON Zoltan wrote: I still have the unfinished version using the callbacks which might work with force_shadow like for cirrus but I'd need to finish and clean that up. Now that we have both implemented probably will allow switching between them but may not be able to do i

Re: [Qemu-devel] Question about hardware cursor in VGA

2019-03-07 Thread BALATON Zoltan
On Thu, 7 Mar 2019, Gerd Hoffmann wrote: On Wed, Mar 06, 2019 at 02:50:36PM +0100, BALATON Zoltan wrote: On Wed, 6 Mar 2019, Gerd Hoffmann wrote: On Wed, Mar 06, 2019 at 12:48:59AM +0100, BALATON Zoltan wrote: On Tue, 5 Mar 2019, Gerd Hoffmann wrote: Use dpy_cursor_define(). I've done that

Re: [Qemu-devel] Question about hardware cursor in VGA

2019-03-06 Thread Gerd Hoffmann
On Wed, Mar 06, 2019 at 02:50:36PM +0100, BALATON Zoltan wrote: > On Wed, 6 Mar 2019, Gerd Hoffmann wrote: > > On Wed, Mar 06, 2019 at 12:48:59AM +0100, BALATON Zoltan wrote: > > > On Tue, 5 Mar 2019, Gerd Hoffmann wrote: > > > > Use dpy_cursor_define(). > > > > > > I've done that but it's not wor

Re: [Qemu-devel] Question about hardware cursor in VGA

2019-03-06 Thread BALATON Zoltan
On Wed, 6 Mar 2019, Gerd Hoffmann wrote: On Wed, Mar 06, 2019 at 12:48:59AM +0100, BALATON Zoltan wrote: On Tue, 5 Mar 2019, Gerd Hoffmann wrote: Use dpy_cursor_define(). I've done that but it's not working very well. The mouse pointer is quite jumpy with this and there are some problems upda

Re: [Qemu-devel] Question about hardware cursor in VGA

2019-03-05 Thread Gerd Hoffmann
On Wed, Mar 06, 2019 at 12:48:59AM +0100, BALATON Zoltan wrote: > On Tue, 5 Mar 2019, Gerd Hoffmann wrote: > > On Mon, Mar 04, 2019 at 03:58:00PM +0100, BALATON Zoltan wrote: > > > Hello, > > > > > > I'm trying to implement hardware cursor for ati-vga before submitting the > > > last version of it

Re: [Qemu-devel] Question about hardware cursor in VGA

2019-03-05 Thread BALATON Zoltan
On Tue, 5 Mar 2019, Gerd Hoffmann wrote: On Mon, Mar 04, 2019 at 03:58:00PM +0100, BALATON Zoltan wrote: Hello, I'm trying to implement hardware cursor for ati-vga before submitting the last version of it before the freeze. Use dpy_cursor_define(). I've done that but it's not working very w

Re: [Qemu-devel] Question about hardware cursor in VGA

2019-03-04 Thread Gerd Hoffmann
On Mon, Mar 04, 2019 at 03:58:00PM +0100, BALATON Zoltan wrote: > Hello, > > I'm trying to implement hardware cursor for ati-vga before submitting the > last version of it before the freeze. Use dpy_cursor_define(). cheers, Gerd

[Qemu-devel] Question about hardware cursor in VGA

2019-03-04 Thread BALATON Zoltan
Hello, I'm trying to implement hardware cursor for ati-vga before submitting the last version of it before the freeze. (This was found to be used at least by MorphOS and Mac OS X.) I've found that vga has facilities for this already (used by cirrus) with the cursor_invalidate() and cursor_dra