From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KaY26-0007YM-2j for mharc-grub-devel@gnu.org; Tue, 02 Sep 2008 11:43:06 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KaY23-0007Wg-GN for grub-devel@gnu.org; Tue, 02 Sep 2008 11:43:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KaY21-0007Vs-Ep for grub-devel@gnu.org; Tue, 02 Sep 2008 11:43:02 -0400 Received: from [199.232.76.173] (port=52954 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KaY21-0007VZ-2q for grub-devel@gnu.org; Tue, 02 Sep 2008 11:43:01 -0400 Received: from mta-out.inet.fi ([195.156.147.13]:33214 helo=jenni1.inet.fi) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KaY1z-00042b-AE for grub-devel@gnu.org; Tue, 02 Sep 2008 11:43:00 -0400 Received: from [127.0.0.1] (88.193.32.97) by jenni1.inet.fi (8.5.014) id 488F153401985093 for grub-devel@gnu.org; Tue, 2 Sep 2008 18:42:55 +0300 Message-ID: <48BD5F00.9090902@nic.fi> Date: Tue, 02 Sep 2008 18:42:56 +0300 From: =?ISO-8859-1?Q?Vesa_J=E4=E4skel=E4inen?= User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: The development of GRUB 2 References: <20080831000157.0c548199@gamma.lan> <48BAC517.4060002@nic.fi> In-Reply-To: <48BAC517.4060002@nic.fi> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: Quoted-Printable X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Subject: Re: [PATCH] GSoC #09 Bitmap scaling 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, 02 Sep 2008 15:43:04 -0000 Vesa J=E4=E4skel=E4inen wrote: > It is really necessary that all generic graphical menu code like bitmap > scaler works always. Not just for some optimized formats as otherwise i= t > 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. >=20 > So there has to be first generic implementation and then you can use > optimized one if there exist one. Just thinking as this is operating in a bitmap, we could just make sure we use only couple of formats and let video driver dot the rest. That would simplify it a bit.