summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common/xmlconfig.c
Commit message (Expand)AuthorAgeFilesLines
* xmlconfig: Add support for DragonFlyFrançois Tigeot2015-11-201-0/+3
* dri/common: use sysconfdir when looking for drircMarcin Ślusarz2015-09-191-1/+5
* adjust a couple of ifdefs to handle NetBSD correctlyTobias Nygren2015-04-171-1/+1
* dri/common: include stdio.h where neededBrian Paul2015-03-051-0/+1
* mesa: don't include math.h in compiler.hBrian Paul2015-02-261-0/+1
* mesa: include stdarg.h only where it's usedBrian Paul2015-02-261-0/+1
* Remove useless checks for NULL before freeingMatt Turner2014-12-081-2/+1
* xmlconfig: suppress libGL warnings when LIBGL_DEBUG == "quiet"Stefan Dirsch2014-09-091-1/+3
* xmlconfig: Use program_invocation_short_name when building for cygwinYaakov Selkowitz2014-07-291-0/+2
* xmlconfig/dri: bool -> unsigned charDave Airlie2014-07-021-4/+4
* drirc: Add string supportAxel Davy2014-07-011-0/+29
* dri/xmlconfig: remove GL types.Dave Airlie2014-07-011-90/+88
* dri: Choose a decent global driNConfigOptions.Eric Anholt2013-08-171-36/+8
* driconf: enable app-specific workarounds for all driversMarek Olšák2013-07-301-1/+3
* Remove useless checks for NULL before freeingMatt Turner2012-09-051-6/+3
* mesa: s/FREE/free/Brian Paul2012-09-011-7/+7
* mesa: s/MALLOC/malloc/Brian Paul2012-09-011-7/+7
* xmlconfig: use __progname when building for AndroidTapani Pälli2012-08-311-1/+1
* dri: move __driUtilMessage to xmlconfig.cGeorge Sapountzis2011-11-041-0/+22
* xmlconfig: Make the error message more informativeLauri Kasanen2011-08-171-1/+1
* xmlconfig: remove an unused-but-set variableMarek Olšák2011-07-151-2/+2
* Fix GET_PROGRAM_NAME() on Solaris to not try to modify a read-only stringAlan Coopersmith2011-04-081-1/+19
* dri: Add GET_PROGRAM_NAME definition for Mac OS X.Vinson Lee2010-09-281-0/+3
* Fix typos in comments and debug output strings.Timo Wiren2010-09-201-4/+4
* Merge branch '7.8'Jesse Barnes2010-04-191-1/+1
|\
| * mesa: Use __OpenBSD__ to check for OpenBSD.Matthieu Herrb2010-04-191-1/+1
* | dri/common: mv __driUtilMessage to utils.cGeorge Sapountzis2010-03-151-1/+1
|/
* dri: Remove unnecessary headers.Vinson Lee2010-02-121-7/+0
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-2/+2
* Solaris port of Mesa 7.1 with autoconf supportAlan Coopersmith2008-06-211-0/+6
* silence warningAlan Hourihane2008-04-251-1/+1
* Silence compiler warnings from XML error macros.Kristian Høgsberg2007-12-211-12/+12
* Fix some warningsAlan Hourihane2004-12-021-1/+5
* Fixed hash table allocation to avoid an assertion failure due to aFelix Kuehling2004-07-261-5/+9
* Make GET_PROGRAM_NAME work with uCLibc using the __progname hack.Felix Kuehling2004-07-101-4/+9
* Fix mesa-solo config to define _GNU_SOURCE so that program_invocation_short_nameJon Smirl2004-07-091-1/+0
* Patch removes _SOLO definition needed for mesa-solo. mesa-soloJon Smirl2004-07-041-4/+1
* make second param of driParseConfigFiles() constBrian Paul2004-01-181-2/+2
* Use hand-made number parsing functions as the libc routines are locale-depend...Felix Kuehling2004-01-071-2/+132
* applied Felix's patch for configuration systemBrian Paul2003-12-121-9/+10
* Update DRI drivers to current DRI CVS and make them work.Jon Smirl2003-10-211-0/+862