summaryrefslogtreecommitdiffstats
path: root/configs/freebsd-dri
Commit message (Expand)AuthorAgeFilesLines
* automake: Remove the old static configs system.Eric Anholt2012-06-111-48/+0
* automake: src/mesa/drivers/dri/r200Matt Turner2012-01-201-3/+0
* automake: src/mesa/drivers/dri/radeonMatt Turner2012-01-201-1/+1
* mesa: Remove build infrastructure for r300c and r600c.Eric Anholt2011-10-281-1/+1
* configure: replace pkg-config calls with $(PKG_CONFIG) in the makefiles.Stéphane Marchesin2011-10-041-2/+2
* dri: Remove all DRI1 driversIan Romanick2011-08-261-2/+1
* glw: Remove GLw source.Kenneth Graunke2011-08-151-1/+1
* Squashed commit of the following:José Fonseca2011-07-141-2/+1
* mesa: Optionally build a dricore support library (v3)Christopher James Halse Rogers2011-02-111-1/+3
* glew: Drop glew now that we don't need it for the progsJakob Bornecrantz2010-06-081-1/+1
* mesa: remove PROGRAM_DIRS from config filesBrian Paul2010-06-041-1/+0
* config: drop WINDOW_SYSTEM varGeorge Sapountzis2010-03-061-1/+0
* Remove ffb and gamma from configs.Vinson Lee2010-03-031-2/+0
* Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg2010-02-091-1/+1
* glew: Initial import.José Fonseca2009-01-231-1/+1
* Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-1/+2
|\
| * Simplify makefile boilerplate code.José Fonseca2008-02-191-1/+1
| * Code reorganization: update build.José Fonseca2008-02-151-1/+1
* | drop GLcoreGeorge Sapountzis2008-05-231-1/+0
* | glcore: tree sharing for DRI and XMesaGeorge Sapountzis2008-04-231-0/+1
* | Add -fno-strict-aliasing workaround for all GCC targetsDan Nicholson2007-11-011-0/+4
* | FreeBSD: more /usr/X11R6->/usr/localEric Anholt2007-10-041-4/+4
* | Move i915tex driver into place as just i915.Eric Anholt2007-09-241-1/+1
* | Remove the old i915 driver now that i915tex works without TTM.Eric Anholt2007-09-241-1/+1
* | Add missing -g in FreeBSD OPT_CFLAGSEric Anholt2007-09-191-1/+1
* | fix some FreeBSD issuesBrian2007-07-311-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