Age | Commit message (Collapse) | Author | |
---|---|---|---|
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@ | |||
2012-09-20 | Restore -lz in Libs:. OpenBSD doesn't use the embedded gzip lib, and | Matthieu Herrb | |
doesn't link libfreetype against libz. Prodded by ajacoutot@. | |||
2012-08-29 | Build r200 and r300 dri drivers on macppc too. | Martin Pieuchot | |
ok matthieu@ | |||
2012-08-29 | Build libdrm_radeon on macppc too, required for upcoming drm(4) support. | Martin Pieuchot | |
ok matthieu@ | |||
2012-08-26 | Remove empty files... | Martin Pieuchot | |
2012-08-26 | Merge libmesa and libmesagallium build makefiles because they share | Martin Pieuchot | |
a lot of common sources. ok matthieu@ | |||
2012-08-21 | Use -lpthread only, pointed out by ajacoutot@ | Martin Pieuchot | |
2012-08-17 | Update to pixman 0.26.2. tested at least by ajacoutot@, mpi@, shadchin@. | Matthieu Herrb | |
2012-08-17 | Sync mesa version numbers after recent libGL update, prodded by matthieu@ | Martin Pieuchot | |
2012-08-17 | Upate to libGL 7.11.2 | Martin Pieuchot | |
Tested by jsg@, matthieu@ and ajacoutot@, ok mattieu@ | |||
2012-07-13 | Fix path to mesa sources | Martin Pieuchot | |
2012-07-13 | Let swrastg a chance to compile | Martin Pieuchot | |
2012-07-13 | Import swrastg the Gallium3D software rasterizer. It uses the softpipe | Martin Pieuchot | |
driver by default but can also use the llvmpipe driver that use LLVM for code generation if available. Not yet linked to the build as it depends on pthreads and we don't know yet how to handle the switch from the default 'swrast' driver, but having it in tree will help testing and debugging the remaining issues. Tested by ajacoutot@ and matthieu@, looks ok to matthieu@ | |||
2012-07-13 | Import the infrastructure for building Gallium3D graphics drivers. | Martin Pieuchot | |
Currently only software drivers are supported, looks ok to matthieu. | |||
2012-07-07 | Update to freetype-2.4.10. | David Coppa | |
With help and ok matthieu@ | |||
2012-06-11 | Update to libXi 1.6.1 | Matthieu Herrb | |
2012-06-11 | Update to libXft 2.3.1 | Matthieu Herrb | |
2012-06-11 | Update to libX11 1.5.0 | Matthieu Herrb | |
2012-06-11 | Update to libXaw 1.0.11. | Matthieu Herrb | |
2012-06-04 | Fix build with XENOCARA_BUILD_DRI=No | Martin Pieuchot | |
ok matthieu@ | |||
2012-06-02 | Add support for X server privilege separation to pci_legacy_open_io() | Matthieu Herrb | |
With privilege separation the X server enables legacy i/o port access during the early privileged initialization. Other calls should be no-op. Makes X server 1.12 happy with privilege separation. ok miod@ | |||
2012-05-11 | Fix freetype-2.4.9 regression that caused ghostscript to barf with | David Coppa | |
"Font Renderer Plugin" errors. Patches come from upstream. References: http://bugs.ghostscript.com/show_bug.cgi?id=692940 https://savannah.nongnu.org/bugs/?func=detailitem&item_id=35833 https://savannah.nongnu.org/bugs/?func=detailitem&item_id=35847 http://git.savannah.gnu.org/cgit/freetype/freetype2.git/commit/?id=9a55cb7a http://git.savannah.gnu.org/cgit/freetype/freetype2.git/commit/?id=b43e0f44 ok matthieu@ | |||
2012-04-14 | Update to freetype 2.4.9 | Matthieu Herrb | |
Another round of fixes to better handle invalid fonts. Many of them are vulnerabilities (see CVE-2012-1126 up to CVE-2012-1144 and SA48320). | |||
2012-04-09 | Update to libpciaccess 0.13.1 | Matthieu Herrb | |
2012-04-08 | Update to libXaw 1.0.10 | Matthieu Herrb | |