IABSD.fr/xenocara/lib/libGL/gallium

Branch :


Log

Author Commit Date CI Message
f149319b 2015-02-23 23:39:27 Only build the gallium radeon winsys on i386/amd64 as those are the only archs that currently use gallium radeon drivers. It should build anywhere that has the libdrm radeon headers installed. And while that should really be everywhere it isn't at the moment and won't be for release. It isn't clear why the radeon winsys in Mesa 10.4 didn't have the same problem. Found the hard way by todd@ on alpha.
82481235 2015-02-21 00:39:06 use .PATH to work around symlinks in dist tarball
a3c5584b 2015-02-20 23:31:04 switch back to Mesa 10.2 With 10.4.3 gpu compositing on chromium would result in a black window on older Intel parts (ie x60s with 945gm) and at least some discrete Radeon parts. These problems do not seem to occur on recent Intel parts, though those have coherent memory and hardware contexts. It isn't clear what changes in Mesa are involved in the problem though it also occurs with the 10.3 branch.
5f55a0a1 2015-01-25 15:09:12 Mesa 10.4.3
b222fe70 2014-09-07 15:32:18 Mesa 10.2.7
ea95abeb 2014-07-09 21:32:40 Mesa 10.2.3
3caad188 2014-04-20 10:58:20 sync LLVM_VERSION with the llvm port.
f4d0252c 2014-01-11 12:39:14 m68k needs libGL compiled with -fPIC
30ff36c6 2013-09-07 02:12:21 make an if statement work as intended fixes build breakage on alpha reported by todd and naddy
e8c334b0 2013-09-05 15:27:58 fix a merge error
18a75284 2013-09-05 15:11:54 build infrastructure changes for Mesa 9.2.0 ok matthieu@ mpi@
b9cb6db7 2013-08-12 04:16:52 build mesa radeon drivers on sparc64 and switch to gallium drivers for r300 and r600
65d2acd0 2013-06-17 23:30:25 add the build infrastructure for the gallium r600 driver ok mpi@
1b3475a7 2013-06-14 05:14:22 fix rcsid
fd2bf1e3 2013-06-13 10:39:28 add the build infrastructure for the gallium r300 driver based on an earlier diff from mpi@ ok mpi@
290e6736 2013-04-14 10:23:04 Add a new option to the xenocara infrastructure be able to automatically 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@
0661f3e5 2012-11-11 12:09:09 Link libGL with -lpthread to allow the llvm-pipe driver to be loaded. ok matthieu@, ajacoutot@
bea4a27a 2012-08-26 18:54:20 Remove empty files...
3f7a93e0 2012-08-26 18:46:42 Merge libmesa and libmesagallium build makefiles because they share a lot of common sources. ok matthieu@
e67a5fe8 2012-08-17 13:57:59 Upate to libGL 7.11.2 Tested by jsg@, matthieu@ and ajacoutot@, ok mattieu@
dbe156d7 2012-07-13 15:42:03 Fix path to mesa sources
87615d41 2012-07-13 12:43:30 Import the infrastructure for building Gallium3D graphics drivers. Currently only software drivers are supported, looks ok to matthieu.