index
:
rocket-tools/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
/
clext.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-08-05
vgautil: Move definitions from cbvga.h and clext.h to vgautil.h
Kevin O'Connor
1
-1
/
+0
2016-08-05
vgautil: Add new header file with misc function and variable definitions
Kevin O'Connor
1
-1
/
+2
2014-02-05
vgabios: Simplify save/restore mechanism.
Kevin O'Connor
1
-19
/
+3
2013-12-04
vgabios: Load the DAC palette in "packed" modes on Cirrus and BochsVGA.
Kevin O'Connor
1
-0
/
+2
2013-09-18
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
1
-4
/
+4
2013-09-18
Rename util.c to string.c and introduce string.h.
Kevin O'Connor
1
-0
/
+1
2013-09-18
vgabios: Rename stdvga_bpp_factor to stdvga_vram_ratio.
Kevin O'Connor
1
-7
/
+6
2013-09-02
Move code centered around specific hardware devices to src/hw/
Kevin O'Connor
1
-2
/
+2
2013-03-09
vgabios: Fix cirrus memory clear on mode switch.
Kevin O'Connor
1
-5
/
+6
2013-02-16
Enable VGA output when setting Cirrus-specific mode
Laszlo Ersek
1
-0
/
+1
2013-02-05
Normalize POST initialization function name suffixes.
Kevin O'Connor
1
-3
/
+3
2012-03-06
vgabios: Fixup clext far return instruction.
Kevin O'Connor
1
-1
/
+1
2012-02-12
vgabios: Minor vgabios fixes.
Kevin O'Connor
1
-2
/
+2
2012-02-04
vgabios: Implement VBE save/restore state function (func 04).
Kevin O'Connor
1
-0
/
+24
2012-02-02
vgabios: Handle VGA option rom being re-run.
Kevin O'Connor
1
-8
/
+11
2012-02-01
vgabios: Minor - organize cirrus code so like functions are near each other.
Kevin O'Connor
1
-60
/
+65
2012-02-01
vgabios: Simplify cirrus find mode code.
Kevin O'Connor
1
-95
/
+41
2012-02-01
vgabios: Add VBE power management (10h) stub function.
Kevin O'Connor
1
-53
/
+11
2012-02-01
vgabios: Add support for VBE get/set display start function.
Kevin O'Connor
1
-65
/
+26
2012-02-01
vgabios: Add support for vbe get/set line length function.
Kevin O'Connor
1
-31
/
+20
2012-02-01
vgabios: Add support for vesa get/set window function.
Kevin O'Connor
1
-23
/
+15
2012-02-01
vgabios: Move BDA setting from driver code to common code.
Kevin O'Connor
1
-17
/
+20
2012-01-21
vgabios: Set cwidth/cheight/sstart in vgamode_s for cirrus/bochs.
Kevin O'Connor
1
-16
/
+16
2012-01-21
vgabios: Use stored total memory in cirrus code instead of recalculating.
Kevin O'Connor
1
-3
/
+3
2012-01-19
vgabios: Check that the PCI BDF passed in is valid before using.
Kevin O'Connor
1
-2
/
+3
2012-01-16
vgabios: Make VBE code depend on a config setting.
Kevin O'Connor
1
-1
/
+0
2012-01-16
vgabios: Use standard VGA IO wrappers in clext.c.
Kevin O'Connor
1
-78
/
+39
2012-01-16
vgabios: Add wrapper functions for accessing standard VGA registers.
Kevin O'Connor
1
-4
/
+4
2012-01-14
vgabios: Add cirrus linear framebuffer detection; enable VBE in cirrus.
Kevin O'Connor
1
-1
/
+9
2012-01-14
vgabios: Hook up Cirrus extended bios functions.
Kevin O'Connor
1
-21
/
+26
2012-01-14
vgabios: Make cirrus line lengths standard.
Kevin O'Connor
1
-34
/
+7
2012-01-14
vgabios: Unify cirrus and vbe vesa functions.
Kevin O'Connor
1
-243
/
+85
2012-01-14
vgabios: Unify code to generate the vbe mode list.
Kevin O'Connor
1
-5
/
+13
2012-01-14
vgabios: Use vgamode_s in cirrus and bochsvga mode tables.
Kevin O'Connor
1
-30
/
+33
2012-01-14
vgabios: Remove dummy 0xfe mode from list of cirrus modes.
Kevin O'Connor
1
-4
/
+4
2012-01-14
vgabios: Use standard naming for cirrus memmodel.
Kevin O'Connor
1
-39
/
+39
2011-12-31
vgabios: Unify X_init() functions.
Kevin O'Connor
1
-2
/
+8
2011-12-31
vgabios: Unify X_set_mode() functions.
Kevin O'Connor
1
-4
/
+4
2011-12-31
vgabios: Create clext.h and use "clext_" as prefix for exported funcs.
Kevin O'Connor
1
-3
/
+4
2011-12-31
vgabios: Introduce stdvga_get_crtc() and use it consistently.
Kevin O'Connor
1
-15
/
+7
2011-12-31
vgabios: Rename vgahw_* functions to stdvga_*.
Kevin O'Connor
1
-2
/
+2
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-31
vgabios: Continue port of clext.c.
Kevin O'Connor
1
-24
/
+302
2011-12-27
vgabios: Fix compile error due to missing include in clext.c.
Kevin O'Connor
1
-0
/
+1
2011-12-20
Updates to vgabios cirrus code.
Kevin O'Connor
1
-5
/
+294
2010-01-03
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
1
-3
/
+3
2009-05-17
VGA: Remove references to 'struct bregs' from vgaio.c code.
Kevin O'Connor
1
-2
/
+2
2009-05-16
VGA: Minor - use "_g" suffix for global pointers.
Kevin O'Connor
1
-9
/
+9
2009-05-07
Cleanup vga inb/outb port usages.
Kevin O'Connor
1
-19
/
+21
[next]