summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2016-05-29Bump following freetype update.David Coppa
Suggested by sthen@ ok sthen@, naddy@, matthieu@
2016-05-29Update to FreeType 2.6.3David Coppa
ok sthen@, naddy@, matthieu@
2016-05-29Merge Mesa 11.2.2Jonathan Gray
2015-11-22import Mesa 11.0.6Jonathan Gray
2016-05-29Import Mesa 11.2.2Jonathan Gray
2015-11-22import Mesa 11.0.6Jonathan Gray
2015-11-22import Mesa 11.0.6Jonathan Gray
2016-04-20Make sure we authenticate before calling loader_get_driver_for_fd(). ThisMark Kettenis
function invokes some drm ioctls that require the client to be authenticated. tested by espie@ ok jsg@
2016-04-01remove XENOCARA_BUILD_PIXMAN all platforms now build pixmanJonathan Gray
2016-03-20Merge libdrm 2.4.67Jonathan Gray
2016-03-20Import libdrm 2.4.67Jonathan Gray
2016-03-18test some more __ARM_ARCH_* builtin definesJonathan Gray
2016-03-13Enable atomics operations for fontconfig on mips64 and mips64el.Matthieu Herrb
ok kettenis@
2016-03-11Remove support vax and XENOCARA_HAVE_SHARED_LIBS scaffolding.Okan Demirmen
ok matthieu@
2016-03-06Update to libXrandr 1.5.0Matthieu Herrb
2016-02-28Back out rev 1.3 and use __sync builtins on alpha. gcc no longerJonathan Gray
triggers an ICE with p_atomic_cmpxchg/__sync_val_compare_and_swap. Tested by matthieu.
2016-02-20On alpha with -O2 gcc gets an ICE on 2 files.Matthieu Herrb
With help of jsg@
2016-02-20alpha lacks p_atomic_cmpxchg() switch to non atomic opsMatthieu Herrb
2016-02-19Don't depend on indirect inclusion to pick up endian.h and defineJonathan Gray
BYTE_ORDER. Tested by and ok visa@ mpi@
2016-02-18Disable another make rule requiring python that could trigger if theJonathan Gray
timestamps are wrong. We always want to use the generated sources provided with Mesa releases. Encountered by tobias.
2016-01-24Merge Mesa 11.0.9Jonathan Gray
2016-01-24Import Mesa 11.0.9Jonathan Gray
2016-01-24Import Mesa 11.0.9Jonathan Gray
2016-01-07Disable reading of drirc files by default so chromium processesJonathan Gray
with OpenGL contexts can drop the ability to read files. Diff from robert@ with a comment added. ok robert@ deraadt@
2015-11-22import Mesa 11.0.6Jonathan Gray
2016-01-02Sync freetype-doc with freetype, i.e. update freetype-doc toDavid Coppa
ver. 2.6.2 ok matthieu@
2015-12-27Merge libdrm 2.4.65Jonathan Gray
2015-12-27Import libdrm 2.4.65Jonathan Gray
2015-12-25Remove bogus file.David Coppa
ok matthieu@
2006-11-25Import freetype 2.2.1Matthieu Herrb
2015-12-25Do no overwrite the installed Unix ftconfig.h with the ANSI one.Matthieu Herrb
ok dcoppa@
2015-12-23Merge Mesa 11.0.8Jonathan Gray
2015-12-23Import Mesa 11.0.8Jonathan Gray
This seems to fix some of the problems with clutter/gnome reported to occur on r600 with 11.0.6
2015-12-23Import Mesa 11.0.8Jonathan Gray
This seems to fix some of the problems with clutter/gnome reported to occur on r600 with 11.0.6
2015-12-23Import Mesa 11.0.8Jonathan Gray
This seems to fix some of the problems with clutter/gnome reported to occur on r600 with 11.0.6
2015-12-23remove now unused local build system for MesaJonathan Gray
2015-12-20Build the gallium software rasteriser (softpipe). This avoids a problemJonathan Gray
mpi found where the r300 driver would not load on macppc due to an undefined drisw_create_screen symbol. The code related to that symbol was removed sometime after Mesa 11.0 branched. Initial diff from and ok mpi@
2015-12-20Set the configure option to enable floating point textures.Jonathan Gray
While the i965 driver enables support unconditionally other drivers such as r600 require this before they will claim to support OpenGL 3.x
2015-12-07Bugfixing update to freetype-2.6.2David Coppa
Tested on amd64, i386, macppc, sparc64, loongson and compile-tested on arm by matthieu@ Also tested in a ports bulk build by naddy@ OK matthieu@
2015-11-26On i386, compile with -march=i586. The i965 driver requires 64-bit atomicMark Kettenis
operations and older CPUs lack the needed instructions. The hardware supported by that driver will never be used together those older CPUs. This might mean that even the software rasterizer doesn't work anymore on those. But they're so slow that you probably wouldn't want to anyway. ok jsg@
2015-11-22Switch to Mesa 11.0.6 built with autoconf instead of a set of a customJonathan Gray
makefiles. Thanks to Emil Velikov for removing requirements on gnu make upstream and sorting out a bunch of other things to make this possible.
2015-11-22regenJonathan Gray
2015-11-22Disable the bison/lex/python rules to regenerate sources that wereJonathan Gray
included in the tarball. cvs import seems to have changed timestamps of files which caused these rules to trigger and the build to fail.
2015-11-22disable --gc-sections on ppc to avoid an ld 2.17 segfaultJonathan Gray
2015-11-22add a makefile for xenocaraJonathan Gray
2015-11-22provide an unlocked atomic fallback pathJonathan Gray
sparc < v9, hppa, sh, arm < v6 don't provide these builtins and we don't have kernel assistance to fake them currently.
2015-11-22don't install /etc/drirc it's just a bunch of workarounds for closedJonathan Gray
linux programs
2015-11-22don't try to symlink files that don't existJonathan Gray
2015-11-22dlopen libGL.so not libGL.so.1Jonathan Gray
2015-11-22remove the hard requirement of llvm for gallium on i386/amd64Jonathan Gray