From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G7Bim-0005On-1n for mharc-grub-devel@gnu.org; Sun, 30 Jul 2006 09:52:44 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G7Bik-0005Nz-8M for grub-devel@gnu.org; Sun, 30 Jul 2006 09:52:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G7Bii-0005JX-Aw for grub-devel@gnu.org; Sun, 30 Jul 2006 09:52:41 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G7Bii-0005JQ-70 for grub-devel@gnu.org; Sun, 30 Jul 2006 09:52:40 -0400 Received: from [212.85.152.101] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G7Bl9-0001gJ-Sr for grub-devel@gnu.org; Sun, 30 Jul 2006 09:55:12 -0400 Received: from kotoba.oasis.nexedi.com (kotoba.oasis.nexedi.com [212.85.152.101]) by kotoba.storever.com (Postfix) with ESMTP id 729B03CA8CF1E for ; Sun, 30 Jul 2006 17:53:16 +0200 (CEST) Received: from [??1] (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 1D0B63CA8CF1D for ; Sun, 30 Jul 2006 17:53:16 +0200 (CEST) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Sun, 30 Jul 2006 15:52:35 +0200 User-Agent: KMail/1.8.2 References: <44CB56BA.40201@nic.fi> In-Reply-To: <44CB56BA.40201@nic.fi> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200607301552.36030.okuji@enbug.org> X-Bogosity: No, tests=bogofilter, spamicity=0.499792, version=0.17.2 Subject: Re: [patch] Added bitmap support to Video API X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jul 2006 13:52:42 -0000 On Saturday 29 July 2006 14:38, Vesa J=E4=E4skel=E4inen wrote: > I have just made a patch to add bitmap support to Video API. It contains > example bitmap loader for .tga files. At this point there is no real > example how to use them, but I have tried to update wiki to reflect > changes (except that bitmap handling is not there yet). > > New functionality was introduced to Video API to specify blitting > operator. Now there is only two operators specified, replace and blend. > Replace just uses source pixel data and blits it destination and blend > uses source pixel alpha value to blend source and destination pixels. =46antastic. So have you implemented everything you planned? :) > Reason why I wanted to give patch before better example how to use is > ready is that I want it to get to next grub release and I don't want to > block other development. And I didn't include that background bitmap > loading to gfxterm in this patch as I would rather like some development > to improve menu system than to stall it :). I don't think you have to care about releases... They are meant only to=20 demonstrate that development is happening. In addition, I intend to delay t= he=20 next by around one month, as we were quite inactive recently. > Patch is attached to this message, any comments are welcome. This looks very good to me. Please go ahead. Thanks, Okuji