No description
Find a file
chaac ad2a06edba 2006-07-29 Vesa Jaaskelainen <chaac@nic.fi>
* include/grub/bitmap.h: New file.

	* include/grub/i386/pc/vbeutil.h: Likewise.

	* video/bitmap.c: Likewise.

	* video/readers/tga.c: Likewise.

	* video/i386/pc/vbeutil.c: Likewise.

	* commands/videotest.c: Code cleanup and updated to reflect to new
	video API.

	* term/gfxterm.c: Likewise.

	* video/video.c: Likewise.

	* conf/i386-pc.rmk (pkgdata_MODULES): Added tga.mod and bitmap.mod.
	(vbe_mod_SOURCES): Added video/i386/pc/vbeutil.c.
	(bitmap_mod_SOURCES): New entry.
	(bitmap_mod_CFLAGS): Likewise.
	(bitmap_mod_LDFLAGS): Likewise.
	(tga_mod_SOURCES): Likewise.
	(tga_mod_CFLAGS): Likewise.
	(tga_mod_LDFLAGS): Likewise.

	* include/grub/video.h (grub_video_blit_operators): New enum type.
	(grub_video_render_target): Changed as forward declaration and moved
	actual definition to be video driver specific.
	(grub_video_adapter.blit_bitmap): Added blitting operator.
	(grub_video_adapter.blit_render_target): Likewise.
	(grub_video_blit_bitmap): Likewise.
	(grub_video_blit_render_target): Likewise.

	* include/grub/i386/pc/vbe.h (grub_video_render_target): Added
	driver specific render target definition.
	(grub_video_vbe_map_rgba): Added driver internal helper.
	(grub_video_vbe_unmap_color): Updated to use
	grub_video_i386_vbeblit_info.
	(grub_video_vbe_get_video_ptr): Likewise.

	* include/grub/i386/pc/vbeblit.h
	(grub_video_i386_vbeblit_R8G8B8A8_R8G8B8A8): Updated to use
	grub_video_i386_vbeblit_info.
	(grub_video_i386_vbeblit_R8G8B8_R8G8B8A8): Likewise.
	(grub_video_i386_vbeblit_index_R8G8B8A8): Likewise.
	(grub_video_i386_vbeblit_R8G8B8A8_R8G8B8): Likewise.
	(grub_video_i386_vbeblit_R8G8B8_R8G8B8): Likewise.
	(grub_video_i386_vbeblit_index_R8G8B8): Likewise.
	(grub_video_i386_vbeblit_index_index): Likewise.
	(grub_video_i386_vbeblit_R8G8B8X8_R8G8B8X8): New blitter function.
	(grub_video_i386_vbeblit_R8G8B8_R8G8B8X8): Likewise.
	(grub_video_i386_vbeblit_index_R8G8B8X8): Likewise.
	(grub_video_i386_vbeblit_blend): Added generic blitter for blend
	operator.
	(grub_video_i386_vbeblit_replace): Added generic blitter for replace
	operator.

	* video/i386/pc/vbeblit.c: Updated to reflect changes on
	include/grub/i386/pc/vbeblit.h.

	* include/grub/i386/pc/vbefill.h (grub_video_i386_vbefill_R8G8B8A8):
	Updated to use grub_video_i386_vbeblit_info.
	(grub_video_i386_vbefill_R8G8B8): Likewise.
	(grub_video_i386_vbefill_index): Likewise.
	(grub_video_i386_vbefill): Added generic filler.

	* video/i386/pc/vbefill.c: Updated to reflect changes on
	include/grub/i386/pc/vbefill.h.

	* video/i386/pc/vbe.c (grub_video_vbe_get_video_ptr): Updated to use
	grub_video_i386_vbeblit_info.
	(grub_video_vbe_unmap_color): Likewise.
	(grub_video_vbe_blit_glyph): Likewise.
	(grub_video_vbe_scroll): Likewise.
	(grub_video_vbe_draw_pixel): Removed function.
	(grub_video_vbe_get_pixel): Likewise.
	(grub_video_vbe_fill_rect): Moved all blitters to vbefill.c and
	updated code to use it.
	(common_blitter): Added common blitter for render target and bitmap.
	(grub_video_vbe_blit_bitmap): Updated to use common_blitter.
	(grub_video_vbe_blit_render_target): Likewise.
