mpi
4769f6e518
Correct include path, our drm headers live in /usr/include/dev/pci/drm
2012-11-28 13:56:29 +00:00
mpi
26df0b43a8
Include the software winsys and state tracker sources in the swrastg
...
driver rather than in the libmesagallium build. This non functional
change allows to use the libmesagallium in any gallium target (r300g,
nouveau...)
2012-11-28 13:53:16 +00:00
mpi
5bcdec7171
Fix an EXA-related big endian issue, introduced in 6.14.5 with the support
...
of accelerated solid pictures on r1xx, r2xx and r3xx.
Problem reported by landry@, ok matthieu@
2012-11-28 10:03:36 +00:00
mpi
ad95eb8c9f
Update to libdrm 2.4.31 and add the non-yet-linked libkms, prodded by jsg@
...
Tested by jsg@, ajacoutot@, shadchin@ and matthieu@, ok matthieu@
2012-11-27 14:37:08 +00:00
matthieu
7de58e3a96
Update to xf86-video-mga 1.6.2
2012-11-23 21:31:16 +00:00
matthieu
0d13b72738
update
2012-11-23 21:08:19 +00:00
matthieu
7f78badd24
Update to xf86-video-r128 6.9.1
2012-11-23 20:47:03 +00:00
matthieu
87d6a5b7bb
Update to pixman 0.28.0. Tested by ajacoutot@, mpi@ and naddy@ in a full
...
ports build. Tweaks from mpi@ for macppc.
2012-11-23 20:44:07 +00:00
matthieu
6d8faa157e
Update to libxcb 1.9.0.
...
tested by ajacoutot@ and naddy@ on a full ports build
2012-11-22 20:31:32 +00:00
matthieu
979e0a076a
Upate after radeon driver updates. From a diff by Tim van der Molen.
...
Thanks.
2012-11-18 23:32:07 +00:00
matthieu
28a7796da7
update
2012-11-16 17:46:18 +00:00
okan
50585c9a89
add some checks
2012-11-16 14:15:48 +00:00
okan
48634b386c
variable name consistency; from Thomas Pfaff
2012-11-14 21:31:53 +00:00
okan
89bef83e09
tab-complete buglet fix: once exec_path is completed, allow for
...
subsequent completion; from Alexander Polakov
2012-11-14 21:12:24 +00:00
matthieu
957b095fdb
regen
2012-11-11 21:34:52 +00:00
matthieu
5e96e40232
Patch the driver a bit more, to be able to build without XAA.
2012-11-11 21:34:15 +00:00
matthieu
65bb9e1366
regen
2012-11-11 18:54:32 +00:00
matthieu
b779baaa33
When building without and obj dir, cp may fail.
2012-11-11 18:54:02 +00:00
matthieu
3bc130ae81
regen
2012-11-11 15:51:20 +00:00
matthieu
2548fbc088
Make it possible to build radeon drivers without XAA.
2012-11-11 15:49:43 +00:00
mpi
5675f61d57
Try to load the gallium3d "swrastg" driver if available before falling back
...
to the default mesa "swrast" one for software rendering.
ok matthieu@
2012-11-11 12:18:31 +00:00
mpi
0661f3e5da
Link libGL with -lpthread to allow the llvm-pipe driver to be loaded.
...
ok matthieu@, ajacoutot@
2012-11-11 12:09:09 +00:00
okan
4f78cb6835
sort
2012-11-09 03:52:02 +00:00
okan
81715b0acb
fix some warnings; inspired by a diff from Thordur Bjornsson.
2012-11-08 20:18:19 +00:00
okan
74af9940e6
style nit; from Tiago Cunha.
2012-11-07 21:10:32 +00:00
okan
02dbbaba8a
add comment why we mouse unbind, just like kbd
2012-11-07 21:04:55 +00:00
okan
62f3e39ff4
now that we have FOREACH_SAFE queue macros, use them where appropriate;
...
from Tiago Cunha.
2012-11-07 21:01:48 +00:00
okan
8d78ddf545
plug a leak when using 'unmap' for kbd/mouse bindings; from Tiago Cunha.
2012-11-07 20:37:55 +00:00
okan
1e3fec4362
get rid of the xfree() wrapper around free(); from Tiago Cunha.
2012-11-07 20:34:39 +00:00
todd
9170b573b5
sync
2012-11-07 19:52:34 +00:00
espie
40b00d5ef5
don't reach out in another src directory, use installed version.
...
okay matthieu@
2012-11-07 15:50:22 +00:00
okan
1d807310d5
clarify windowname and windowclass values are pulled from the WM_CLASS
...
property; from Kent Spillner
2012-11-07 14:59:07 +00:00
okan
0fa8ad10b0
zap trailing space
2012-11-07 14:58:26 +00:00
okan
4f79744f37
missing headers; from Thordur Bjornsson.
2012-11-07 14:49:46 +00:00
okan
b01ce50ca5
spacing
2012-11-07 14:40:51 +00:00
okan
8bbba5aed3
tab completion support for menus; from Alexander Polakov.
...
ok sthen@ on an older incarnation
2012-11-07 14:39:44 +00:00
todd
c4eb513cd8
sync
2012-11-05 23:08:50 +00:00
tobiasu
5530414e6d
Include declaration of sparcDriverName()
...
Fixes segfault on sunffb graphics. ok matthieu@
2012-11-04 17:20:33 +00:00
matthieu
63a362a121
update
2012-11-03 15:24:50 +00:00
espie
e3816905af
simplify directory interdependencies: install package_version.m4
...
avoid VAR != cmd which is run every which time, prefer VAR = `cmd` where
applicable.
okay matthieu@
2012-11-03 15:19:02 +00:00
matthieu
3aab93968b
Remove things that are no longer linked to the build: imake,cf and pciids
2012-11-02 18:59:03 +00:00
okan
09b4f89a44
try to clarify xprop(1) output, with respect to WM_CLASS, without going
...
overboard; suggested idea by jmc
2012-11-01 01:10:47 +00:00
okan
17e94be7be
no longer a reason to carry conf_path in struct conf, so dice.
2012-10-31 22:06:24 +00:00
okan
34267fe638
replace 'reload' with 'restart', which merely re-exec's cwm using the
...
existing argv; same idea with respect to argv saving as Alexander
Polakov. reload support was half-complete and is getting in the way.
agreed to by many
2012-10-31 19:30:19 +00:00
todd
6160d4d434
sync
2012-10-30 20:15:51 +00:00
matthieu
ed23eca834
Unlink share/pciids from the build. The generated file is not
...
used by xserver anymore.
2012-10-29 21:19:16 +00:00
matthieu
64ac4dd1f6
Also install freetype-config during install phase.
...
And generate freetype2.pc and freetype-config during make depend
to avoid doing that as root. Initial patch from espie@
2012-10-29 20:15:29 +00:00
okan
d6b5535794
on reload, run each client through conf_client to pick up potential
...
ignore and bwidth changes; also add a hack for existing maximized
windows so they don't inherit a new bwidth.
based on a diff from, and discussion with, Tiago Cunha.
2012-10-29 19:46:03 +00:00
stsp
3827241485
Attach the synaptics(4) driver to elantech touchpads during auto-configuration.
...
ok matthieu@
2012-10-29 13:34:28 +00:00
stsp
606582ce05
Teach wsconscomm in synaptics(4) about elantech touchpads. ok mpi@ shadchin@
2012-10-29 11:55:50 +00:00