All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Vesa Jääskeläinen" <chaac@nic.fi>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: [PATCH] GSoC #09 Bitmap scaling
Date: Sun, 31 Aug 2008 19:24:31 +0300	[thread overview]
Message-ID: <48BAC5BF.8050600@nic.fi> (raw)
In-Reply-To: <48BAC517.4060002@nic.fi>

Vesa Jääskeläinen wrote:
> Colin D Bennett wrote:
>> This patch adds image scaling support.  Nearest neighbor and bilinear
>> interpolation algorithms are supported.
>>
>> The gfxterm background_image command scales the background image to fit
>> the screen.  This can be controlled with the new --mode/-m option.
> 
> Copyrights years for new files seems wrong
> 
> It is really necessary that all generic graphical menu code like bitmap
> scaler works always. Not just for some optimized formats as otherwise it
> would render graphical menu unusable in some cases. It can be not so
> pretty on low end systems, but it should at least work. That is the
> reason there is map/unmap functions in video api.
> 
> So there has to be first generic implementation and then you can use
> optimized one if there exist one.
> 
> Basically I have not bothered to go formats below 1 byte. But obviously
> as there is now 1 bit format that needs to be supported too.
> 
> Perhaps there should be set/getpixel for bitmap or so. I do not want
> those to appear in video drivers thou at least as external.

Oh one extra thing. I would like that only create_scaled is visible out
side as accessible function. So this would only provide one easy entry
point for such functionality.

I am just wondering do we have module globals that are not exported
outside...



  reply	other threads:[~2008-08-31 16:24 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-31  7:01 [PATCH] GSoC #09 Bitmap scaling Colin D Bennett
2008-08-31 16:21 ` Vesa Jääskeläinen
2008-08-31 16:24   ` Vesa Jääskeläinen [this message]
2008-09-02 15:42   ` Vesa Jääskeläinen
2008-10-03 20:16     ` Vesa Jääskeläinen
2008-10-13 17:00       ` Colin D Bennett
2008-10-13 18:27         ` Vesa Jääskeläinen
2008-10-13 20:00           ` Colin D Bennett
2008-10-13 21:11             ` Vesa Jääskeläinen
2008-10-15  5:42               ` Colin D Bennett
2008-10-15 14:34                 ` Vesa Jääskeläinen
2008-10-30  3:20                   ` Colin D Bennett

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=48BAC5BF.8050600@nic.fi \
    --to=chaac@nic.fi \
    --cc=grub-devel@gnu.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.