summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/common/xmlconfig.c
AgeCommit message (Collapse)Author
2008-06-11Bring in DRI2 changesAlan Hourihane
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