unbreak biuld. From Travers Buda. Thanks.
More updates (next time I'll save the file before committing).
All the resources claimed by xf86StdAccResFromOS() are PC-specific. On sparc64
PCI address space is completely seperate, so we don't have to claim any
resources to avoid clashes with main memory and firmware. Makes accelerated
graphics work on the Tadpole SPARCLE.
ok matthieu@, oga@
sync
OpenBSD/xenocara 01c987e — distrib/sets/lists/xbase md.i386 md.amd64, distrib/sets/lists/xserv md.i386 md.alpha
sync
The amd driver has been renamed geode. ok deraadt@ oga@.
add a file missed by CVS
add files missed by CVS
add a file that cvs missed
also build the xf86-video-openchrome driver on amd64.
OpenBSD/xenocara 077e250 — driver/xf86-video-vmware configure aclocal.m4, driver/xf86-video-vmware/src vmware.c svga_reg.h
update xf86-video-vmware to 10.16.4
OpenBSD/xenocara 3033d02 — driver/xf86-video-neomagic configure aclocal.m4, driver/xf86-video-neomagic/man Makefile.in
update xf86-video-neomagic to 1.2.1
OpenBSD/xenocara 0ca1b62 — driver/xf86-video-nv configure ChangeLog, driver/xf86-video-nv/compat/modes xf86Crtc.c xf86EdidModes.c
update xf86-video-nv to 2.1.10
OpenBSD/xenocara 9593f34 — driver/xf86-video-mga configure aclocal.m4, driver/xf86-video-mga/src mga_driver.c mga_video.c
update xf86-video-mga to 1.4.9
fix the froggy problem.
Implement a handler for the MappingEvent, meaning that the keymap has changed.
When this happens, ungrab all bindings, update the map, and regrab.
Fixes the problem where some keybindings wouldn't work under non us or
uk keymaps (especially the .fr map, it seems). Issue noticed by
ajacoutot@, ratchov@, and a few people on misc. Based on an initial diff
from ratchov@.
ok okan.
We've been handling grabbing wrong all this time (noticed at c2k8).
add conf_grab() and conf_ungrab, and use them in the keybinding manipulation
functions to {,un}grab the binding for all screens we have defined.
the lovely little ordering problem comes in here, since when we parse
the config initially Screenq is empty, so regrab after we fill the
queue, hopefully later reordering will remove this little need and there
will be much rejoicing.
ok okan.
Add xu_key_ungrab() and a mirror to xu_key_ungrab(). a couple of changes
that are coming up depend on it.
ok okan.
Kill screen_init(). it's been stubbed out for a while now. I don't envision it
coming back in it's current form.
ok okan@.
Formatting fix. From Tim van der Molden.
Put back the initialisation of gc in group_cycle. No cookie for okan.
Reported by Dan Harnett, thanks!
Bump MESA_TINY (2 -> 3) after the last update of Mesa to 7.0.3
so that the pkgconfig files have the correct version.
ok okan@
add cwm to exec/restart menu
ok matthieu@ oga@
move client_vertmaximize to a more sensible location, purely for readability.
"don't mind at all" oga@
OpenBSD/xenocara 586ca55 — driver/xf86-video-mach64 configure aclocal.m4, driver/xf86-video-r128 configure aclocal.m4
regen
Version | Delta | File |
---|
1.2 | +4,454 | -4,705 | driver/xf86-video-mach64/configure |
1.2 | +4,352 | -4,611 | driver/xf86-video-r128/configure |
1.2 | +1,356 | -1,356 | driver/xf86-video-r128/aclocal.m4 |
1.2 | +1,356 | -1,356 | driver/xf86-video-mach64/aclocal.m4 |
1.2 | +164 | -360 | driver/xf86-video-r128/install-sh |
1.2 | +164 | -360 | driver/xf86-video-mach64/install-sh |
| +11,846 | -12,748 | 16 files not shown |
| +12,693 | -13,855 | 22 files |
OpenBSD/xenocara fb5a20f — driver/xf86-video-mach64 Makefile.bsd-wrapper, driver/xf86-video-r128 Makefile.bsd-wrapper
Add a Makefile.bsd-wrapper
OpenBSD/xenocara b63a0d1 — driver/xf86-video-mach64 config.guess configure, driver/xf86-video-mach64/src aticlock.h
Import xf86-video-mach64, version 6.8.0. In the correct directory.
ok matthieu@.
Import xf86-video-r128, version 6.8.0. In the right place this time.
ok matthieu.
Add back Changelog.
OpenBSD/xenocara c78c8e0 — driver/xf86-video-ati configure, driver/xf86-video-ati/src radeon_driver.c radeon_output.c
Long awaited update of xf86-video-ati to 6.9.0.
the rage128 and mach64 drivers were split out of this driver just after
the 6.8.0 release, these drivers will be commited separately.
MergedFb mode is gone, so please use xrandr if you used to use it.
ok matthieu@.
Version | Delta | File |
---|
1.5 | +3,614 | -7,827 | driver/xf86-video-ati/src/radeon_driver.c |
1.1 | +4,486 | -0 | driver/xf86-video-ati/src/AtomBios/includes/atombios.h |
1.8 | +2,331 | -800 | driver/xf86-video-ati/configure |
1.1 | +2,888 | -0 | driver/xf86-video-ati/src/radeon_output.c |
1.1 | +2,770 | -0 | driver/xf86-video-ati/src/modes/xf86Crtc.c |
1.2 | +2,269 | -23 | driver/xf86-video-ati/src/radeon_reg.h |
| +18,358 | -8,650 | 225 files not shown |
| +50,795 | -13,221 | 231 files |
OpenBSD/xenocara a7b3645 — driver/xf86-video-openchrome configure aclocal.m4, driver/xf86-video-openchrome/libxvmc Makefile.in
regen