Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-03 | Don't build profiled libs. No other X lib does. | Matthieu Herrb | |
2009-09-05 | update to xcb-util 0.3.6. Tested on a packages bulk build by naddy@. | Matthieu Herrb | |
2009-08-23 | update to libXt 1.0.6 | Matthieu Herrb | |
2009-08-23 | update to libSM 1.1.1 | Matthieu Herrb | |
2009-08-23 | update to libFS 1.0.2 | Matthieu Herrb | |
2009-08-06 | backport some code from mesa current (and 7.5) so that the dri2 protocol | Owain 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-04 | Enable XCB on architectures with shared libs. | Matthieu Herrb | |
requested by sthen@. | |||
2009-07-28 | OpenBSD'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-20 | add -I${XCBUTIL}/${SUBLIB} to CPPFLAGS for gcc 2.95 | Matthieu Herrb | |
2009-07-18 | Fix build when XSRCDIR is not defined in /etc/mk.conf. | Matthieu Herrb | |
Problem reported by Chris Kuethe. Thanks. | |||
2009-07-18 | Add XCBPROTO_VERSION substitution for xcb.pc. | Matthieu Herrb | |
Problem reported by David Coppa. Thanks. | |||
2009-07-18 | Fix libdrm for the buffer mapping strategy our GEM implementation will use | Owain 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-27 | Use the bsd.xorg.mk rules to install the pkgconfig file and | Matthieu Herrb | |
add the libdrm_intel.pc. with 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-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-05 | Update to pixman 0.15.8. | Matthieu Herrb | |
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 | 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 | |
2009-06-03 | Use XENOCARA_HAVE_SHARED_LIBS from bsd.xconf.mk instead of hard-coding | Matthieu Herrb | |
the list here. | |||
2009-05-31 | Don't use != to call pkg-config in Makefiles. It's slow and generates | Matthieu Herrb | |
tons of warnings if stuff isn't installed yet. | |||
2009-05-31 | update to libxcb 1.3 | Matthieu Herrb | |
2009-05-31 | regen for xcb-proto 1.5 | Matthieu Herrb | |
2009-05-25 | This is Mesa 7.4.2. from Brad. | Matthieu Herrb | |
2009-05-23 | explicitely addt inter-library dependencies. | Matthieu Herrb | |
2009-05-23 | Add xcb-util subdirs and zap one level of recursive make by lising | Matthieu Herrb | |
libxcb subdirs here directly. | |||
2009-05-23 | Replace autotools with a simpler BSD Makefile. | Matthieu Herrb | |
2009-05-23 | missing space | Matthieu Herrb | |
2009-05-23 | build system for xcb-util | Matthieu Herrb | |
2009-05-23 | Fix main libxcb. There are some builtin extensions that were left out. | Matthieu Herrb | |
2009-05-22 | use .PATH.in to specifically look for unprocessed pkg-config files. | Matthieu Herrb | |
2009-05-22 | Add a Makefile that rebuilds sources from xml. | Matthieu Herrb | |
2009-05-22 | remove one more junk file | Matthieu Herrb | |
2009-05-22 | Add support for building xcb (disabled for now). | Matthieu Herrb | |
2009-05-22 | Regen with OpenBSD's version of GNU autotools. | Matthieu Herrb | |
2009-05-22 | use the code in bsd.xorg.mk to install headers. | Matthieu Herrb | |
2009-05-22 | OpenBSD stuff for libpthread-stubs: | Matthieu Herrb | |
- add a Makefile wrapper - fix pthread_self() prototype. | |||
2009-05-22 | finish replacing PC= with PKGCONFIG= in all Makefiles. | Matthieu Herrb | |
2009-05-22 | remove crap that I forgot to clean before import. | Matthieu Herrb | |
2009-05-22 | Xenocara build infrastructure for libxcb. | Matthieu Herrb | |
This includes a set of pre-generated sources files in src/ so that python and xslt are not needed to build. | |||
2009-05-22 | import libpthread-stubs 0.1 | Matthieu Herrb | |
2009-05-17 | Update build infrastructure for Mesa 7.4. | Matthieu Herrb | |
2009-05-03 | fontconfig update didn't merge in the addition of 31-nonmst.conf, fix it up. | Owain Ainsworth | |
ok kettenis@ | |||
2009-05-03 | update libdrm to 2.4.9 (actually to -current, but the only real changes | Owain Ainsworth | |
are to some assertions and a small change to modesetting code). bump libdrm_intel minor due to added symbols, libdrm doesn't get bumped, no change to symbol list. ok matthieu@. | |||
2009-05-03 | update to libX11 1.2.1 | Matthieu Herrb | |
2009-05-02 | update to libXi 1.2.1 | Matthieu Herrb | |
2009-05-02 | update to libXrandr 1.3.0 | Matthieu Herrb | |