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