Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-19 | install radeon_surface.h as well | Jonathan Gray | |
2013-05-02 | Remove white space only diff with upstreams | Matthieu Herrb | |
2013-04-28 | Update to libX11 1.6RC. No bump needed. | Matthieu Herrb | |
2013-04-25 | Generate a correct libfontconfig.la on static only architectures. | Matthieu Herrb | |
2013-04-25 | gcc 2.95 doesn't support flexible array members. | Matthieu Herrb | |
2013-04-14 | Use MAKE_FLAGS to propagate XENOCARA_BUILD_GALLIUM to install step. | Matthieu Herrb | |
2013-04-14 | Add a new option to the xenocara infrastructure be able to automatically | Martin 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-13 | Import the infrastructure for building Gallium3D graphics drivers. | Martin Pieuchot | |
Currently only software drivers are supported, looks ok to matthieu. | |||
2013-04-01 | Enable the use of getaddrinfo(). This allows X11 clients to talk | Christian Weisgerber | |
to a remote server over IPv6 again. ok matthieu@ | |||
2013-03-25 | compile intel_decode.c as well as newer mesa needs drm_intel_decode* | Jonathan Gray | |
ok mpi@ | |||
2013-03-25 | update to libdrm 2.4.42 | Jonathan Gray | |
tested by matthieu@ krw@ mpi@ shadchin@ and ajacoutot@ ok mpi@ | |||
2013-03-19 | Only use atomic gcc builtins on arches that support them. | Matthieu Herrb | |
With help of kettenis@ guenther@ and miod@. | |||
2013-03-17 | fix CFLAGS definition | Matthieu Herrb | |
2013-03-16 | Fix previous: README goes in /etc/fonts/conf.d | Matthieu Herrb | |
while here be more coherent in make variable expansion. | |||
2013-03-16 | Install fonts-conf.5 | Matthieu Herrb | |
2013-03-16 | Install README | Matthieu Herrb | |
2013-03-16 | Define an empty cleandir target to silent the build | Matthieu Herrb | |
2013-03-16 | Fix a typo that prevented the installation of some doc files in $(DESTDIR) | Matthieu Herrb | |
2013-03-16 | Generate and install fonts.conf and fonts.dtd. | Matthieu Herrb | |
2013-03-16 | Hmmph. typo in previous | Matthieu Herrb | |
2013-03-16 | Add 30-lucida-aliases and 31-nonmst.conf to the list of installed files. | Matthieu Herrb | |
Problem noticed by naddy@ | |||
2013-03-13 | Add back a libtool archive for libfontconfig. | Matthieu Herrb | |
OpenBSD's libtool needs it for libraries with dependencies. prodded by espie@ | |||
2013-03-12 | Remove 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-09 | Update to libXrandr 1.4.0 | Matthieu Herrb | |
2013-03-09 | Update 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-09 | Build pthread-stubs before fontconfig. Needed for fontconfig 2.10.91 | Matthieu Herrb | |
2013-02-19 | Remove m68k workaround now that gcc3 is in use. | Brad Smith | |
ok miod@ | |||
2013-01-15 | C++11 requires a space between literal and identifier; backport fix | Stuart Henderson | |
from 7069d717e9 upstream. ok matthieu@ | |||
2013-01-09 | Enable more libdrm functions. Determine if modesetting is supported | Jonathan 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-05 | Update to libXdamage 1.4.4. No actual code change. | Matthieu Herrb | |
2013-01-05 | Update to libXcomposite 0.4.4. No actual code change. | Matthieu Herrb | |
2013-01-04 | Update to freetype 2.4.11. Tested by krw@, jasper@ and on a bulk ports | Matthieu Herrb | |
build by naddy@. | |||
2006-11-25 | Import freetype 2.2.1 | Matthieu Herrb | |
2012-12-07 | Enable the radeon r100 dri module on macppc. ok mpi@ | Matthieu Herrb | |
2012-12-04 | Correctly define HAVE_POSIX_MEMALIGN, missed in previous. Breakage reported | Martin Pieuchot | |
by ajacoutot@ | |||
2012-11-29 | fix botched file. I managed to commit a file with a typo. | Matthieu Herrb | |
2012-11-28 | Don't build profiled versions of libdrm_intel and libdrm_radeon. | Matthieu Herrb | |
2012-11-28 | Correct include path, our drm headers live in /usr/include/dev/pci/drm | Martin Pieuchot | |
2012-11-28 | Include the software winsys and state tracker sources in the swrastg | Martin 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-27 | Update 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-23 | Update to pixman 0.28.0. Tested by ajacoutot@, mpi@ and naddy@ in a full | Matthieu Herrb | |
ports build. Tweaks from mpi@ for macppc. | |||
2012-11-22 | Update to libxcb 1.9.0. | Matthieu Herrb | |
tested by ajacoutot@ and naddy@ on a full ports build | |||
2012-11-11 | regen | Matthieu Herrb | |
2012-11-11 | When building without and obj dir, cp may fail. | Matthieu Herrb | |
2012-11-11 | Link libGL with -lpthread to allow the llvm-pipe driver to be loaded. | Martin Pieuchot | |
ok matthieu@, ajacoutot@ | |||
2012-07-13 | Import the infrastructure for building Gallium3D graphics drivers. | Martin Pieuchot | |
Currently only software drivers are supported, looks ok to matthieu. | |||
2012-11-07 | don't reach out in another src directory, use installed version. | Marc Espie | |
okay matthieu@ | |||
2012-10-29 | Also 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-26 | Make 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-13 | tweak a bit for better standards conformance | Marc Espie | |
okay matthieu@ |