summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-06-25update to xf86-video-intel 2.7.1. Tested by many.Matthieu Herrb
2009-06-23tidy up startup/init routinesOkan Demirmen
ok oga@
2009-06-21Add support to the fake (non GEM) bufmgr for pinning and unpinning objects.Owain Ainsworth
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-20compact a bit by condensing a few if-else's; from Thomas PfaffOkan Demirmen
"go on then" oga@
2009-06-20unroll XCALLOC/XMALLOC macros; since we use xcalloc/xmalloc all over theOkan Demirmen
place anyway, this makes things a bit more consistent; from Thomas Pfaff ok oga@
2009-06-20spacingOkan Demirmen
2009-06-19``exec'' and ``ssh'' are lowercase.Igor Sobrado
ok martynas@
2009-06-18items on the first list should have full stops too.Igor Sobrado
ok martynas@
2009-06-18the on-line manual should use the same notation for key bindingsIgor Sobrado
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-17remove unnecessary casts; from Thomas PfaffOkan Demirmen
ok oga@
2009-06-17re-factor parts of mouse move/resize bit to shrink and make moreOkan Demirmen
readable; no behavior change ok oga@
2009-06-17move like defines to a central, logical location; no binary change.Okan Demirmen
aok oga@
2009-06-13Don't de-reference a NULL pointer in R128FreeScreen in the error path.Matthieu Herrb
If R128PreInit() failed, R128FreeRec() was already called and info will be NULL.
2009-06-12Remove the xf86-video-suncg6 driver, which doesn't support accelerationMatthieu Herrb
beside the hw cursor. The latter can be done in wsfb if someone manages to prove miod@ that it's useful.
2009-06-12regen with autoconf 2.62p0. Fixes xserver build on macppc.Matthieu Herrb
2009-06-12unbreak arm builds by disabling simd and neon support for now.Matthieu Herrb
2009-06-11fix gcc2ism, collaboration with matthieuTodd T. Fries
2009-06-06typojoshua stein
2009-06-06Separate install-files target for 'rules' subdir.Matthieu Herrb
2009-06-06correct install targets, build of compat scripts in depend stage.Matthieu Herrb
2009-06-06White space.Matthieu Herrb
2009-06-06BSD build system for xkeyboard-config. Work in progress.Matthieu Herrb
2009-06-06Import xkeyboard-config version 1.6.Matthieu Herrb
2009-06-06syncTodd T. Fries
2009-06-05syncTodd T. Fries
2009-06-05updateMatthieu Herrb
2009-06-05Remove the input drivers that have been dropped by X.Org andMatthieu Herrb
were not built for months now.
2009-06-05Remove xf86rushproto which is deprecated and not built for the lastMatthieu Herrb
6 months.
2009-06-05Update to xf86-video-sis 0.10.1.Matthieu Herrb
2009-06-05Update to xf86-video-suntcx 1.1.1Matthieu Herrb
2009-06-05regenMatthieu Herrb
2009-06-05update to xf86-video-suncg6 1.1.1Matthieu Herrb
2009-06-05update to xf86-video-suncg3 1.1.1Matthieu Herrb
2009-06-05regenMatthieu Herrb
2009-06-05update xf86-video-newport to 0.2.2Matthieu Herrb
2009-06-05updateMatthieu Herrb
2009-06-05syncMatthieu Herrb
2009-06-05Update to pixman 0.15.8.Matthieu Herrb
2009-06-04Don't set the default depth to 8bpp. These days 24/32bpp makes much moreMark Kettenis
sense. ok matthieu@
2009-06-04Disable int10 code if __sparc__.Mark Kettenis
ok matthieu@
2009-06-04Build xf86-video-glint on OpenBSD/sparc64.Mark Kettenis
2009-06-04Map and unmap registers around DDC probe.Mark Kettenis
ok matthieu@
2009-06-04The mmio registers consist of two blocks of 64k. The first 64k provideMark Kettenis
a little-endian view, the second 64k provide a big-endian view. Restrict mapping to 64k to prevent mapping beyond the end of the BAR if we map the big-endian view on big-endian machines. There is no reason to map the big-endian view on little-endian machines. ok matthieu@
2009-06-04regenMark Kettenis
2009-06-04Since the driver uses the big-endian view of the registers we shouldn't beMark Kettenis
byteswapping during register access. Define PPC_MMIO_IS_BE and SPARC_MMIO_IS_BE to prevent this. ok matthieu@
2009-06-04Fix building without xcb. Found by david@. Thanks.Matthieu Herrb
2009-06-04Fix build for system that don't set XSRCDIR explicitely.Matthieu Herrb
Problem noticed by ckuethe@. Thanks.
2009-06-04simplify.Matthieu Herrb
2009-06-04Use XENOCARA_HAVE_SHARED_LIBS and remove duplicate lines.Matthieu Herrb
2009-06-04if XENOCARA_BUILD_XCB is set, build the XCB version of libX11.Matthieu Herrb