summaryrefslogtreecommitdiff
path: root/lib/libGL
AgeCommit message (Expand)Author
2015-02-23Only build the gallium radeon winsys on i386/amd64 asJonathan Gray
2015-02-22Backport support for GLX_MESA_query_renderer for non Intel drivers.Jonathan Gray
2015-02-21use .PATH to work around symlinks in dist tarballJonathan Gray
2015-02-20switch back to Mesa 10.2Jonathan Gray
2015-01-25Mesa 10.4.3Jonathan Gray
2012-07-13Import the infrastructure for building Gallium3D graphics drivers.Martin Pieuchot
2014-09-07Mesa 10.2.7Jonathan Gray
2014-07-17use CPPFLAGS instead of CFLAGS for additional defines/includesJonathan Gray
2014-07-10gallium/targets/{r300,r600,radeonsi}/dri/drm_target.c is now a symlink toJonathan Gray
2014-07-09Mesa 10.2.3Jonathan Gray
2014-04-20sync LLVM_VERSION with the llvm port.Jonathan Gray
2014-01-19Mesa 9.2.5Jonathan Gray
2014-01-11m68k needs libGL compiled with -fPICMiod Vallat
2013-12-30Remove the atexit() hack from OpenGL driversMatthieu Herrb
2013-11-24Mesa 9.2.3Jonathan Gray
2013-11-09Mesa 9.2.2Jonathan Gray
2013-10-05regen for Mesa 9.2.1Jonathan Gray
2013-09-07make an if statement work as intendedJonathan Gray
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
2013-09-05fix a merge errorJonathan Gray
2013-09-05build infrastructure changes for Mesa 9.2.0Jonathan Gray
2012-07-13Import the infrastructure for building Gallium3D graphics drivers.Martin Pieuchot
2013-08-22Remove COMPILER_VERSION tests used to special-case gcc 2, since it is noMiod Vallat
2013-08-13Bump the major on every single base library. There are a couplePhilip Guenther
2013-08-12build mesa radeon drivers on sparc64 and switch to gallium driversJonathan Gray
2013-06-27Define HAVE_LIBDRM_RADEON when compiling radeon dri drivers,Jonathan Gray
2013-06-17add the build infrastructure for the gallium r600 driverJonathan Gray
2013-06-14fix rcsidJonathan Gray
2013-06-13add the build infrastructure for the gallium r300 driverJonathan Gray
2012-07-13Import the infrastructure for building Gallium3D graphics drivers.Martin Pieuchot
2013-04-14Use MAKE_FLAGS to propagate XENOCARA_BUILD_GALLIUM to install step.Matthieu Herrb
2013-04-14Add a new option to the xenocara infrastructure be able to automaticallyMartin Pieuchot
2012-07-13Import the infrastructure for building Gallium3D graphics drivers.Martin Pieuchot
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
2012-11-28Include the software winsys and state tracker sources in the swrastgMartin Pieuchot
2012-11-11Link libGL with -lpthread to allow the llvm-pipe driver to be loaded.Martin Pieuchot
2012-07-13Import the infrastructure for building Gallium3D graphics drivers.Martin Pieuchot
2012-08-29Build r200 and r300 dri drivers on macppc too.Martin Pieuchot
2012-08-26Remove empty files...Martin Pieuchot
2012-08-26Merge libmesa and libmesagallium build makefiles because they shareMartin Pieuchot
2012-08-21Use -lpthread only, pointed out by ajacoutot@Martin Pieuchot
2012-08-17Upate to libGL 7.11.2Martin Pieuchot
2012-07-13Fix path to mesa sourcesMartin Pieuchot
2012-07-13Let swrastg a chance to compileMartin Pieuchot
2012-07-13Import swrastg the Gallium3D software rasterizer. It uses the softpipeMartin Pieuchot
2012-07-13Import the infrastructure for building Gallium3D graphics drivers.Martin Pieuchot
2012-06-04Fix build with XENOCARA_BUILD_DRI=NoMartin Pieuchot
2012-01-27radeon_dri.so needs the radeon_drm library, like the otherMatthieu Herrb