From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G80nI-00058U-6D for mharc-grub-devel@gnu.org; Tue, 01 Aug 2006 16:24:48 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G80nG-00057S-Ct for grub-devel@gnu.org; Tue, 01 Aug 2006 16:24:46 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G80nE-00057E-9I for grub-devel@gnu.org; Tue, 01 Aug 2006 16:24:45 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G80nE-00057B-3W for grub-devel@gnu.org; Tue, 01 Aug 2006 16:24:44 -0400 Received: from [157.24.2.30] (helo=smtp1.cc.lut.fi) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G80qB-0002yD-HA for grub-devel@gnu.org; Tue, 01 Aug 2006 16:27:47 -0400 Received: from localhost (smtp1 [127.0.0.1]) by smtp1.cc.lut.fi (Postfix) with ESMTP id 3FC10709BE for ; Tue, 1 Aug 2006 23:24:40 +0300 (EEST) Received: from smtp1.cc.lut.fi ([127.0.0.1]) by localhost (smtp1.cc.lut.fi [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 07209-05 for ; Tue, 1 Aug 2006 23:24:40 +0300 (EEST) Received: from [192.168.1.103] (lk4-a-4-1.lnet.lut.fi [157.24.102.107]) by smtp1.cc.lut.fi (Postfix) with ESMTP id ED6BC7084F for ; Tue, 1 Aug 2006 23:24:39 +0300 (EEST) Message-ID: <44CFB887.4070708@nic.fi> Date: Tue, 01 Aug 2006 23:24:39 +0300 From: =?ISO-8859-1?Q?Vesa_J=E4=E4skel=E4inen?= User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: The development of GRUB 2 References: <44CB56BA.40201@nic.fi> <200607301552.36030.okuji@enbug.org> In-Reply-To: <200607301552.36030.okuji@enbug.org> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Scanned: by lut.fi Content-Transfer-Encoding: quoted-printable 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: Tue, 01 Aug 2006 20:24:46 -0000 Yoshinori K. Okuji wrote: > 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 contai= ns >> 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. >=20 > Fantastic. So have you implemented everything you planned? :) Almost. Couple of VBE2+ driver features are not implemented yet. But they should not limit much of going forward with implementing other features. One issue that needs thinking is theming of GRUB, this includes colors and visual appearance and is also closely related to designing new menu system. What I would like to see is that that now as there is base work done on video side, someone could continue on menu side so I could do some other stuff :). I can of course help on menu stuff too. There has been at lease couple of interested people on this in past and I would like them to step ahead :) Thanks, Vesa J=E4=E4skel=E4inen