summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/common/xmlconfig.c
AgeCommit message (Collapse)Author
2008-06-21Solaris port of Mesa 7.1 with autoconf supportAlan Coopersmith
Signed-off-by: Brian Paul <brian.paul@tungstengraphics.com>
2008-04-25silence warningAlan Hourihane
2007-12-21Silence compiler warnings from XML error macros.Kristian Høgsberg
2004-12-02Fix some warningsAlan Hourihane
2004-07-26Fixed hash table allocation to avoid an assertion failure due to aFelix Kuehling
bad config file. Fixed two more typos.
2004-07-10Make GET_PROGRAM_NAME work with uCLibc using the __progname hack.Felix Kuehling
Improved that hack to remove leading directory names.
2004-07-09Fix mesa-solo config to define _GNU_SOURCE so that program_invocation_short_nameJon Smirl
will be correctly defined.
2004-07-04Patch removes _SOLO definition needed for mesa-solo. mesa-soloJon Smirl
uses the NEW_INTERFACE now so _SOLO isn't necessary anymore. Tested with the hardware that I own.
2004-01-18make second param of driParseConfigFiles() constBrian Paul
2004-01-07Use hand-made number parsing functions as the libc routines are ↵Felix Kuehling
locale-dependent. Thanks to Pavel harry_x Palat for pointing that out.
2003-12-12applied Felix's patch for configuration systemBrian Paul
2003-10-21Update DRI drivers to current DRI CVS and make them work.Jon Smirl