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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-29
vga: Fix bug in stdvga_get_linesize()
Kevin O'Connor
1
-1
/
+1
2017-06-12
SeaVGABios/cbvga: Advertise compatible VESA modes
Patrick Rudolph
1
-1
/
+103
2017-06-12
SeaVGABios/cbvga: Use active mode to clear screen
Patrick Rudolph
1
-1
/
+1
2017-06-12
SeaVGABIOS/vbe: Query driver for scanline pitch v2
Patrick Rudolph
5
-1
/
+21
2017-06-12
SeaVGABios/cbvga: Advertise correct pixel format
Patrick Rudolph
1
-1
/
+3
2017-01-29
vgasrc: Increase debug level
Paul Menzel
1
-1
/
+1
2016-08-05
version: Update header files now that version.c is not auto generated
Kevin O'Connor
2
-1
/
+3
2016-08-05
vgautil: Move definitions from cbvga.h and clext.h to vgautil.h
Kevin O'Connor
7
-46
/
+30
2016-08-05
vgautil: Move generic definitions from stdvga.h to vgautil.h
Kevin O'Connor
6
-33
/
+37
2016-08-05
vgautil: Add new header file with misc function and variable definitions
Kevin O'Connor
13
-37
/
+57
2016-08-05
vgainit: Move video param setup to stdvga_build_video_param()
Kevin O'Connor
4
-14
/
+14
2016-08-04
vgafb: Move header definitions from vgabios.h to new file vgafb.h
Kevin O'Connor
6
-37
/
+47
2016-08-04
swcursor: Concentrate swcursor logic in swcursor.c
Kevin O'Connor
5
-20
/
+39
2016-08-04
swcursor: Move swcursor code from vgafb.c to new file swcursor.c
Kevin O'Connor
3
-57
/
+67
2016-07-21
vgabios: Simplify scroll logic
Kevin O'Connor
3
-69
/
+64
2016-07-04
vgabios: Simplify set_cursor_pos()
Kevin O'Connor
1
-18
/
+10
2016-07-04
vgabios: Don't check for special case of page==0xff on external calls
Kevin O'Connor
2
-11
/
+5
2016-07-04
vgabios: Remove special case of dh==0xff in handle_1013()
Kevin O'Connor
1
-7
/
+1
2015-10-15
build: Report gcc and binutils versions in debug log
Kevin O'Connor
2
-0
/
+2
2015-10-15
build: Rework version generation; don't allow make version override
Kevin O'Connor
1
-0
/
+5
2015-10-09
Fix typos found by codespell
Stefan Weil
1
-1
/
+1
2015-08-04
vgafb: Minor - move gfx_common() variables outside of switch statement
Kevin O'Connor
1
-12
/
+5
2015-06-15
build: CONFIG_VGA_FIXUP_ASM should depend on CONFIG_BUILD_VGABIOS
Kevin O'Connor
1
-0
/
+1
2015-06-11
vga: add virtio-vga to kconfig
Gerd Hoffmann
1
-0
/
+5
2015-06-11
vga: rework virtio-vga support
Gerd Hoffmann
1
-4
/
+1
2015-06-11
vga: simplify vga builds
Gerd Hoffmann
1
-2
/
+22
2015-04-11
vgabios: Emulate "leal" instruction
Kevin O'Connor
1
-23
/
+1
2015-04-10
vgabios: Add config option for assembler fixups
Kevin O'Connor
2
-0
/
+14
2015-04-10
vgabios: Don't use "smsww" instruction - it confuses x86emu
Kevin O'Connor
1
-1
/
+1
2015-03-18
vgabios: Don't use extra stack if it appears a modern OS is in use
Kevin O'Connor
3
-3
/
+25
2015-03-17
vgabios: On bda_save_restore() the saved vbe_mode also has flags in it
Kevin O'Connor
1
-1
/
+1
2015-01-07
vgabios: Support emulated text in gfx_read_char()
Kevin O'Connor
1
-6
/
+19
2015-01-06
vgabios: implement read char in graphics mode
Paolo Bonzini
1
-12
/
+41
2015-01-06
vgabios: fix graphics operation with Bochs VGA in non-DISPI modes
Paolo Bonzini
1
-8
/
+19
2014-11-12
Use an aligned stack offset when entering on the extra stack
Kevin O'Connor
1
-10
/
+10
2014-11-12
vgabios: Add software cursor capability
Kevin O'Connor
6
-5
/
+143
2014-11-12
vgabios: Support emulating text mode attributes while in graphics mode
Kevin O'Connor
5
-10
/
+47
2014-10-27
vgabios: Add support for reading framebuffer in "direct" mode
Kevin O'Connor
1
-5
/
+32
2014-10-27
vgabios: Fill in available legacy modes in video_func_static at runtime
Kevin O'Connor
3
-2
/
+12
2014-10-27
vgabios: Move standard table definitions to std/vga.h
Kevin O'Connor
4
-67
/
+16
2014-10-27
vgabios: Only set the dcc_index=8 if stdvga ports are available
Kevin O'Connor
1
-2
/
+1
2014-10-27
vgabios: Only init BDA device details in init_bios_area()
Kevin O'Connor
2
-20
/
+8
2014-10-27
vgabios: Refactor get/set_cursor_shape() code
Kevin O'Connor
3
-32
/
+29
2014-10-27
vgabios: Set cursor shape fixes
Kevin O'Connor
1
-11
/
+7
2014-10-27
vgabios: Rename vbe_flags to flags
Kevin O'Connor
2
-4
/
+7
2014-10-27
vgabios: Don't pass vmode_g to vgafb_move_chars() / vgafb_clear_chars()
Kevin O'Connor
3
-19
/
+19
2014-10-27
vgabios: Cache a pointer to the current mode struct in the BDA
Kevin O'Connor
2
-2
/
+7
2014-10-27
vgabios: Don't declare custom internal BDA storage in std/bda.h
Kevin O'Connor
3
-8
/
+21
2014-10-27
Create assembler macros for saving and restoring 'struct bregs'
Kevin O'Connor
1
-20
/
+2
2014-07-01
vgabios: Fix broken build resulting from e5749978.
Kevin O'Connor
1
-2
/
+1
[next]