From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LTNQB-0008UA-6c for mharc-grub-devel@gnu.org; Sat, 31 Jan 2009 16:30:35 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LTNQ9-0008Rj-Pl for grub-devel@gnu.org; Sat, 31 Jan 2009 16:30:33 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LTNQ9-0008Pt-09 for grub-devel@gnu.org; Sat, 31 Jan 2009 16:30:33 -0500 Received: from [199.232.76.173] (port=40680 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LTNQ8-0008PK-4S for grub-devel@gnu.org; Sat, 31 Jan 2009 16:30:32 -0500 Received: from mta-out.inet.fi ([195.156.147.13]:49135 helo=jenni2.inet.fi) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LTNQ7-0001yl-Fm for grub-devel@gnu.org; Sat, 31 Jan 2009 16:30:31 -0500 Received: from [192.168.1.102] (84.248.105.254) by jenni2.inet.fi (8.5.014) id 48FC5A880479E70B for grub-devel@gnu.org; Sat, 31 Jan 2009 23:30:31 +0200 Message-ID: <4984C2EC.8040109@nic.fi> Date: Sat, 31 Jan 2009 23:30:20 +0200 From: =?ISO-8859-1?Q?Vesa_J=E4=E4skel=E4inen?= User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: The development of GRUB 2 References: <20090131124526.2a2c1bd6@gibibit.com> In-Reply-To: <20090131124526.2a2c1bd6@gibibit.com> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Subject: Re: [PATCH] 4/5 Videotest enhancements 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: Sat, 31 Jan 2009 21:30:34 -0000 Colin D Bennett wrote: > This patch improves the videotest command by adding a number of > different tests for particular features. The 'videotest text' test > tests the rendering of Unicode UTF-8 text, for instance, and the > 'videotest bench' command runs a video performance benchmark. The > original videotest command is accessed by executing 'videotest basic'. Please feel free to update videotest... > The patch also adds the type 'grub_rect_t', which simply defines a > rectangle and is required for the graphical menu patch. Actually the type was grub_video_rect_t... but it could be changed to grub_rect_t. Add year 2009 to copyright before commit if it wasn't there.