Gitiles
Code Review
Sign In
review.coreboot.org
/
seabios
/
45064004613e43b6d1cb69d35834d180a76dcbae
/
vgasrc
/
vgafb.c
33617ef
vgafb: Minor - move gfx_common() variables outside of switch statement
by Kevin O'Connor
· 9 years ago
e638f97
vgabios: Support emulated text in gfx_read_char()
by Kevin O'Connor
· 10 years ago
60e0e55
vgabios: implement read char in graphics mode
by Paolo Bonzini
· 10 years ago
b4eb6fc
vgabios: Add software cursor capability
by Kevin O'Connor
· 10 years ago
6fed307
vgabios: Support emulating text mode attributes while in graphics mode
by Kevin O'Connor
· 10 years ago
136d4ec
vgabios: Add support for reading framebuffer in "direct" mode
by Kevin O'Connor
· 10 years ago
7217ae7
vgabios: Don't pass vmode_g to vgafb_move_chars() / vgafb_clear_chars()
by Kevin O'Connor
· 10 years ago
7c79029
vgabios: Initial support for coreboot native vga vgabios.
by Kevin O'Connor
· 11 years ago
098c2fc
vgabios: Add support for manipulating framebuffers in high memory.
by Kevin O'Connor
· 10 years ago
a02d418
vgabios: Introduce text_address().
by Kevin O'Connor
· 10 years ago
f864b60
vgabios: Rewrite vgafb.c graphics operations to set of 4 standard operators.
by Kevin O'Connor
· 10 years ago
7fd2af6
vgabios: Split vgafb_scroll() into separate move and clear functions.
by Kevin O'Connor
· 10 years ago
efbf4d6
vgabios: Add option to control use of standard VGA IO ports.
by Kevin O'Connor
· 11 years ago
1f31f00
vgabios: Support custom fonts in vga framebuffer text writing.
by Kevin O'Connor
· 11 years ago
2d2fa31
Move function definitions for output.c from util.h to new file output.h.
by Kevin O'Connor
· 11 years ago
fa9c66a
Rename util.c to string.c and introduce string.h.
by Kevin O'Connor
· 11 years ago
b306459
Use cpu_to_be32() (and related) instead of htonl (and related).
by Kevin O'Connor
· 12 years ago
a026308
Misc compile fixes for gcc v3.4.
by Kevin O'Connor
· 12 years ago
rel-1.7.0
b888695
vgabios: Fix screen attrs on cga scroll.
by Kevin O'Connor
· 13 years ago
9a4d0c1
vgabios: Simplify cga/packed character screen writing.
by Kevin O'Connor
· 13 years ago
f98bbf0
vgabios: Move stdvga_set_mode() to stdvgamodes.c.
by Kevin O'Connor
· 13 years ago
4a73f93
vgabios: Extract out current mode finding into new function.
by Kevin O'Connor
· 13 years ago
160d34a
vgabios: Simplify planar4 vgafb code.
by Kevin O'Connor
· 13 years ago
10dff3d
vgabios: Extract out common parts of struct vgamode_s.
by Kevin O'Connor
· 13 years ago
83047be
vgabios: Unify page size calculations; remove page size from vgamode_s.
by Kevin O'Connor
· 13 years ago
80da87d
vgabios: Make struct vgamode_s more similar to bochs/cirrus mode tables.
by Kevin O'Connor
· 13 years ago
d4398ad
vgabios: Use vesa style memory model flags in stdvga code.
by Kevin O'Connor
· 13 years ago
b937397
vgabios: Add scrolling for linear (packed pixel) graphics mode.
by Kevin O'Connor
· 13 years ago
68ab041
vgabios: Minor - make FB scroll functions look similar.
by Kevin O'Connor
· 13 years ago
ae6eb8f
vgabios: Framebuffer fixes for CGA and planar graphics modes.
by Kevin O'Connor
· 13 years ago
821d6b4
vgabios: Refactor vga_set_mode and stdvga_set_mode.
by Kevin O'Connor
· 13 years ago
2bec7d6
vgabios: Move vgafb_load_font to stdvga.c.
by Kevin O'Connor
· 13 years ago
88ca741
vgabios: Rename vgahw_* functions to stdvga_*.
by Kevin O'Connor
· 13 years ago
ed68e5b
vgabios: Rename vgaio.c to stdvga.c.
by Kevin O'Connor
· 13 years ago
e1e000b
vgabios: Rename vga.c to vgabios.c.
by Kevin O'Connor
· 13 years ago
87233e9
vgabios: Use vgamode_s instead of video_param_table in code.
by Kevin O'Connor
· 13 years ago
414d073
VGA: Move direct in/out calls out of vgafb.c.
by Kevin O'Connor
· 15 years ago
227a2bb
VGA: Comment and name update.
by Kevin O'Connor
· 15 years ago
2c34f41
VGA: Further simplify scrolling code.
by Kevin O'Connor
· 15 years ago
c3e1587
VGA: Simplify scrolling implementation.
by Kevin O'Connor
· 15 years ago
ae6e1c8
VGA: Fix bad commit to vgafb.c - missing '}'.
by Kevin O'Connor
· 15 years ago
e4145ad
VGA: Define clear_screen in terms of memmodel.
by Kevin O'Connor
· 15 years ago
217f2bc
VGA: Breakup biosfn_scroll.
by Kevin O'Connor
· 15 years ago
d3b3815
VGA: Simplify vgafb_write/read_char.
by Kevin O'Connor
· 15 years ago
e4f220f
VGA: Remove vmode_g->class - store info in vmode_g->memmodel.
by Kevin O'Connor
· 15 years ago
0926241
VGA: Use struct for car/attr/WITH_ATTR.
by Kevin O'Connor
· 15 years ago
918b156
VGA: Combine x/y/page into one parameter.
by Kevin O'Connor
· 15 years ago
deb9cb9
VGA: Replace biosfn_load_text_* with vgafb_load_font().
by Kevin O'Connor
· 15 years ago
124b6f7
VGA: Factor out hardware accesses from biosfn_set_video_mode.
by Kevin O'Connor
· 15 years ago
c0c7df6
VGA: Extract code from vga.c into new files vgaio.c and vgafb.c.
by Kevin O'Connor
· 15 years ago