Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-25 | Do no overwrite the installed Unix ftconfig.h with the ANSI one. | Matthieu Herrb | |
ok dcoppa@ | |||
2015-12-24 | Remove unused file. | Matthieu Herrb | |
2015-12-23 | Remove the llvm section, the ports llvm is too outdated for Mesa now. | Jonathan Gray | |
The version of g++ in base can't handle the headers of recent llvm either and the common xenocara makefiles will need a way to optionally look for llvm/libelf in /usr/local if XENOCARA_BUILD_GALLIUM == "llvm" | |||
2015-12-23 | update | Jonathan Gray | |
2015-12-23 | Merge Mesa 11.0.8 | Jonathan Gray | |
2015-12-23 | Import Mesa 11.0.8 | Jonathan Gray | |
This seems to fix some of the problems with clutter/gnome reported to occur on r600 with 11.0.6 | |||
2015-12-23 | Import Mesa 11.0.8 | Jonathan Gray | |
This seems to fix some of the problems with clutter/gnome reported to occur on r600 with 11.0.6 | |||
2015-12-23 | Import Mesa 11.0.8 | Jonathan Gray | |
This seems to fix some of the problems with clutter/gnome reported to occur on r600 with 11.0.6 | |||
2015-12-23 | remove the now unused Mesa 10.2.9 code | Jonathan Gray | |
2015-12-23 | remove now unused local build system for Mesa | Jonathan Gray | |
2015-12-21 | On Broadwell, default to using the modesetting driver. Our KMS support on | Mark Kettenis | |
Broadwell is still a bit weak and the modesetting driver seems to work better than the intel driver, while still providing 3D acceleration and video playback support. ok phessler@, matthieu@, jsg@ | |||
2015-01-25 | Import Mesa 10.4.3 | Jonathan Gray | |
2014-09-07 | Import Mesa 10.2.7 | Jonathan Gray | |
2014-09-07 | Import Mesa 10.2.7 | Jonathan Gray | |
2014-09-07 | Import Mesa 10.2.7 | Jonathan Gray | |
2014-09-07 | Import Mesa 10.2.7 | Jonathan Gray | |
2014-07-09 | Import Mesa 10.2.3 | Jonathan Gray | |
2014-01-19 | Import Mesa 9.2.5 | Jonathan Gray | |
2013-11-24 | Import Mesa 9.2.3 | Jonathan Gray | |
2013-11-09 | Import Mesa 9.2.2 | Jonathan Gray | |
2013-11-09 | Import Mesa 9.2.2 | Jonathan Gray | |
2013-10-05 | Import Mesa 9.2.1 | Jonathan Gray | |
2013-09-05 | Import Mesa 9.2.0 | Jonathan Gray | |
2011-10-23 | Import Mesa 7.10.3 | Matthieu Herrb | |
2007-11-24 | Mesa 7.0.1 | Matthieu Herrb | |
2007-11-24 | Mesa 7.0.1 | Matthieu Herrb | |
2007-11-24 | Mesa 7.0.1 | Matthieu Herrb | |
2006-11-25 | Import MesaLibs 6.5.1. (in dist/ since its code is shared between lib | Matthieu Herrb | |
and xserver)... | |||
2015-12-21 | sync | Jonathan Gray | |
2015-12-20 | Build the gallium software rasteriser (softpipe). This avoids a problem | Jonathan 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-20 | Set 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-17 | update | Alexandr Shadchin | |
2015-12-17 | Update to xf86-input-synaptics 1.8.3. | Alexandr Shadchin | |
ok matthieu@ | |||
2015-12-17 | Update to xf86-input-keyboard 1.8.1. | Alexandr Shadchin | |
ok matthieu@ | |||
2015-12-09 | sync | Theo de Raadt | |
2015-12-09 | sync | Theo de Raadt | |
2015-12-07 | sync 3RDPARTY | David Coppa | |
2015-12-07 | Bugfixing update to freetype-2.6.2 | David 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-12-05 | sync | Theo de Raadt | |
2015-12-03 | Revert previous commit; the "blt" codepath is obviously not tested very well | Mark Kettenis | |
and makes X crash. | |||
2015-12-01 | Enable glamor where we support it. | Mark Kettenis | |
Requested by jsg@ | |||
2015-12-01 | Enable glamor on architectures where we have OpenGL. | Mark Kettenis | |
ok jsg@, matthieu@ | |||
2015-12-01 | Remove a check for DRI3 in glamor_name_from_pixmap(). This makes DRI2 work | Mark Kettenis | |
on OpenBSD where we don't have support for DRI3 yet. ok jsg@, matthieu@ | |||
2015-12-01 | Use an ARGB8888 based texture even when DRI3 isn't enabled. This achieves the | Mark Kettenis | |
same effect as a change that was recently made upstream. The code changed significantly in the meantime. ok jsg@, matthieu@ | |||
2015-12-01 | Call miSyncSetup() if we don't call miSyncShmScreenInit() because | Mark Kettenis | |
HAVE_XSHMFENCE isn't defined. This makes sure the relevant "private key" gets installed such that we don't hit a fatal assert later. ok jsg@, matthieu@ | |||
2015-11-28 | sync | Theo de Raadt | |
2015-11-28 | sync | Theo de Raadt | |
2015-11-27 | sync | Theo de Raadt | |
2015-11-26 | On i386, compile with -march=i586. The i965 driver requires 64-bit atomic | Mark 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-25 | Stop building Mesa on alpha for now as it hits a gcc ICE, and mips64 because | Jonathan Gray | |
it requires sync builtins not in gcc 4.2 and hits binutils issues. ok matthieu@ deraadt@ |