2013-09-09 21:25:34 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 2.3.3:
A few cleanups, and a build fix for xserver 1.14.
Adam Jackson (2):
Remove mibstore.h
configure: Drop AM_MAINTAINER_MODE
Alexandr Shadchin (2):
Remove unneeded AM_CONDITIONAL
Fix check function in VESASaveRestore
Colin Walters (1):
autogen.sh: Implement GNOME Build API
Egbert Eich (1):
Make bool option parsing clearer and more consistent
Julien Cristau (1):
Bump to 2.3.3
|
2013-05-16 08:31:57 by Richard PALO | Files touched by this commit (2) | |
Log message:
update to xf86-video-vesa-2.3.2 for modular-xorg-server-1.12.4
|
2012-10-29 06:07:25 by Aleksej Saushev | Files touched by this commit (563) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-09-27 12:06:33 by Jonathan Perkin | Files touched by this commit (39) |
Log message:
Define DRIVER_MAN_SUFFIX on Solaris to the same as every other system, this
diverges from the standard layout on Solaris but ensures a consistent
experience for pkgsrc packages.
Fixes 31 packages on Solaris.
|
2012-06-16 01:06:09 by David A. Holland | Files touched by this commit (63) |
Log message:
Whitespace. (as whined about by pkglint)
|
2010-09-14 13:03:18 by Thomas Klausner | Files touched by this commit (1096) |
Log message:
Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.
Per discussion on pkgsrc-changes.
|
2010-04-09 10:53:05 by Tobias Nygren | Files touched by this commit (20) |
Log message:
Some drivers now have a build time dependency on libXext because
of xextproto -> libXext header rototil.
|
2010-02-06 16:15:10 by Tobias Nygren | Files touched by this commit (2) |
Log message:
Update to xf86-video-vesa-2.3.0. Changes:
Fix a comment
Use VBE palette load, not VGA banging.
Remove unused variable.
Don't artificially limit the screen size to 2k
Code motion
Warning fix when !HAVE_ISA
Use own thunk function instead of shadowUpdatePackedWeak
Remove support for non-shadowfb banked framebuffer
Make the VBESetVBEMode fallback message slightly clearer
vesa 2.3.0
.gitignore: use common defaults with custom section # 24239
Several driver modules do not have a ChangeLog target in Makefile.am #23814
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
configure.ac: remove -I$(prefix)/include from INCLUDES #24676
configure.ac: sdkdir usage duplicates the sdk include dir
Add missing shadowRemove() in VESACloseScreen().
|
2009-08-10 01:00:39 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
Update to 2.2.1:
Adam Jackson (1):
Attempt VBE PanelID if DDC fails
Dave Airlie (3):
vesa: update for resources/RAC API removal
vesa: change to using ABI version check
vesa: bump for release 2.2.1
Peter Hutterer (1):
Update to xextproto 7.1 support.
|
2009-06-07 23:47:04 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Update to xf86-video-vesa-2.2.0
2.2.0:
Add yet another pass to mode validation.
Add README with pointers to mailing list, bugzilla & git repos
Remove xorgconfig & xorgcfg from See Also list in man page
2.1.0:
Make ISA support optional.
VESASetMode: be verbose about the mode that's being set.
Properly define the driver version
Default VESAValidMode to returning MODE_BAD.
Add a TODO list.
Warning cleanup.
Use VBE services for DPMS instead of banging VGA registers manually.
|