matthieu
2a57c02bb2
xf86-input-mutouch 1.2.0
2008-08-23 15:21:14 +00:00
matthieu
90aad73450
xf86-input-microtouch 1.2.0
2008-08-23 15:17:12 +00:00
matthieu
368e0abd14
regen
2008-08-23 15:13:46 +00:00
matthieu
9b7f77cc58
xf86-input-magellan 1.2.0
2008-08-23 15:13:03 +00:00
matthieu
7bbf377ed6
regen
2008-08-23 14:59:54 +00:00
matthieu
1ccc15e235
Fix check for dev/usb/usbhid.h (needs dev/usb/usb.h).
2008-08-23 14:59:25 +00:00
kettenis
2621b026b2
Don't disable FPU since it causes excessive traps that make the driver almost
...
completely unusable. From NetBSD.
ok matthieu@
2008-08-23 14:53:57 +00:00
kettenis
227b0e5b8d
regen with OpenBSD autotools
...
ok matthieu@
2008-08-23 14:51:54 +00:00
kettenis
111ebba884
Define USE_VIS.
...
ok matthieu@
2008-08-23 14:46:27 +00:00
kettenis
168c2d04aa
Build infrastructure for driver.
...
ok matthieu@
2008-08-23 14:45:30 +00:00
kettenis
97c015428e
Provide .register directives such that this compile.
...
ok matthieu@
2008-08-23 14:42:21 +00:00
matthieu
4424de4e9f
regen
2008-08-23 14:17:31 +00:00
matthieu
a7c745117d
xf86-input joystick 1.3.2
2008-08-23 14:16:59 +00:00
matthieu
4690b6001c
xf86-input-jamstudio 1.2.0
2008-08-23 14:05:43 +00:00
matthieu
ecd01e52cb
xf86-input-hyperpen 1.2.0
2008-08-23 14:01:36 +00:00
matthieu
d7a0887128
regen
2008-08-23 13:58:04 +00:00
matthieu
524cab8dde
xf86-input-fpit 1.2.0
2008-08-23 13:57:32 +00:00
matthieu
ca4f6e5638
xf86-input-elographics 1.2.2
2008-08-23 13:47:07 +00:00
matthieu
7e8caa81e2
xf86-input-elo2300 1.1.2
2008-08-23 13:42:25 +00:00
matthieu
6f02a86b2c
regen
2008-08-23 13:38:21 +00:00
matthieu
bad7fee8fb
xf86-input-dynapro 1.1.2
2008-08-23 13:37:50 +00:00
matthieu
4d32d46d69
regen
2008-08-23 13:31:59 +00:00
matthieu
1ccf49e602
xf86-input-dmc 1.1.2
2008-08-23 13:31:26 +00:00
matthieu
6f9f0abd27
Resurrect and update to version 1.1.1.
2008-08-23 13:22:04 +00:00
matthieu
72afb04fc5
Remove an unmaintained, unused driver.
2008-08-23 13:15:19 +00:00
matthieu
9e6d215c7c
regen
2008-08-23 13:07:09 +00:00
matthieu
d6bdb7f1cd
x86-input-citron 2.2.1
2008-08-23 13:06:37 +00:00
matthieu
9da4c4f5d9
xf86-input-citron 2.2.1
2008-08-23 13:05:44 +00:00
matthieu
c3b8d47da3
xf86-input-calcomp 1.1.2
2008-08-23 12:56:39 +00:00
matthieu
91aef0da8b
regen
2008-08-23 12:53:53 +00:00
matthieu
f0591f1ed9
xf86-input-acecad 1.2.2
2008-08-23 12:53:23 +00:00
kettenis
afa6528308
Add enough OpenBSD-specific sbus support code to be able to support the
...
sunffb driver.
ok matthieu@
2008-08-21 20:06:35 +00:00
matthieu
054f6f124d
sync
2008-08-21 19:59:41 +00:00
matthieu
802868b35c
update to xf86-video-siliconmotion 1.6.0
2008-08-21 19:55:23 +00:00
matthieu
cbdea3fdcb
Provide a way to build sources that aren't in .CURDIR by specifying
...
_SRCDIR expliciteley in Makefile.bsd-wrapper.
2008-08-21 05:54:41 +00:00
matthieu
ca29dacdeb
Add a way to build kdrive-based X servers in a separate directory,
...
to make it possible to build them at the same time as Xorg.
2008-08-21 05:48:42 +00:00
matthieu
0233acbf57
sync
2008-08-21 05:10:48 +00:00
matthieu
f8e0dbd0cd
Update to Freetype 2.3.7. This is a bug fix release. No API change.
2008-08-21 05:09:08 +00:00
oga
e812b16917
Fix out-of-bounds memory access in swizzle_copy(). My fix was different,
...
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-12 23:16:07 +00:00
matthieu
37355e1dc2
unbreak biuld. From Travers Buda. Thanks.
2008-08-02 23:04:55 +00:00
matthieu
1db3addd67
Prevent a crash if Delete is not defined for the given renderbuffer.
...
Patch from OUSADOU Azwaw. Thanks. ok oga@.
2008-08-02 16:01:32 +00:00
matthieu
0d0454e2b8
More updates (next time I'll save the file before committing).
2008-07-31 20:23:59 +00:00
matthieu
6f83994d19
update
2008-07-31 20:01:28 +00:00
kettenis
16470a32ee
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@
2008-07-31 06:59:34 +00:00
matthieu
b3eb7aeb23
sync
2008-07-31 06:18:14 +00:00
todd
b57e4dde49
sync
2008-07-30 21:50:18 +00:00
matthieu
48d39de3dc
The amd driver has been renamed geode. ok deraadt@ oga@.
2008-07-30 21:43:11 +00:00
matthieu
631e717dec
add a file missed by CVS
2008-07-29 20:30:48 +00:00
matthieu
53ea367272
add files missed by CVS
2008-07-29 20:25:40 +00:00
matthieu
e36ab5c5ac
add a file that cvs missed
2008-07-29 20:18:47 +00:00