2006-07-31 14:21:36 +00:00
boot/i386/pc 2006-06-04 Yoshinori K. Okuji <okuji@enbug.org> 2006-06-04 15:56:55 +00:00
commands 2006-07-29 Vesa Jaaskelainen <chaac@nic.fi> 2006-07-31 14:21:36 +00:00
conf 2006-07-29 Vesa Jaaskelainen <chaac@nic.fi> 2006-07-31 14:21:36 +00:00
disk 2006-07-29 Vesa Jaaskelainen <chaac@nic.fi> 2006-07-29 10:11:01 +00:00
font 2006-06-04 Yoshinori K. Okuji <okuji@enbug.org> 2006-06-04 15:56:55 +00:00
fs 2006-06-05 Yoshinori K. Okuji <okuji@enbug.org> 2006-06-05 17:18:31 +00:00
hello 2005-11-13 Marco Gerards <mgerards@xs4all.nl> 2005-11-13 15:47:09 +00:00
include/grub 2006-07-29 Vesa Jaaskelainen <chaac@nic.fi> 2006-07-31 14:21:36 +00:00
io 2006-06-04 Yoshinori K. Okuji <okuji@enbug.org> 2006-06-04 15:56:55 +00:00
kern 2006-07-30 Johan Rydberg <jrydberg@gnu.org> 2006-07-30 12:20:48 +00:00
loader 2006-06-09 Yoshinori K. Okuji <okuji@enbug.org> 2006-06-08 22:30:25 +00:00
normal 2006-06-04 Yoshinori K. Okuji <okuji@enbug.org> 2006-06-04 15:56:55 +00:00
partmap 2006-06-05 Yoshinori K. Okuji <okuji@enbug.org> 2006-06-05 17:18:31 +00:00
term 2006-07-29 Vesa Jaaskelainen <chaac@nic.fi> 2006-07-31 14:21:36 +00:00
util 2006-06-14 Yoshinori K. Okuji <okuji@enbug.org> 2006-06-13 22:50:01 +00:00
video 2006-07-29 Vesa Jaaskelainen <chaac@nic.fi> 2006-07-31 14:21:36 +00:00
.cvsignore Initial revision 2002-12-27 08:53:07 +00:00
aclocal.m4 2005-08-13 Yoshinori K. Okuji <okuji@enbug.org> 2005-08-13 18:44:14 +00:00
AUTHORS 2005-09-03 Yoshinori K. Okuji <okuji@enbug.org> 2005-09-03 16:54:27 +00:00
autogen.sh Initial revision 2002-12-27 08:53:07 +00:00
ChangeLog 2006-07-29 Vesa Jaaskelainen <chaac@nic.fi> 2006-07-31 14:21:36 +00:00
config.guess 2006-06-04 Yoshinori K. Okuji <okuji@enbug.org> 2006-06-04 12:59:19 +00:00
config.h.in 2006-06-14 Yoshinori K. Okuji <okuji@enbug.org> 2006-06-13 22:50:01 +00:00
config.sub 2006-06-04 Yoshinori K. Okuji <okuji@enbug.org> 2006-06-04 12:59:19 +00:00
configure 2006-07-12 Marco Gerards <marco@gnu.org> 2006-07-12 20:42:52 +00:00
configure.ac 2006-07-12 Marco Gerards <marco@gnu.org> 2006-07-12 20:42:52 +00:00
COPYING 2005-08-07 Yoshinori K. Okuji <okuji@enbug.org> 2005-08-07 14:59:56 +00:00
DISTLIST 2006-06-04 Yoshinori K. Okuji <okuji@enbug.org> 2006-06-04 12:59:19 +00:00
gencmdlist.sh 2005-03-18 Yoshinori K. Okuji <okuji@enbug.org> 2005-03-18 18:16:26 +00:00
gendistlist.sh 2005-08-22 Yoshinori K. Okuji <okuji@enbug.org> 2005-08-22 17:28:59 +00:00
genfslist.sh 2005-07-03 Yoshinori Okuji <okuji@enbug.org> 2005-07-03 18:06:56 +00:00
geninit.sh 2005-12-25 Yoshinori K. Okuji <okuji@enbug.org> 2005-12-25 17:04:32 +00:00
geninitheader.sh 2005-11-13 Marco Gerards <mgerards@xs4all.nl> 2005-11-13 15:47:09 +00:00
genkernsyms.sh.in 2006-07-12 Marco Gerards <marco@gnu.org> 2006-07-12 20:42:52 +00:00
genmk.rb 2006-06-02 Yoshinori K. Okuji <okuji@enbug.org> 2006-06-02 19:33:58 +00:00
genmoddep.awk 2006-05-29 Yoshinori K. Okuji <okuji@enbug.org> 2006-05-28 23:01:43 +00:00
genmodsrc.sh 2004-04-04 Yoshinori K. Okuji <okuji@enbug.org> 2004-04-04 13:46:03 +00:00
gensymlist.sh.in 2006-04-26 Yoshinori K. Okuji <okuji@enbug.org> 2006-04-26 21:58:36 +00:00
INSTALL 2006-01-03 Marco Gerards <marco@gnu.org> 2006-01-03 17:58:02 +00:00
install-sh 2006-06-04 Yoshinori K. Okuji <okuji@enbug.org> 2006-06-04 12:59:19 +00:00
Makefile.in 2006-05-29 Yoshinori K. Okuji <okuji@enbug.org> 2006-05-28 23:01:43 +00:00
mkinstalldirs 2006-06-04 Yoshinori K. Okuji <okuji@enbug.org> 2006-06-04 12:59:19 +00:00
NEWS 2006-06-05 Yoshinori K. Okuji <okuji@enbug.org> 2006-06-05 17:18:31 +00:00
README Update the URL of the wiki. 2006-04-02 08:59:23 +00:00
stamp-h.in Initial revision 2002-12-27 08:53:07 +00:00
THANKS Change the address of Johan to gnu.org. 2006-07-01 10:26:37 +00:00
TODO 2005-01-04 Hollis Blanchard <hollis@penguinppc.org> 2005-01-04 14:01:45 +00:00

This is GRUB 2, the second version of the GRand Unified Bootloader.
GRUB 2 is rewritten from scratch to make GNU GRUB cleaner, safer, more
robust, more powerful, and more portable.

See the file NEWS for a description of recent changes to GRUB 2.

See the file INSTALL for instructions on how to build and install the
GRUB 2 data and program files.

Please visit the official web page of GRUB 2, for more information.
The URL is <http://www.gnu.org/software/grub/grub.html>.

For now, there is not much documentation yet. Please look at the GRUB
Wiki <http://grub.enbug.org> for testing procedures.