All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Kombrink <katakombi@web.de>
To: "André Braga" <meianoite@gmail.com>, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] What is the bottleneck?
Date: Thu, 30 Sep 2004 19:29:46 +0200	[thread overview]
Message-ID: <200409301929.46202.katakombi@web.de> (raw)
In-Reply-To: <2ad73a04092914214087aa04@mail.gmail.com>

On Wednesday 29 September 2004 23:21, André Braga wrote:
> The bottleneck IS the graphics AFAICT: just try running some Unix-like
> OS on console mode, non-framebuffer mode.
>
> I've read on more than one occasion that having better graphics
> support is planned, probably emulating a reasonably modern and capable
> video card, like the SiS 6326 (IIRC).

I had a look at the cirrus rop code, it's not optimized yet, even in CVS.
I think that's the problem.

I don't know the hardware specs of the cirrus, but where's the limit of its 
hardware support?
Is it really necessary to implement a new graphics card?
Area copying and area filling is already possible, although not optimized.

This question might be stupid but why not using 
SDL_FillRect(...) and
SDL_BlitSurface(....).
?

I think SDL accelerates these operations if supported by your driver.

>
> If you have some knowledge in that area and is willing to help, you're
> more than welcome :)

No promises yet....
These lines look diffcult to me >8^)

>
>
> cheers,
 bye
   Stefan K. >8^)

  reply	other threads:[~2004-09-30 17:36 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-29 21:03 [Qemu-devel] What is the bottleneck? Stefan Kombrink
2004-09-29 21:21 ` André Braga
2004-09-30 17:29   ` Stefan Kombrink [this message]
2004-09-30 18:43     ` André Braga
2004-09-29 21:58 ` Oliver Kopp

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=200409301929.46202.katakombi@web.de \
    --to=katakombi@web.de \
    --cc=meianoite@gmail.com \
    --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.