1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00
freebsd/stand/common
Toomas Soome 3dc9f92a0d loader: gfx_fb_drawrect should use GfxFbBltVideoFill
The gfx_fb_drawrect() is drawing rectangle by pixels, this can be very
slow on some systems. Use Blt() video fill primitive instead.

Testing done: Tested on mac mini 2012 where the issue was revealed

(cherry picked from commit 5365af662c)

Reviewed by:	yuripv
2021-05-23 03:46:51 +03:00
..
bcache.c
boot.c loader: Print autoboot countdown immediately, not at 9 2020-12-14 00:46:24 +00:00
bootstrap.h loader: implement framebuffer console 2021-01-02 21:41:36 +02:00
commands.c
console.c loader: cstyle cleanup of console.c 2020-11-14 10:56:40 +00:00
dev_net.c
dev_net.h
devopen.c loader: clean up devopen and devclose a bit 2019-12-13 08:41:37 +00:00
disk.c
disk.h
gfx_fb.c loader: gfx_fb_drawrect should use GfxFbBltVideoFill 2021-05-23 03:46:51 +03:00
gfx_fb.h loader: cursor off should restore display content 2021-03-09 09:32:17 +02:00
help.common
install.c Fix compilation error for install.c in loader 2020-07-31 16:08:25 +00:00
interp_backslash.c
interp_forth.c veloader use vectx API for kernel and modules 2020-03-08 17:42:42 +00:00
interp_lua.c stand: liblua: add a pager module 2020-12-12 21:25:38 +00:00
interp_parse.c
interp_simple.c veloader use vectx API for kernel and modules 2020-03-08 17:42:42 +00:00
interp.c loader: fix userboot's ability to detect a guest's interpreter 2020-05-20 21:02:08 +00:00
isapnp.c
isapnp.h
load_elf32_obj.c
load_elf32.c
load_elf64_obj.c
load_elf64.c
load_elf_obj.c stand: Load INIT_ARRAY and FINI_ARRAY sections 2021-03-22 21:32:08 -04:00
load_elf.c Fix loader detection of vbefb support on !amd64 2021-02-21 22:31:56 +02:00
ls.c
Makefile.depend
md.c
merge_help.awk
metadata.c Remove sparc64 support from the boot loader. 2020-02-03 17:34:57 +00:00
misc.c zalloc_malloc:Free hexdump preceeding buffer when we detect overflow 2020-08-29 21:05:43 +00:00
module.c loader: unload command should reset tg_kernel_supported in gfx_state 2021-02-21 22:32:14 +02:00
newvers.sh Fix stand/newvers.sh with zsh in sh mode 2020-08-12 15:49:10 +00:00
nvstore.c loader: zfs should support bootonce an nextboot 2020-09-21 09:01:10 +00:00
part.c loader: variable i is unused without MBR/GPT support built in 2020-06-16 07:05:03 +00:00
part.h
paths.h
pnp.c
rbx.h
readin.h veloader use vectx API for kernel and modules 2020-03-08 18:48:01 +00:00
reloc_elf32.c
reloc_elf64.c
reloc_elf.c Reuse the amd64 loader relocation code on arm64 2021-01-20 17:59:38 +00:00
self_reloc.c RISC-V boot1.efi and loader.efi support 2020-07-06 18:19:42 +00:00
vdisk.c
zfs_cmd.c loader: zfs_cmd.c does not really compile without libzfs.h 2020-06-16 07:30:34 +00:00