summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2009-12-09typo in the !privsep path, from David Coppa (dcoppa at mail dot com);Owain Ainsworth
thanks. ok matthieu@
2009-11-22Some improvements from upstream for the GEM buffer object cache to stop theOwain Ainsworth
cache growing stupidly big (like it used to). ok matthieu@ ages ago.
2009-11-01install xtrans.pc into the right directoryChristian Weisgerber
2009-10-31missed files during libXfont 1.4.1 update.Matthieu Herrb
2009-10-31File missed in libXvMC 1.0.5 update.Matthieu Herrb
2009-10-31Update to xtrans 1.2.5Matthieu Herrb
2009-10-31update to libfontenc 1.0.5Matthieu Herrb
2009-10-31update to libXvMC 1.0.5Matthieu Herrb
2009-10-31update to libXv 1.0.5Matthieu Herrb
2009-10-31update to libXt 1.0.7Matthieu Herrb
2009-10-31missed files in libXrender 0.9.5 update.Matthieu Herrb
2009-10-31update to libXrender 0.9.5Matthieu Herrb
2009-10-31update to libXpm 3.5.8Matthieu Herrb
2009-10-31Update to libXmu 1.0.5Matthieu Herrb
2009-10-31Update to libXft 2.1.14Matthieu Herrb
2009-10-31Update to libXfontcache 1.0.5Matthieu Herrb
2009-10-31Update to libXfont 1.4.1Matthieu Herrb
2009-10-31update to libXfixes 4.0.4Matthieu Herrb
2009-10-31Update to libXdmcp 1.0.3Matthieu Herrb
2009-10-31Update to libXdamage 1.1.2Matthieu Herrb
2009-10-31Update to libXcursor 1.1.10Matthieu Herrb
2009-10-31Update do libXcomposite 0.4.1Matthieu Herrb
2009-10-31Update to libXau 1.0.5Matthieu Herrb
2009-10-31Update to libXRes 1.0.4Matthieu Herrb
2009-10-31Update to libICE 1.0.6Matthieu Herrb
2009-10-03Don't build profiled libs. No other X lib does.Matthieu Herrb
2009-09-05update to xcb-util 0.3.6. Tested on a packages bulk build by naddy@.Matthieu Herrb
2009-08-23update to libXt 1.0.6Matthieu Herrb
2009-08-23update to libSM 1.1.1Matthieu Herrb
2009-08-23update to libFS 1.0.2Matthieu Herrb
2009-08-06backport some code from mesa current (and 7.5) so that the dri2 protocolOwain Ainsworth
is correctly handled. without fixes to mesa and the ddx, the so-called backwards compat goop that was added just plain does not work and ends up with rendering bullshit.
2009-08-04Enable XCB on architectures with shared libs.Matthieu Herrb
requested by sthen@.
2009-07-28OpenBSD's gcc 3.3 is capable of handling the MMX code of pixman.Matthieu Herrb
Change the configure test so that it gets enabled. Tested by marco@ ajacoutot@ ckuethe@ and others.
2009-07-20add -I${XCBUTIL}/${SUBLIB} to CPPFLAGS for gcc 2.95Matthieu Herrb
2009-07-18Fix build when XSRCDIR is not defined in /etc/mk.conf.Matthieu Herrb
Problem reported by Chris Kuethe. Thanks.
2009-07-18Add XCBPROTO_VERSION substitution for xcb.pc.Matthieu Herrb
Problem reported by David Coppa. Thanks.
2009-07-18Fix libdrm for the buffer mapping strategy our GEM implementation will useOwain Ainsworth
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-06-27Use the bsd.xorg.mk rules to install the pkgconfig file andMatthieu Herrb
add the libdrm_intel.pc. with 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-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-05Update to pixman 0.15.8.Matthieu Herrb
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-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
2009-06-03Use XENOCARA_HAVE_SHARED_LIBS from bsd.xconf.mk instead of hard-codingMatthieu Herrb
the list here.
2009-05-31Don't use != to call pkg-config in Makefiles. It's slow and generatesMatthieu Herrb
tons of warnings if stuff isn't installed yet.
2009-05-31update to libxcb 1.3Matthieu Herrb