aboutsummaryrefslogtreecommitdiff
path: root/vgasrc
AgeCommit message (Expand)AuthorFilesLines
2024-01-04parisc: Fix 64-bit firmware buildHelge Deller1-1/+1
2022-05-26parisc: Avoid build warning in vgainit.cHelge Deller1-1/+2
2021-05-26vgasrc: ignore .node.gnu.property (binutils-2.36 support)Sergei Trofimovich1-1/+8
2020-07-13vgabios: Fix preserve memory flag in handle_1000Kevin O'Connor1-4/+3
2020-06-25vga: fix cirrus biosGerd Hoffmann1-1/+1
2019-10-28ramfb: add copyright and license to ramfb.cGerd Hoffmann1-0/+6
2019-10-28bochsdisplay: add copyright and license to bochsdisplay.cGerd Hoffmann1-0/+6
2019-10-28svgamodes: Add copyright notice to vgasrc/svgamodes.cKevin O'Connor1-0/+8
2019-10-21Remove dos line endings introduced in the last two commitsUwe Kleine-König2-17/+17
2019-10-18Add additional resolutions for 16:9 displays: 1600x900 and 2560x1440Uwe Kleine-König1-0/+8
2019-10-18cbvga: reuse svga modes definitions from svgamodes.cUwe Kleine-König1-71/+9
2019-06-24ati-vga: add rage128 edid supportGerd Hoffmann1-0/+25
2019-06-24ati-vga: try vga ddc firstGerd Hoffmann1-0/+9
2019-06-24ati-vga: make i2c register and bits configurableGerd Hoffmann1-7/+27
2019-06-24ati-vga: fix ati_read()Gerd Hoffmann1-1/+1
2019-06-24ati-vga: make less verboseGerd Hoffmann1-1/+1
2019-05-15bochsdisplay: parse resolution from edid.Gerd Hoffmann1-8/+16
2019-05-15bochsdisplay: add edid support.Gerd Hoffmann1-1/+7
2019-05-15bochsvga: add edid support.Gerd Hoffmann1-3/+16
2019-05-15ati: add edid support.Gerd Hoffmann1-0/+114
2019-05-15vbe: add edid support.Gerd Hoffmann2-0/+31
2019-03-15vga: add ati bios tablesGerd Hoffmann2-0/+46
2019-03-15vga: add atiext driverGerd Hoffmann4-0/+270
2019-03-14vga: make memcpy_high() publicGerd Hoffmann2-2/+2
2019-03-14vga: move modelist from bochsvga.c to new svgamodes.cGerd Hoffmann3-86/+108
2018-09-18SeaVGABios/cbvga: Fix bpp for coreboot framebufferMatt DeVillier1-2/+8
2018-06-26cbvga_set_mode: refine clear display logicGerd Hoffmann1-8/+10
2018-06-22qemu: add qemu ramfb supportGerd Hoffmann4-13/+188
2018-06-22vgasrc: add allocate_pmm()Gerd Hoffmann2-16/+33
2018-06-22bochs_display_setup: return error on failureGerd Hoffmann1-1/+1
2018-06-22cbvga_set_mode: disable clearmem in windows x86 emulator.Gerd Hoffmann1-1/+9
2018-06-22cbvga_list_modes: don't list current mode twiceGerd Hoffmann1-1/+5
2018-06-22cbvga_setup_modes: use real mode number instead of 0x140Gerd Hoffmann1-0/+5
2018-06-22qemu: add bochs-display supportGerd Hoffmann4-13/+94
2018-06-22cbvga: factor out cbvga_setup_modes()Gerd Hoffmann2-25/+33
2017-08-29vga: Fix bug in stdvga_get_linesize()Kevin O'Connor1-1/+1
2017-06-12SeaVGABios/cbvga: Advertise compatible VESA modesPatrick Rudolph1-1/+103
2017-06-12SeaVGABios/cbvga: Use active mode to clear screenPatrick Rudolph1-1/+1
2017-06-12SeaVGABIOS/vbe: Query driver for scanline pitch v2Patrick Rudolph5-1/+21
2017-06-12SeaVGABios/cbvga: Advertise correct pixel formatPatrick Rudolph1-1/+3
2017-01-29vgasrc: Increase debug levelPaul Menzel1-1/+1
2016-08-05version: Update header files now that version.c is not auto generatedKevin O'Connor2-1/+3
2016-08-05vgautil: Move definitions from cbvga.h and clext.h to vgautil.hKevin O'Connor7-46/+30
2016-08-05vgautil: Move generic definitions from stdvga.h to vgautil.hKevin O'Connor6-33/+37
2016-08-05vgautil: Add new header file with misc function and variable definitionsKevin O'Connor13-37/+57
2016-08-05vgainit: Move video param setup to stdvga_build_video_param()Kevin O'Connor4-14/+14
2016-08-04vgafb: Move header definitions from vgabios.h to new file vgafb.hKevin O'Connor6-37/+47
2016-08-04swcursor: Concentrate swcursor logic in swcursor.cKevin O'Connor5-20/+39
2016-08-04swcursor: Move swcursor code from vgafb.c to new file swcursor.cKevin O'Connor3-57/+67
2016-07-21vgabios: Simplify scroll logicKevin O'Connor3-69/+64