index
:
delta/xorg-driver-xf86-video-vesa.git
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
IPv6-REVIEW
STSF-CURRENT
XACE-SELINUX
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
baserock/morph
lg3d
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
master
no-virt-shadow
not-on-efi
sco_port_update
gitlab.freedesktop.org: xorg/driver/xf86-video-vesa.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
vesa.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refuse to run on UEFI machines
not-on-efi
Adam Jackson
2018-08-29
1
-2
/
+9
*
Newline-terminate a few error messages
Adam Jackson
2018-08-28
1
-2
/
+2
*
Honor Option "NoDDC" correctly
Ian Lepore
2018-02-15
1
-1
/
+3
*
Use VBEFreeVBEInfo not free
Adam Jackson
2018-02-15
1
-1
/
+2
*
Fall back to VGA if the palette API isn't supported
Adam Jackson
2018-02-15
1
-0
/
+21
*
Don't build old probe method on sufficiently new servers
Adam Jackson
2018-02-15
1
-0
/
+6
*
Use default refresh by default
Stefan Dirsch
2016-05-02
1
-3
/
+5
*
When debugging, print the VGAbase as well.
Matthew Green
2015-07-27
1
-2
/
+3
*
configure: Drop PanelID test
Adam Jackson
2015-06-11
1
-2
/
+0
*
Make bool option parsing clearer and more consistent
Egbert Eich
2013-08-14
1
-6
/
+5
*
Remove mibstore.h
Adam Jackson
2012-09-25
1
-4
/
+0
*
Fix check function in VESASaveRestore
Alexandr Shadchin
2012-08-23
1
-1
/
+1
*
vesa: add api 13 compat layer.
Dave Airlie
2012-06-01
1
-39
/
+41
*
vesa: convert to new screen conversion APIs.
Dave Airlie
2012-05-23
1
-5
/
+5
*
vesa: add compat-api.h
Dave Airlie
2012-05-23
1
-1
/
+1
*
Code style cleanup to make the map and unmap blocks more consistent
Jeremy Huddleston
2011-10-19
1
-19
/
+20
*
Build fix for ABI Version 12
Jeremy Huddleston
2011-10-19
1
-7
/
+11
*
Build fix for ABI Version 12
Jeremy Huddleston
2011-10-19
1
-0
/
+4
*
Be forgiving of character-cell size mismatches in mode sizes
Adam Jackson
2011-02-14
1
-3
/
+25
*
Fix memory leak in mode validation
Adam Jackson
2011-02-14
1
-0
/
+1
*
Refuse to load if there's a kernel driver bound to the device
Adam Jackson
2010-12-08
1
-1
/
+7
*
Convert x+m/calloc/free to m/calloc/free.
Trevor Woerner
2010-10-24
1
-24
/
+24
*
Make the VBESetVBEMode fallback message slightly clearer
Adam Jackson
2010-01-04
1
-2
/
+1
*
Remove support for non-shadowfb banked framebuffer
Adam Jackson
2009-12-30
1
-16
/
+3
*
Use own thunk function instead of shadowUpdatePackedWeak
Adam Jackson
2009-12-30
1
-2
/
+8
*
Warning fix when !HAVE_ISA
Adam Jackson
2009-12-30
1
-0
/
+2
*
Code motion
Adam Jackson
2009-12-30
1
-34
/
+29
*
Don't artificially limit the screen size to 2k
Adam Jackson
2009-12-01
1
-1
/
+1
*
Add missing shadowRemove() in VESACloseScreen().
Matthieu Herrb
2009-10-05
1
-1
/
+3
*
Remove unused variable.
Adam Jackson
2009-09-18
1
-4
/
+1
*
Use VBE palette load, not VGA banging.
Adam Jackson
2009-09-18
1
-26
/
+1
*
Fix a comment
Adam Jackson
2009-09-18
1
-1
/
+0
*
Update to xextproto 7.1 support.
Peter Hutterer
2009-07-16
1
-0
/
+5
*
Attempt VBE PanelID if DDC fails
Adam Jackson
2009-02-26
1
-0
/
+7
*
Add yet another pass to mode validation.
Adam Jackson
2009-02-05
1
-14
/
+40
*
Make ISA support optional.
Adam Jackson
2008-11-23
1
-0
/
+6
*
VESASetMode: be verbose about the mode that's being set.
Luc Verhaegen
2008-09-18
1
-0
/
+4
*
Default VESAValidMode to returning MODE_BAD.
Adam Jackson
2008-07-01
1
-1
/
+1
*
Add a TODO list.
Adam Jackson
2008-07-01
1
-0
/
+8
*
Warning cleanup.
Adam Jackson
2008-07-01
1
-31
/
+2
*
Use VBE services for DPMS instead of banging VGA registers manually.
Adam Jackson
2008-07-01
1
-33
/
+1
*
Un-duplicate some init code.
Adam Jackson
2008-07-01
1
-39
/
+21
*
Remove unused ->device
Adam Jackson
2008-07-01
1
-2
/
+0
*
Update copyright.
Adam Jackson
2008-06-12
1
-1
/
+2
*
Clean up memory model checking, and properly refuse unsupported models.
Adam Jackson
2008-06-12
1
-20
/
+10
*
Add semi-reasonable mode validation.
Adam Jackson
2008-06-12
1
-10
/
+142
*
Prefer a more modern depth/bpp selection.
Adam Jackson
2008-06-12
1
-12
/
+11
*
Remove some useless module loading cruft.
Adam Jackson
2008-06-12
1
-79
/
+1
*
Fix boolean inversion in VBE screen clear.
Adam Jackson
2008-06-12
1
-2
/
+5
*
Planar video is gone
Julien Cristau
2008-04-17
1
-77
/
+5
[next]