summaryrefslogtreecommitdiff
path: root/src/util/xmlconfig.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-16util/xmlconfig: drop default SYSCONFDIR & DATADIR valuesEric Engestrom1-8/+0
2023-10-16util/xmlconfig: inline datadirEric Engestrom1-2/+1
2023-10-16util/xmlconfig: drop driInjectDataDir() now that DRIRC_CONFIGDIR is always su...Eric Engestrom1-6/+0
2023-10-16util/xmlconfig: add an env-var for overriding drirc search dirErik Faye-Lund1-4/+9
2023-01-31util/xmlconfig: add MESA_DRICONF_EXECUTABLE_OVERRIDERyan Neph1-1/+6
2023-01-20util/xmlconfig: Use os_get_option()Rob Clark1-1/+2
2022-12-28util/xmlconfig: fix memory leak triggered by duplicatesPatrick Lerda1-1/+2
2022-08-12util/xmlconfig: allow drivers to override option valuesMarek Olšák1-1/+4
2022-06-29util/xmlconfig: fix -Wmaybe-uninitialized warningMichel Zou1-1/+1
2022-03-21util: trim trailing space for files src/util/**/*Yonggang Luo1-4/+4
2022-01-14driconf: Fix unhandled tags in static confLepton Wu1-0/+2
2022-01-10replace 0 with NULL for NULL pointersThomas H.P. Andersen1-1/+1
2021-11-09util/xmlconfig: Allow DT_UNKNOWN filesRyan Houdek1-1/+20
2021-11-04glx/drirc: add a force_direct_glx_context optionPierre-Eric Pelloux-Prayer1-1/+1
2021-11-02driconf: add executable_regexp application attributeQiang Yu1-0/+11
2021-08-10xmlconfig: Use static inline for regex fallback to prevent -O0 issuesJesse Natalie1-3/+3
2021-08-02driconfig: Add support for device specific configRob Clark1-1/+9
2021-04-20xmlconfig: Fix MSVC warning C4334 (32bit shift cast to 64bit)Jesse Natalie1-4/+4
2021-02-25meson/xmlconfig: win32 regex fallbackMichel Zou1-1/+11
2021-02-24xmlconfig: Add static driconfig supportRob Clark1-0/+76
2021-02-24xmlconfig: Reshuffle to keep attr processingRob Clark1-33/+41
2020-12-04xmlconfig: Warn if parsing the engine/app versions fails.Eric Anholt1-6/+14
2020-12-04xmlconfig: Add unit tests for recent bugs in the driconf rewrite.Eric Anholt1-9/+18
2020-10-25util/xmlconfig: Disable for Windows like AndroidJames Park1-4/+4
2020-10-22driconf: initialize the option value before using itMartin Peres1-0/+4
2020-10-08util/xmlconfig: eliminate memory leakAndrii Simiklit1-3/+9
2020-10-06driconf: Restore the ability to override driconf with the environment.Eric Anholt1-189/+207
2020-10-06driconf: Make sure that the range check on the defaults actually works.Eric Anholt1-0/+2
2020-10-06util: drop non-posix header fnmatchMichel Zou1-1/+1
2020-10-06xmlconfig: fix scandir_filterMike Blumenkrantz1-3/+3
2020-10-02android: Disable the user XML config parsing.Eric Anholt1-305/+318
2020-10-02util/xmlconfig: Drop use of XML_Char in parsing.Eric Anholt1-28/+28
2020-10-02driconf: Stop quoting true/false in boolean option definitions.Eric Anholt1-6/+1
2020-10-02driconf: Make the driver's declarations be structs instead of XML.Eric Anholt1-252/+183
2020-10-02driconf: Delete disjoint range support.Eric Anholt1-94/+37
2020-10-02util/xmlconfig: Indent to Mesa style.Eric Anholt1-889/+891
2020-10-02util/xmlconfig: Drop silly open-coded strdup.Eric Anholt1-4/+2
2020-08-18driconf: Support selection by Vulkan applicationName.Bas Nieuwenhuizen1-0/+29
2020-04-03util/xmlconfig: fix sha1 comparison codePierre-Eric Pelloux-Prayer1-4/+5
2020-03-24util/xmlconfig: add new sha1 application attributePierre-Eric Pelloux-Prayer1-1/+28
2019-11-28util/driconfig: print ATTENTION if MESA_DEBUG=silent is not setMarek Olšák1-7/+22
2019-10-10util/xmlconfig: include strndup.h for windowsDylan Baker1-0/+1
2019-09-16util/xmlconfig: fix regexp compile failure checkLionel Landwerlin1-1/+1
2019-09-15driconfig: add a new engine name/version parameterLionel Landwerlin1-3/+68
2019-06-27xmlconfig: add missing #includeEric Engestrom1-0/+3
2019-03-05util: #define PATH_MAX when undefined (eg. Hurd)Eric Engestrom1-0/+4
2018-10-05util: Make xmlconfig.c build on Solaris without d_type in dirent (v2)Alan Coopersmith1-0/+8
2018-08-17xmlconfig: add kernel_driver device attributeQiang Yu1-2/+8
2018-08-17xmlconfig: read more config files from drirc.d/Qiang Yu1-0/+42
2018-08-17xmlconfig: refine driParseConfigFiles to use parseOneConfigFileEmil Velikov1-34/+29