summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2010-08-25enable pixman (with a workaround from miod@) for m68k, fixes hp300 and mvme68kTodd T. Fries
2010-08-22Update to libXvMC 1.0.6. No functionnal change.Matthieu Herrb
2010-08-21Update to libXau 1.0.6. No functional change.Matthieu Herrb
2010-08-02Current pixman lib doesn't build on m68k. Disable it on those machines.Matthieu Herrb
ok deraadt@
2010-07-31Update to libpciaccess 0.12.Matthieu Herrb
We already had most of the code from this version, it just add 2 bug fixes. no ABI/API change.
2010-07-26avoid segfault in pci_device_vgaarb_fini() when called withoutMatthieu Herrb
initializing the library first. (This happens when invalid options are passed to X for instance). ok kettenis@
2010-07-18Support the apis for getting vblank events from the drm fd. (only vblankOwain Ainsworth
events for now, pageflip events require kms and thus have not yet been added). Bumps libdrm minor version.
2010-07-17update to libXext 1.1.2Matthieu Herrb
2010-07-17update to libXrender 0.9.6Matthieu Herrb
2010-07-17Update to libXfixes 4.0.5Matthieu Herrb
2010-07-17update to libXdamage 1.1.3Matthieu Herrb
2010-07-17Update to libXcomposite 0.4.2Matthieu Herrb
2010-07-17patches from Freetype.org for the security issues found by Robert Swiecki:Matthieu Herrb
CVE-2010-2497 freetype integer underflow CVE-2010-2498 freetype invalid free CVE-2010-2499 freetype buffer overflow CVE-2010-2500 freetype integer overflow CVE-2010-2519 freetype heap buffer overflow CVE-2010-2520 freetype buffer overflow on heap
2010-07-10Update to libpciaccess 0.11, with VGA arbiter support code from kettenis@.Matthieu Herrb
2010-06-22Update to Mesa 7.8.2. Tested by johan@. Thanks.Matthieu Herrb
2010-06-01Disable the compose cache code.Matthieu Herrb
It can't be used without proper libc locale support.
2010-05-30Remove an extra debug target that leaked in.Matthieu Herrb
2010-05-29Remove obsolete code that has not been built for 5 weeks now.Matthieu Herrb
2010-05-27Remove the makefiles for dri drivers that aren't built anymore.Matthieu Herrb
2010-05-22fix glu.pc after Mesa update.Matthieu Herrb
2010-05-22This is now Mesa 7.8.1Matthieu Herrb
2010-05-22Build infrastructure for Mesa 7.8.1.Matthieu Herrb
2010-05-21regenMatthieu Herrb
2010-05-21merge from upstream X.Org: use the AC_WITH_XMLTO and AC_WITH_ASCIIDOCMatthieu Herrb
macros from xorg-macros 1.5 to check for xmlto and asciidoc and explicitely disable them in Makefile.bsd-wrapper. Problem noticed by espie@.
2010-05-18Update to libX11 1.3.3. Tested on a bulk ports build by naddy@.Matthieu Herrb
2010-05-18Update to libXi 1.3. Tested on a bulk ports build by naddy@.Matthieu Herrb
2010-05-15Add drm_intel_bo_is_reusable(), to check if a buffer object will be putOwain Ainsworth
in the userland BO cache or not. Bump minor. From Chris Wilson in upstream git. ok matthieu@
2010-05-13zap USE_GCC3, prepare for gcc4.Marc Espie
okay oga@
2010-05-11allow gcc4 switch, okay matthieu@Marc Espie
2010-05-10Update to libXtst 1.1.0. Tested on a ports bulk build by naddy@.Matthieu Herrb
2010-05-10Update to libXext 1.1.1. Tested on a ports bulk build by naddy@.Matthieu Herrb
2010-05-08use INSTALL_DATA in BSD Makefiles. ok oga@Matthieu Herrb
2010-05-05Update to libXt 1.0.8. No API change.Matthieu Herrb
2010-05-05Remove a file that gets generated during build.Matthieu Herrb
2010-04-27Update to libXinerama 1.1Matthieu Herrb
2010-04-27update to libXxf86dga 1.1.1Matthieu Herrb
2010-04-27update to libXxf86misc 1.0.2Matthieu Herrb
2010-04-27Update to libxkbfile 1.0.6.Matthieu Herrb
2010-04-25Update to libXxf86vm 1.1.0Matthieu Herrb
2010-04-25Update to libXScrnSaver 1.2.0Matthieu Herrb
2010-04-25Update to libdmx 1.1.0Matthieu Herrb
2010-04-25*sigh* ioctls do not copyout when they return an error. DRM developersOwain Ainsworth
need to learn this. When set_tiling fails, keep tiling type at the type we already had, do NOT use the parameters that we passed to the ioctl. Noticed when i botched a kernel diff (locally) so that that ioctl failed more often. ok matthieu@
2010-04-24Unlink libXp, libXprintAppUtil and libXprintUtil from the build.Matthieu Herrb
Required ports updates and wantlib fixes handled by naddy@. Thanks a lot.
2010-04-23Update libXaw to version 1.0.7.Matthieu Herrb
This version removes support for Xprint.
2010-04-18Add libxcb/libxcb-dri2 here too.Matthieu Herrb
2010-04-18Update to libxcb 1.6. Mostly for new dri2 helper lib, requested by oga@.Matthieu Herrb
2010-04-18regen for xcb-proto 1.6Matthieu Herrb
2010-04-11don't allocate an array of pointers to structs when you want an array ofOwain Ainsworth
structs. Fixes cases where you need a lot of relocs so you overflow the array. Commited upstream about ten minutes ago. ok matthieu@
2010-04-10Unlink deprecated xtrap, xevie and lbxutil libs and protos from the X build.Matthieu Herrb
ok oga@, deraadt@.
2010-03-31update libdrm to 2.4.15.Owain Ainsworth
This diff seems larger than it is since upstream reindented some sources. This updates libdrm_intel to -current (which only affect the GEM code) and libdrm to 2.4.15. bumping both minor versions. Discussed with matthieu@