summaryrefslogtreecommitdiff
path: root/lib/libGL/dri
AgeCommit message (Collapse)Author
2014-01-11m68k needs libGL compiled with -fPICMiod Vallat
2013-09-06the i810 driver has been removed from mesaJonathan Gray
2013-09-06Remove now unused makefiles for the non gallium r300/r600 drivers.Jonathan Gray
The code these files refer to has been removed.
2013-09-05build infrastructure changes for Mesa 9.2.0Jonathan Gray
ok matthieu@ mpi@
2013-08-22Remove COMPILER_VERSION tests used to special-case gcc 2, since it is noMiod Vallat
longer used.
2013-08-12build mesa radeon drivers on sparc64 and switch to gallium driversJonathan Gray
for r300 and r600
2013-06-27Define 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-17add the build infrastructure for the gallium r600 driverJonathan Gray
ok mpi@
2013-06-13add the build infrastructure for the gallium r300 driverJonathan Gray
based on an earlier diff from mpi@ ok mpi@
2013-04-14Add a new option to the xenocara infrastructure be able to automaticallyMartin 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-07Enable the radeon r100 dri module on macppc. ok mpi@Matthieu Herrb
2012-12-04Correctly define HAVE_POSIX_MEMALIGN, missed in previous. Breakage reportedMartin Pieuchot
by ajacoutot@
2012-11-28Include the software winsys and state tracker sources in the swrastgMartin 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-11Link libGL with -lpthread to allow the llvm-pipe driver to be loaded.Martin Pieuchot
ok matthieu@, ajacoutot@
2012-08-29Build r200 and r300 dri drivers on macppc too.Martin Pieuchot
ok matthieu@
2012-08-26Merge libmesa and libmesagallium build makefiles because they shareMartin Pieuchot
a lot of common sources. ok matthieu@
2012-08-21Use -lpthread only, pointed out by ajacoutot@Martin Pieuchot
2012-08-17Upate to libGL 7.11.2Martin Pieuchot
Tested by jsg@, matthieu@ and ajacoutot@, ok mattieu@
2012-07-13Let swrastg a chance to compileMartin Pieuchot
2012-07-13Import swrastg the Gallium3D software rasterizer. It uses the softpipeMartin 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-27radeon_dri.so needs the radeon_drm library, like the otherMatthieu Herrb
Mesa radeon drivers. From oga@.
2011-11-23Fix r200 libGL by linking with libdrm_radeon.Owain Ainsworth
tested and reported by brynet; thanks! ``if it works, commit it'' matthieu@
2011-10-26Remove extra white space at EOFMatthieu Herrb
2011-10-23Build system updates for Mesa 7.10.3Matthieu Herrb
2011-05-30Now the kernel support has been commited we can enable r600 driverOwain Ainsworth
becaue the lack of kernel support won't break people trying to use gl. ok matthieu ages ago
2011-05-02link libdrm_radeon so this actually can resolve symbolsOwain Ainsworth
2010-05-27Remove the makefiles for dri drivers that aren't built anymore.Matthieu Herrb
2010-05-22Build infrastructure for Mesa 7.8.1.Matthieu Herrb
2010-05-08use INSTALL_DATA in BSD Makefiles. ok oga@Matthieu Herrb
2009-05-17Update build infrastructure for Mesa 7.4.Matthieu Herrb
2009-01-28Add missing OpenBSD RCS Ids.Matthieu Herrb
2009-01-10Switch over to using the kernel *_drm.h headers instead of the copiesOwain 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-10Don't build intel_bufmgr_ttm.c anymore, the rest of the ttm code hasOwain Ainsworth
been removed. ok matthieu@
2009-01-10Don't build the "unichrome" driver. We don't have the kernel headers forOwain 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-05add -fPIC for sparcTodd T. Fries
ugly, but ok matthieu@
2008-11-02Build fix. There were symlinks hiding in the git repository...Matthieu Herrb
2008-11-02Update build infrastructure for libGL after Mesa 7.2 update.Matthieu Herrb
2008-04-19dri libs depend on libmesa_pic.aMatthieu Herrb
2008-03-25Introduce bsd.xconf.mk to set default config variables usedMatthieu 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-20dri drivers need too be linked against libX11 for AIGLX (for threads stubs).Matthieu Herrb
Problem found by oga@. Thanks.
2008-02-07Fix the linkage and CFLAGS of the dri libs. they don't segfault immediatelyOwain Ainsworth
on startup now. still a little sketchy though.
2008-02-02stuff for building libGL with dri support. Also includes clean-upMatthieu Herrb
of the regular libGL build. bump major because some symbols were removed. ok oga@
2008-01-06Better support for recursive make.Matthieu Herrb
2007-12-04remove emacs droppings that were not ignored by cvsMatthieu Herrb
2007-12-04Build infrastructure for libGL dri modules.Matthieu Herrb
Work in progress, not connected to the build yet.