summaryrefslogtreecommitdiff
path: root/configs/freebsd-dri
AgeCommit message (Expand)Author
2011-02-11mesa: Optionally build a dricore support library (v3)Christopher James Halse Rogers
2010-06-08glew: Drop glew now that we don't need it for the progsJakob Bornecrantz
2010-06-04mesa: remove PROGRAM_DIRS from config filesBrian Paul
2010-03-06config: drop WINDOW_SYSTEM varGeorge Sapountzis
2010-03-03Remove ffb and gamma from configs.Vinson Lee
2010-02-09Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg
2009-01-23glew: Initial import.José Fonseca
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell
2008-05-23drop GLcoreGeorge Sapountzis
2008-04-23glcore: tree sharing for DRI and XMesaGeorge Sapountzis
2008-02-19Simplify makefile boilerplate code.José Fonseca
2008-02-15Code reorganization: update build.José Fonseca
2007-11-01Add -fno-strict-aliasing workaround for all GCC targetsDan Nicholson
2007-10-04FreeBSD: more /usr/X11R6->/usr/localEric Anholt
2007-09-24Move i915tex driver into place as just i915.Eric Anholt
2007-09-24Remove the old i915 driver now that i915tex works without TTM.Eric Anholt
2007-09-19Add missing -g in FreeBSD OPT_CFLAGSEric Anholt
2007-07-31fix some FreeBSD issuesBrian
2007-06-22Use -pthread instead of -lpthread on FreeBSD.Eric Anholt
2007-01-05Add reporting of damage by DRI drivers when the extension support is available.Eric Anholt
2006-10-11Fix bug #4681.Ian Romanick
2006-09-19added LIBDRM_CFLAGS (Javier Villavicencio)Brian Paul
2006-09-19fix CFLAGS (bug 8344)Brian Paul
2006-08-16When available, which is most of the time, use posix_memalign to implementIan Romanick
2006-08-09Add Intel i965G/Q DRI driver.Eric Anholt
2006-07-13LIB_DIR is now just 'lib' or 'lib64'Brian Paul
2006-04-06minor CFLAGS clean-upBrian Paul
2006-03-30Style fix, drop the explicit -ldrm from the link line.Adam Jackson
2006-01-26remove i830Alan Hourihane
2005-10-22Fix FreeBSD build by building libGL in the order desired, and doing a fix to myEric Anholt
2005-10-18Attempt to fix libGL on FreeBSD, where the library was being built without anyEric Anholt
2005-09-13Fix libGL build on FreeBSD by respecting ASM_FLAGS.Eric Anholt
2005-08-19Convert libGL and DRI drivers to require libdrm.Adam Jackson
2005-08-11Remove the logic that determines at compile time whether or not HAVE_ALIASIan Romanick
2005-08-11Since Brian's recent commit, "-I/usr/X11R6/include/X11/extensions" is noIan Romanick
2005-07-29Add a new config called linux-indirect. This build the GLX libGL just likeIan Romanick
2005-07-26No, really, get rid of all the remaining references to DRI_USE_NEW_INTERFACE.Ian Romanick
2005-07-20Connect the r300 bits up to the build.Eric Anholt
2005-07-20Add some missing defines, copied from linux-dri.Eric Anholt
2005-05-28Add a freebsd-dri-amd64 config, and quiet makedepend slightly by making anEric Anholt
2005-02-14Don't forget to -L/usr/local/lib to grab expat.Eric Anholt
2004-12-09Get linux-solo dependencies building correctly,Keith Whitwell
2004-12-08Improve the behaviour of the build system wrt depend files.Keith Whitwell
2004-10-28Add FreeBSD DRI build targets. Doesn't build at the moment, due to the sameEric Anholt