oga
6e3e5abe72
Fix libdrm for the buffer mapping strategy our GEM implementation will use
...
We always map through the gtt, never using the cpu mapping (this decreases
complexity a lot). Keep use of the original ioctl for this. Also don't bother
with userland domain setting, the kernel handles this correctly.
Finally, don't persist mapping across calls to unmap and remapping, this aids
with debugging, but may change later.
ok matthieu@.
2009-07-18 14:54:42 +00:00
matthieu
e7a3326e09
upstream updates
2009-07-18 07:37:15 +00:00
oga
251e57a556
Make the !privsep and privsep paths a little more similar (still
...
checking the list), this allows drm to work in -keepPriv situations.
This diff has been in my tree awaiting proper testing for months, now
i'm sure it works correctly in it goes.
ok matthieu@ an aeon ago.
2009-07-14 18:25:16 +00:00
todd
a3c2093094
sync (ok deraadt@ & matthieu@)
2009-06-30 22:22:00 +00:00
matthieu
4d65740941
Fix PCI card probe and chipset detection.
...
it appears that the chips&technologies X driver was partially broken
during libpciaccess conversion. Thanks to the analysis by Marien Swart
in bug #18122 and a similar fix by Mark Kettenis for the radeon
driver, this patch should fix it.
2009-06-30 18:39:19 +00:00
matthieu
3b890ddc49
Set default migration strategy to "greedy". ok oga@.
2009-06-29 21:26:43 +00:00
matthieu
7f4deab7fa
update
2009-06-27 16:12:21 +00:00
matthieu
ffd83bca19
update to svn revision 753. This includes a few bug fixes that
...
make EXA work on my Chrome9 HC3 IGP. ok oga@
2009-06-27 10:11:47 +00:00
matthieu
9e42493983
Use the bsd.xorg.mk rules to install the pkgconfig file and
...
add the libdrm_intel.pc. with oga@.
2009-06-27 10:02:53 +00:00
oga
7230692acb
use fnmatch to glob the entries in the exec menu.
...
allows shell globbing constructs such as *ctl, etc in the exec menu (m-?
by default).
Adapted from a diff from Thomas Pfaff, okan@ got almost the same diff as
me when reworking it, and oked this one.
2009-06-26 12:45:12 +00:00
todd
c4dd635c0a
puffy 4.6
2009-06-26 12:33:59 +00:00
okan
d893a97dee
static local functions and data; almost identical diff from Thomas Pfaff
...
ok oga@
2009-06-26 12:21:58 +00:00
matthieu
e70d43c060
I was supposed to remove the --enable-debug option before committing.
2009-06-25 21:28:57 +00:00
matthieu
855916fc83
update to openchrome.net svn commit 750.
...
This adds among others support for the VX800 chipset.
This has been in snapshots for weeks.
2009-06-25 21:27:18 +00:00
matthieu
42b052b942
update to xf86-video-intel 2.7.1. Tested by many.
2009-06-25 20:16:43 +00:00
okan
28840135ea
tidy up startup/init routines
...
ok oga@
2009-06-23 21:52:38 +00:00
oga
c976b8a8ee
Add support to the fake (non GEM) bufmgr for pinning and unpinning objects.
...
Makes overlay XV work with intel 2.7.1. ok matthieu@, tested by naddy@,
sturm@, matthieu@ and myself. This is most important for the x40 and
other 8xx chipset which lack textured video.
2009-06-21 17:39:53 +00:00
okan
e61fd04310
compact a bit by condensing a few if-else's; from Thomas Pfaff
...
"go on then" oga@
2009-06-20 00:55:41 +00:00
okan
a7dfb91b88
unroll XCALLOC/XMALLOC macros; since we use xcalloc/xmalloc all over the
...
place anyway, this makes things a bit more consistent; from Thomas Pfaff
ok oga@
2009-06-20 00:22:39 +00:00
okan
0230e26854
spacing
2009-06-20 00:19:56 +00:00
sobrado
9bc8348d66
`exec'' and
`ssh'' are lowercase.
...
ok martynas@
2009-06-19 10:43:49 +00:00
sobrado
2de9f26c1d
items on the first list should have full stops too.
...
ok martynas@
2009-06-18 20:44:40 +00:00
sobrado
b0a20e655b
the on-line manual should use the same notation for key bindings
...
as the configuration file, this way writing configuration files is easier;
add a few missing interactive command (.Ic) macros to key bindings;
slightly improve spacing in the lists; other tweaks.
ok martynas@
2009-06-18 20:24:54 +00:00
okan
1183bd535d
remove unnecessary casts; from Thomas Pfaff
...
ok oga@
2009-06-17 13:08:37 +00:00
okan
89d865166d
re-factor parts of mouse move/resize bit to shrink and make more
...
readable; no behavior change
ok oga@
2009-06-17 12:45:01 +00:00
okan
96b7d95a17
move like defines to a central, logical location; no binary change.
...
aok oga@
2009-06-17 12:30:17 +00:00
matthieu
810f9ab0c6
Don't de-reference a NULL pointer in R128FreeScreen in the error path.
...
If R128PreInit() failed, R128FreeRec() was already called and info
will be NULL.
2009-06-13 17:18:21 +00:00
matthieu
787b897b8c
Remove the xf86-video-suncg6 driver, which doesn't support acceleration
...
beside the hw cursor. The latter can be done in wsfb if someone manages
to prove miod@ that it's useful.
2009-06-12 19:59:00 +00:00
matthieu
406f757488
regen with autoconf 2.62p0. Fixes xserver build on macppc.
2009-06-12 19:33:24 +00:00
matthieu
546574439d
unbreak arm builds by disabling simd and neon support for now.
2009-06-12 09:16:54 +00:00
todd
48a5587e8a
fix gcc2ism, collaboration with matthieu
2009-06-11 16:32:52 +00:00
jcs
17c4b628de
typo
2009-06-06 23:33:20 +00:00
matthieu
66bbf582f3
Separate install-files target for 'rules' subdir.
2009-06-06 19:44:01 +00:00
matthieu
d2fb122c2f
correct install targets, build of compat scripts in depend stage.
2009-06-06 19:43:22 +00:00
matthieu
969b51edbf
White space.
2009-06-06 19:42:19 +00:00
matthieu
4e624c73f6
BSD build system for xkeyboard-config. Work in progress.
2009-06-06 17:55:01 +00:00
matthieu
60c1de6788
Import xkeyboard-config version 1.6.
2009-06-06 17:52:23 +00:00
todd
10bbab9de8
sync
2009-06-06 03:18:47 +00:00
todd
6f69c4e74c
sync
2009-06-05 22:06:49 +00:00
matthieu
7788614d9e
update
2009-06-05 21:27:25 +00:00
matthieu
dd6a77af66
Remove the input drivers that have been dropped by X.Org and
...
were not built for months now.
2009-06-05 21:26:36 +00:00
matthieu
de0b4ceb04
Remove xf86rushproto which is deprecated and not built for the last
...
6 months.
2009-06-05 21:07:55 +00:00
matthieu
2b279ed91b
Update to xf86-video-sis 0.10.1.
2009-06-05 21:05:04 +00:00
matthieu
34be51c4e7
Update to xf86-video-suntcx 1.1.1
2009-06-05 20:50:02 +00:00
matthieu
ae73f8111a
regen
2009-06-05 20:47:48 +00:00
matthieu
c6aa2d45af
update to xf86-video-suncg6 1.1.1
2009-06-05 20:46:32 +00:00
matthieu
4bb62c07fc
update to xf86-video-suncg3 1.1.1
2009-06-05 20:44:42 +00:00
matthieu
a58e80c5a2
regen
2009-06-05 20:42:19 +00:00
matthieu
d5f37b904b
update xf86-video-newport to 0.2.2
2009-06-05 20:40:49 +00:00
matthieu
c943e54b09
update
2009-06-05 20:38:03 +00:00