summaryrefslogtreecommitdiffstats
path: root/src/util/xmlconfig.h
Commit message (Collapse)AuthorAgeFilesLines
* xmlconfig: add kernel_driver device attributeQiang Yu2018-08-171-3/+4
| | | | | | | | | This attribute can be used by loader to apply different option to device use specific kernel driver. Signed-off-by: Qiang Yu <[email protected]> Acked-by: Michel Dänzer <[email protected]> Reviewed-by: Emil Velikov <[email protected]>
* mesa: include mtypes.h lessMarek Olšák2018-04-121-0/+1
| | | | | | | | | | - remove mtypes.h from most header files - add main/menums.h for often used definitions - remove main/core.h v2: fix radv build Reviewed-by: Brian Paul <[email protected]>
* xmlconfig: move into src/utilNicolai Hähnle2017-07-311-0/+179
v2: attempt to fix Android build (Emil) v3: add missing include path Reviewed-by: Marek Olšák <[email protected]> (v1)