index
:
riscv-gnu-toolchain/qemu/roms/seabios-hppa.git
alpha-port
bigfont
devel
devel-2022
devel-4-do-not-use
devel-btlb
devel-btlb-2
devel-last-for-v16
devel-with-sti64bit
devel2
devel3
devel4
devel5
devel64
hp3000
hp3000-console
hppa-reboot-fix
hppa-target
hppa-target-2
master
master-new-v7
master-old
master-prerelease
parisc-qemu-4.1.0
parisc-qemu-5.0
parisc-qemu-5.1
parisc-qemu-5.1-next
parisc-qemu-6
parisc_firmware
seabios-hppa-v3-rc
seabios-hppa-v3-rc2
serial-port-fix-test
toc-support
upstream
v6-test
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vgasrc
/
vgafb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-11
vgabios: Initial support for coreboot native vga vgabios.
Kevin O'Connor
1
-2
/
+2
2014-04-11
vgabios: Add support for manipulating framebuffers in high memory.
Kevin O'Connor
1
-0
/
+111
2014-04-11
vgabios: Introduce text_address().
Kevin O'Connor
1
-28
/
+19
2014-04-11
vgabios: Rewrite vgafb.c graphics operations to set of 4 standard operators.
Kevin O'Connor
1
-363
/
+284
2014-04-11
vgabios: Split vgafb_scroll() into separate move and clear functions.
Kevin O'Connor
1
-109
/
+122
2014-04-11
vgabios: Add option to control use of standard VGA IO ports.
Kevin O'Connor
1
-0
/
+8
2013-12-04
vgabios: Support custom fonts in vga framebuffer text writing.
Kevin O'Connor
1
-54
/
+67
2013-09-18
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
1
-2
/
+2
2013-09-18
Rename util.c to string.c and introduce string.h.
Kevin O'Connor
1
-1
/
+2
2012-09-02
Use cpu_to_be32() (and related) instead of htonl (and related).
Kevin O'Connor
1
-1
/
+2
2012-04-14
Misc compile fixes for gcc v3.4.
rel-1.7.0
Kevin O'Connor
1
-0
/
+6
2012-02-02
vgabios: Fix screen attrs on cga scroll.
Kevin O'Connor
1
-0
/
+4
2012-02-02
vgabios: Simplify cga/packed character screen writing.
Kevin O'Connor
1
-37
/
+17
2012-02-01
vgabios: Move stdvga_set_mode() to stdvgamodes.c.
Kevin O'Connor
1
-0
/
+1
2012-01-21
vgabios: Extract out current mode finding into new function.
Kevin O'Connor
1
-6
/
+5
2012-01-19
vgabios: Simplify planar4 vgafb code.
Kevin O'Connor
1
-49
/
+44
2012-01-14
vgabios: Extract out common parts of struct vgamode_s.
Kevin O'Connor
1
-6
/
+6
2012-01-14
vgabios: Unify page size calculations; remove page size from vgamode_s.
Kevin O'Connor
1
-14
/
+6
2012-01-14
vgabios: Make struct vgamode_s more similar to bochs/cirrus mode tables.
Kevin O'Connor
1
-5
/
+5
2012-01-14
vgabios: Use vesa style memory model flags in stdvga code.
Kevin O'Connor
1
-25
/
+23
2012-01-01
vgabios: Add scrolling for linear (packed pixel) graphics mode.
Kevin O'Connor
1
-2
/
+32
2012-01-01
vgabios: Minor - make FB scroll functions look similar.
Kevin O'Connor
1
-26
/
+31
2012-01-01
vgabios: Framebuffer fixes for CGA and planar graphics modes.
Kevin O'Connor
1
-7
/
+7
2011-12-31
vgabios: Refactor vga_set_mode and stdvga_set_mode.
Kevin O'Connor
1
-18
/
+0
2011-12-31
vgabios: Move vgafb_load_font to stdvga.c.
Kevin O'Connor
1
-19
/
+0
2011-12-31
vgabios: Rename vgahw_* functions to stdvga_*.
Kevin O'Connor
1
-19
/
+19
2011-12-31
vgabios: Rename vgaio.c to stdvga.c.
Kevin O'Connor
1
-0
/
+1
2011-12-31
vgabios: Rename vga.c to vgabios.c.
Kevin O'Connor
1
-1
/
+1
2011-12-27
vgabios: Use vgamode_s instead of video_param_table in code.
Kevin O'Connor
1
-6
/
+3
2009-05-31
VGA: Move direct in/out calls out of vgafb.c.
Kevin O'Connor
1
-27
/
+21
2009-05-31
VGA: Comment and name update.
Kevin O'Connor
1
-28
/
+27
2009-05-31
VGA: Further simplify scrolling code.
Kevin O'Connor
1
-163
/
+84
2009-05-31
VGA: Simplify scrolling implementation.
Kevin O'Connor
1
-48
/
+9
2009-05-31
VGA: Fix bad commit to vgafb.c - missing '}'.
Kevin O'Connor
1
-0
/
+1
2009-05-31
VGA: Define clear_screen in terms of memmodel.
Kevin O'Connor
1
-10
/
+12
2009-05-31
VGA: Breakup biosfn_scroll.
Kevin O'Connor
1
-145
/
+187
2009-05-26
VGA: Simplify vgafb_write/read_char.
Kevin O'Connor
1
-62
/
+71
2009-05-25
VGA: Remove vmode_g->class - store info in vmode_g->memmodel.
Kevin O'Connor
1
-7
/
+6
2009-05-25
VGA: Use struct for car/attr/WITH_ATTR.
Kevin O'Connor
1
-80
/
+43
2009-05-25
VGA: Combine x/y/page into one parameter.
Kevin O'Connor
1
-32
/
+25
2009-05-25
VGA: Replace biosfn_load_text_* with vgafb_load_font().
Kevin O'Connor
1
-49
/
+17
2009-05-25
VGA: Factor out hardware accesses from biosfn_set_video_mode.
Kevin O'Connor
1
-0
/
+18
2009-05-17
VGA: Extract code from vga.c into new files vgaio.c and vgafb.c.
Kevin O'Connor
1
-0
/
+642