Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-23 | remove now unused local build system for Mesa | Jonathan Gray | |
2015-08-22 | use the drm headers from libdrm not the kernel | Jonathan Gray | |
2015-08-19 | Enable the build of libOSMesa. Ports will need it soon. | Matthieu Herrb | |
tested by juanfra@ ok jsg@ | |||
2015-07-29 | Build r300g and r600g on macppc and sparc64. | Martin Pieuchot | |
ok jsg@ | |||
2015-02-22 | Backport support for GLX_MESA_query_renderer for non Intel drivers. | Jonathan Gray | |
This is desirable as the chromium port now uses this extension to obtain pci vendor/device ids for use in feature/extension blacklists. Prompted by a mail from byrnet@, tested on r600g by krw@ The newly added os_get_total_physical_memory() was passing the length of a pointer rather than the type which made the sysctl call fail on non 64 bit archs. And it was passing the wrong pointer for the result. Fixes for these problems have been submitted back upstream. | |||
2015-02-20 | switch back to Mesa 10.2 | Jonathan Gray | |
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. | |||
2015-01-25 | Mesa 10.4.3 | Jonathan Gray | |
2014-07-17 | use CPPFLAGS instead of CFLAGS for additional defines/includes | Jonathan Gray | |
2014-07-10 | gallium/targets/{r300,r600,radeonsi}/dri/drm_target.c is now a symlink to | Jonathan Gray | |
gallium/targets/{r300,r600,radeonsi}/common/drm_target.c in the Mesa source but cvs import ignores symlinks. Change the directory we search for drm_target.c in to deal with this. | |||
2014-07-09 | Mesa 10.2.3 | Jonathan Gray | |
2014-01-11 | m68k needs libGL compiled with -fPIC | Miod Vallat | |
2013-09-06 | the i810 driver has been removed from mesa | Jonathan Gray | |
2013-09-06 | Remove now unused makefiles for the non gallium r300/r600 drivers. | Jonathan Gray | |
The code these files refer to has been removed. | |||
2013-09-05 | build infrastructure changes for Mesa 9.2.0 | Jonathan Gray | |
ok matthieu@ mpi@ | |||
2013-08-22 | Remove COMPILER_VERSION tests used to special-case gcc 2, since it is no | Miod Vallat | |
longer used. | |||
2013-08-12 | build mesa radeon drivers on sparc64 and switch to gallium drivers | Jonathan Gray | |
for r300 and r600 | |||
2013-06-27 | Define HAVE_LIBDRM_RADEON when compiling radeon dri drivers, | Jonathan Gray | |
required for newer radeondrm. Expanded version of a diff from kettenis@ ok kettenis@ mpi@ | |||
2013-06-17 | add the build infrastructure for the gallium r600 driver | Jonathan Gray | |
ok mpi@ | |||
2013-06-13 | add the build infrastructure for the gallium r300 driver | Jonathan Gray | |
based on an earlier diff from mpi@ ok mpi@ | |||
2013-04-14 | Add a new option to the xenocara infrastructure be able to automatically | Martin Pieuchot | |
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@ | |||
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-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-11 | Link libGL with -lpthread to allow the llvm-pipe driver to be loaded. | Martin Pieuchot | |
ok matthieu@, ajacoutot@ | |||
2012-08-29 | Build r200 and r300 dri drivers on macppc too. | Martin Pieuchot | |
ok matthieu@ | |||
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 | Upate to libGL 7.11.2 | Martin Pieuchot | |
Tested by jsg@, matthieu@ and ajacoutot@, ok mattieu@ | |||
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-01-27 | radeon_dri.so needs the radeon_drm library, like the other | Matthieu Herrb | |
Mesa radeon drivers. From oga@. | |||
2011-11-23 | Fix r200 libGL by linking with libdrm_radeon. | Owain Ainsworth | |
tested and reported by brynet; thanks! ``if it works, commit it'' matthieu@ | |||
2011-10-26 | Remove extra white space at EOF | Matthieu Herrb | |
2011-10-23 | Build system updates for Mesa 7.10.3 | Matthieu Herrb | |
2011-05-30 | Now the kernel support has been commited we can enable r600 driver | Owain Ainsworth | |
becaue the lack of kernel support won't break people trying to use gl. ok matthieu ages ago | |||
2011-05-02 | link libdrm_radeon so this actually can resolve symbols | Owain Ainsworth | |
2010-05-27 | Remove the makefiles for dri drivers that aren't built anymore. | Matthieu Herrb | |
2010-05-22 | Build infrastructure for Mesa 7.8.1. | Matthieu Herrb | |
2010-05-08 | use INSTALL_DATA in BSD Makefiles. ok oga@ | Matthieu Herrb | |
2009-05-17 | Update build infrastructure for Mesa 7.4. | Matthieu Herrb | |
2009-01-28 | Add missing OpenBSD RCS Ids. | Matthieu Herrb | |
2009-01-10 | Switch over to using the kernel *_drm.h headers instead of the copies | Owain Ainsworth | |
thereof provided with libdrm. This has been annoying me forever, and it a blight caused by developing widely used drivers out of the kernel tree. ok matthieu@ | |||
2009-01-10 | Don't build intel_bufmgr_ttm.c anymore, the rest of the ttm code has | Owain Ainsworth | |
been removed. ok matthieu@ | |||
2009-01-10 | Don't build the "unichrome" driver. We don't have the kernel headers for | Owain Ainsworth | |
it, and we're about to switch to using kernel headers instead of the ones packaged with libdrm. If the unichrome driver gets rewritten (or I eventually get time), then it'll come back. ok matthieu@ | |||
2008-11-05 | add -fPIC for sparc | Todd T. Fries | |
ugly, but ok matthieu@ | |||
2008-11-02 | Build fix. There were symlinks hiding in the git repository... | Matthieu Herrb | |
2008-11-02 | Update build infrastructure for libGL after Mesa 7.2 update. | Matthieu Herrb | |
2008-04-19 | dri libs depend on libmesa_pic.a | Matthieu Herrb | |
2008-03-25 | Introduce bsd.xconf.mk to set default config variables used | Matthieu Herrb | |
at several places in the Xenocara build in a central place instead of duplicating the checks all over the place. ok oga@. | |||
2008-02-20 | dri drivers need too be linked against libX11 for AIGLX (for threads stubs). | Matthieu Herrb | |
Problem found by oga@. Thanks. |