summaryrefslogtreecommitdiff
path: root/lib/mesa/Makefile.bsd-wrapper
AgeCommit message (Collapse)Author
2016-05-29Merge Mesa 11.2.2Jonathan Gray
2016-02-20On alpha with -O2 gcc gets an ICE on 2 files.Matthieu Herrb
With help of jsg@
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-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-22add a makefile for xenocaraJonathan Gray