summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-08-23Resurrect and update to version 1.1.1.Matthieu Herrb
2008-08-23Remove an unmaintained, unused driver.Matthieu Herrb
2008-08-23regenMatthieu Herrb
2008-08-23x86-input-citron 2.2.1Matthieu Herrb
2008-08-23xf86-input-citron 2.2.1Matthieu Herrb
2008-08-23regenMatthieu Herrb
2008-08-23xf86-input-calcomp 1.1.2Matthieu Herrb
2008-08-23regenMatthieu Herrb
2008-08-23xf86-input-acecad 1.2.2Matthieu Herrb
2008-08-21Add enough OpenBSD-specific sbus support code to be able to support theMark Kettenis
sunffb driver. ok matthieu@
2008-08-21syncMatthieu Herrb
2008-08-21update to xf86-video-siliconmotion 1.6.0Matthieu Herrb
2008-08-21Provide a way to build sources that aren't in .CURDIR by specifyingMatthieu Herrb
_SRCDIR expliciteley in Makefile.bsd-wrapper.
2008-08-21Add a way to build kdrive-based X servers in a separate directory,Matthieu Herrb
to make it possible to build them at the same time as Xorg.
2008-08-21syncMatthieu Herrb
2008-08-21Update to Freetype 2.3.7. This is a bug fix release. No API change.Matthieu Herrb
2008-08-12Fix out-of-bounds memory access in swizzle_copy(). My fix was different,Owain Ainsworth
but this one (from mesa, prompted by my diff) should run a little faster. Now mplayer -vo gl or gl2 works with dri enabled. Detected by otto malloc. Some debugging help from todd. ok matthieu@, todd@.
2008-08-02unbreak biuld. From Travers Buda. Thanks.Matthieu Herrb
2008-08-02Prevent a crash if Delete is not defined for the given renderbuffer.Matthieu Herrb
Patch from OUSADOU Azwaw. Thanks. ok oga@.
2008-07-31More updates (next time I'll save the file before committing).Matthieu Herrb
2008-07-31updateMatthieu Herrb
2008-07-31All the resources claimed by xf86StdAccResFromOS() are PC-specific. On sparc64Mark Kettenis
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@
2008-07-31syncMatthieu Herrb
2008-07-30syncTodd T. Fries
2008-07-30The amd driver has been renamed geode. ok deraadt@ oga@.Matthieu Herrb
2008-07-29add a file missed by CVSMatthieu Herrb
2008-07-29add files missed by CVSMatthieu Herrb
2008-07-29add a file that cvs missedMatthieu Herrb
2008-07-29also build the xf86-video-openchrome driver on amd64.Matthieu Herrb
2008-07-29update xf86-video-vmware to 10.16.4Matthieu Herrb
2008-07-29update xf86-video-neomagic to 1.2.1Matthieu Herrb
2008-07-29update xf86-video-nv to 2.1.10Matthieu Herrb
2008-07-29update xf86-video-mga to 1.4.9Matthieu Herrb
2008-07-24syncTodd T. Fries
2008-07-24updatesMatthieu Herrb
2008-07-22fix the froggy problem.Owain Ainsworth
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.
2008-07-22We've been handling grabbing wrong all this time (noticed at c2k8).Owain Ainsworth
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.
2008-07-22split x_setup() into two. dpy_init() for setting up the display andOwain Ainsworth
checking the X config, and x_setup to set up the screens. There's an ordering problem that means that some of this init needs to come after the config is parsed, the rest should ideally happen before though. This is a rough split, it will be refined later. Again, needed for an upcoming change. ok okan.
2008-07-22Add xu_key_ungrab() and a mirror to xu_key_ungrab(). a couple of changesOwain Ainsworth
that are coming up depend on it. ok okan.
2008-07-22Kill screen_init(). it's been stubbed out for a while now. I don't envision itOwain Ainsworth
coming back in it's current form. ok okan@.
2008-07-22kill another leftover prototype.Owain Ainsworth
ok okan@
2008-07-20Formatting fix. From Tim van der Molden.Matthieu Herrb
2008-07-18Put back the initialisation of gc in group_cycle. No cookie for okan.Owain Ainsworth
Reported by Dan Harnett, thanks!
2008-07-16Bump MESA_TINY (2 -> 3) after the last update of Mesa to 7.0.3Brad Smith
so that the pkgconfig files have the correct version. ok okan@
2008-07-16add cwm to exec/restart menuOkan Demirmen
ok matthieu@ oga@
2008-07-16syncTodd T. Fries
2008-07-15move client_vertmaximize to a more sensible location, purely for readability.Okan Demirmen
"don't mind at all" oga@
2008-07-15save an X call and use what we already have stored.Okan Demirmen
ok oga@
2008-07-15don't compensate for bwidth twice.Okan Demirmen
ok oga@
2008-07-12build xf86-video-mach64 and xf86-video-r128 on the same platforms that buildOwain Ainsworth
the ati driver. ok matthieu@.