summaryrefslogtreecommitdiffstats
path: root/configs/freebsd-dri
Commit message (Expand)AuthorAgeFilesLines
* Simplify makefile boilerplate code.José Fonseca2008-02-191-1/+1
* Code reorganization: update build.José Fonseca2008-02-151-1/+1
* Use -pthread instead of -lpthread on FreeBSD.Eric Anholt2007-06-221-2/+2
* Add reporting of damage by DRI drivers when the extension support is available.Eric Anholt2007-01-051-1/+2
* Fix bug #4681.Ian Romanick2006-10-111-1/+2
* added LIBDRM_CFLAGS (Javier Villavicencio)Brian Paul2006-09-191-0/+1
* fix CFLAGS (bug 8344)Brian Paul2006-09-191-3/+3
* When available, which is most of the time, use posix_memalign to implementIan Romanick2006-08-161-1/+1
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-1/+1
* LIB_DIR is now just 'lib' or 'lib64'Brian Paul2006-07-131-2/+2
* minor CFLAGS clean-upBrian Paul2006-04-061-2/+4
* Style fix, drop the explicit -ldrm from the link line.Adam Jackson2006-03-301-1/+1
* remove i830Alan Hourihane2006-01-261-1/+1
* Fix FreeBSD build by building libGL in the order desired, and doing a fix to myEric Anholt2005-10-221-1/+1
* Attempt to fix libGL on FreeBSD, where the library was being built without anyEric Anholt2005-10-181-1/+1
* Fix libGL build on FreeBSD by respecting ASM_FLAGS.Eric Anholt2005-09-131-1/+1
* Convert libGL and DRI drivers to require libdrm.Adam Jackson2005-08-191-3/+4
* Remove the logic that determines at compile time whether or not HAVE_ALIASIan Romanick2005-08-111-1/+1
* Since Brian's recent commit, "-I/usr/X11R6/include/X11/extensions" is noIan Romanick2005-08-111-1/+1
* Add a new config called linux-indirect. This build the GLX libGL just likeIan Romanick2005-07-291-1/+2
* No, really, get rid of all the remaining references to DRI_USE_NEW_INTERFACE.Ian Romanick2005-07-261-1/+1
* Connect the r300 bits up to the build.Eric Anholt2005-07-201-1/+1
* Add some missing defines, copied from linux-dri.Eric Anholt2005-07-201-1/+1
* Add a freebsd-dri-amd64 config, and quiet makedepend slightly by making anEric Anholt2005-05-281-2/+4
* Don't forget to -L/usr/local/lib to grab expat.Eric Anholt2005-02-141-1/+1
* Get linux-solo dependencies building correctly,Keith Whitwell2004-12-091-2/+3
* Improve the behaviour of the build system wrt depend files.Keith Whitwell2004-12-081-1/+2
* Add FreeBSD DRI build targets. Doesn't build at the moment, due to the sameEric Anholt2004-10-281-0/+39