summaryrefslogtreecommitdiffstats
path: root/src/util/xmlpool/fr.po
Commit message (Collapse)AuthorAgeFilesLines
* util: remove unused S3TC translation for dri configTimothy Arceri2018-08-201-6/+0
| | | | Reviewed-by: Ian Romanick <[email protected]>
* mesa: remove dri configs unused software-fallback optionsTimothy Arceri2018-08-201-8/+0
| | | | | | | These seems to have only been used by DRI1 drivers which were removed with e4344161bde2. Reviewed-by: Ian Romanick <[email protected]>
* mesa: remove unused dri config option performance_boxesTimothy Arceri2018-08-201-4/+0
| | | | | | | This seems to have only been used by DRI1 drivers which were removed with e4344161bde2. Reviewed-by: Ian Romanick <[email protected]>
* xmlconfig: move into src/utilNicolai Hähnle2017-07-311-0/+310
v2: attempt to fix Android build (Emil) v3: add missing include path Reviewed-by: Marek Olšák <[email protected]> (v1)