summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2013-05-19install radeon_surface.h as wellJonathan Gray
2013-05-02Remove white space only diff with upstreamsMatthieu Herrb
2013-04-28Update to libX11 1.6RC. No bump needed.Matthieu Herrb
2013-04-25Generate a correct libfontconfig.la on static only architectures.Matthieu Herrb
2013-04-25gcc 2.95 doesn't support flexible array members.Matthieu Herrb
2013-04-14Use MAKE_FLAGS to propagate XENOCARA_BUILD_GALLIUM to install step.Matthieu Herrb
2013-04-14Add a new option to the xenocara infrastructure be able to automaticallyMartin Pieuchot
build the Gallium3D software rasterizer as part of the libGL. Note that it can also makes use of LLVM to build the llvmpipe if the corresponding port is installed. Please refer to the README for a more complete documentation. Prodded by ajacoutot@, ok matthieu@
2012-07-13Import the infrastructure for building Gallium3D graphics drivers.Martin Pieuchot
Currently only software drivers are supported, looks ok to matthieu.
2013-04-01Enable the use of getaddrinfo(). This allows X11 clients to talkChristian Weisgerber
to a remote server over IPv6 again. ok matthieu@
2013-03-25compile intel_decode.c as well as newer mesa needs drm_intel_decode*Jonathan Gray
ok mpi@
2013-03-25update to libdrm 2.4.42Jonathan Gray
tested by matthieu@ krw@ mpi@ shadchin@ and ajacoutot@ ok mpi@
2013-03-19Only use atomic gcc builtins on arches that support them.Matthieu Herrb
With help of kettenis@ guenther@ and miod@.
2013-03-17fix CFLAGS definitionMatthieu Herrb
2013-03-16Fix previous: README goes in /etc/fonts/conf.dMatthieu Herrb
while here be more coherent in make variable expansion.
2013-03-16Install fonts-conf.5Matthieu Herrb
2013-03-16Install READMEMatthieu Herrb
2013-03-16Define an empty cleandir target to silent the buildMatthieu Herrb
2013-03-16Fix a typo that prevented the installation of some doc files in $(DESTDIR)Matthieu Herrb
2013-03-16Generate and install fonts.conf and fonts.dtd.Matthieu Herrb
2013-03-16Hmmph. typo in previousMatthieu Herrb
2013-03-16Add 30-lucida-aliases and 31-nonmst.conf to the list of installed files.Matthieu Herrb
Problem noticed by naddy@
2013-03-13Add back a libtool archive for libfontconfig.Matthieu Herrb
OpenBSD's libtool needs it for libraries with dependencies. prodded by espie@
2013-03-12Remove existing stale libfontconfig.la at install time.Matthieu Herrb
fontconfig.la was created by the previous build system and references the bad library revision. Suggested by espie@
2013-03-09Update to libXrandr 1.4.0Matthieu Herrb
2013-03-09Update to fontconfig 2.10.91 + a few local fixes.Matthieu Herrb
Move to a new BSD make based build system since fontconfig's build system has become too dependant on GNU make. Requested by ajacoutot@, tested by many back in january.
2013-03-09Build pthread-stubs before fontconfig. Needed for fontconfig 2.10.91Matthieu Herrb
2013-02-19Remove m68k workaround now that gcc3 is in use.Brad Smith
ok miod@
2013-01-15C++11 requires a space between literal and identifier; backport fixStuart Henderson
from 7069d717e9 upstream. ok matthieu@
2013-01-09Enable more libdrm functions. Determine if modesetting is supportedJonathan Gray
based on a modesetting ioctl that checks the DRIVER_MODESET flag on the kernel side instead of the sysfs approach linux takes. ok mpi@
2013-01-05Update to libXdamage 1.4.4. No actual code change.Matthieu Herrb
2013-01-05Update to libXcomposite 0.4.4. No actual code change.Matthieu Herrb
2013-01-04Update to freetype 2.4.11. Tested by krw@, jasper@ and on a bulk portsMatthieu Herrb
build by naddy@.
2006-11-25Import freetype 2.2.1Matthieu Herrb
2012-12-07Enable the radeon r100 dri module on macppc. ok mpi@Matthieu Herrb
2012-12-04Correctly define HAVE_POSIX_MEMALIGN, missed in previous. Breakage reportedMartin Pieuchot
by ajacoutot@
2012-11-29fix botched file. I managed to commit a file with a typo.Matthieu Herrb
2012-11-28Don't build profiled versions of libdrm_intel and libdrm_radeon.Matthieu Herrb
2012-11-28Correct include path, our drm headers live in /usr/include/dev/pci/drmMartin Pieuchot
2012-11-28Include the software winsys and state tracker sources in the swrastgMartin Pieuchot
driver rather than in the libmesagallium build. This non functional change allows to use the libmesagallium in any gallium target (r300g, nouveau...)
2012-11-27Update to libdrm 2.4.31 and add the non-yet-linked libkms, prodded by jsg@Martin Pieuchot
Tested by jsg@, ajacoutot@, shadchin@ and matthieu@, ok matthieu@
2012-11-23Update to pixman 0.28.0. Tested by ajacoutot@, mpi@ and naddy@ in a fullMatthieu Herrb
ports build. Tweaks from mpi@ for macppc.
2012-11-22Update to libxcb 1.9.0.Matthieu Herrb
tested by ajacoutot@ and naddy@ on a full ports build
2012-11-11regenMatthieu Herrb
2012-11-11When building without and obj dir, cp may fail.Matthieu Herrb
2012-11-11Link libGL with -lpthread to allow the llvm-pipe driver to be loaded.Martin Pieuchot
ok matthieu@, ajacoutot@
2012-07-13Import the infrastructure for building Gallium3D graphics drivers.Martin Pieuchot
Currently only software drivers are supported, looks ok to matthieu.
2012-11-07don't reach out in another src directory, use installed version.Marc Espie
okay matthieu@
2012-10-29Also install freetype-config during install phase.Matthieu Herrb
And generate freetype2.pc and freetype-config during make depend to avoid doing that as root. Initial patch from espie@
2012-10-26Make install of freetype2.pc consistent with other xenocara modules.Matthieu Herrb
(don't install it during make includes but during make install). ok espie@
2012-10-13tweak a bit for better standards conformanceMarc Espie
okay matthieu@