aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/xmlpool
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: add driconf option radeonsi_enable_nirMarek Olšák2019-02-191-0/+5
* drirc/i965: add option to disable 565 configs and visualsTapani Pälli2019-02-151-0/+5
* util: Add adaptive_sync driconf optionNicholas Kazlauskas2018-12-281-0/+5
* xmlpool: update translation po filesEric Engestrom2018-11-136-193/+950
* meson: don't install translation files18.3-branchpointDylan Baker2018-11-011-1/+1
* util/gen_xmlpool: Make use of python's foreach loopDylan Baker2018-10-311-30/+27
* util/gen_xmlpool: Don't use len to test for container emptinessDylan Baker2018-10-311-4/+4
* util/gen_xmlpool: Don't write via shell redirectionDylan Baker2018-10-314-63/+53
* util/gen_xmlpool: use with statement to open fileDylan Baker2018-10-311-34/+32
* util/gen_xmlpool: use a main functionDylan Baker2018-10-311-61/+66
* util/gen_xmlpool: Use print function instad of sys.stderr.writeDylan Baker2018-10-311-5/+4
* util/gen_xmlpool: Use more standard styleDylan Baker2018-10-311-29/+29
* util/xmlpool: Update for meson generationDylan Baker2018-10-313-10/+14
* meson: add support for generating translation mo filesDylan Baker2018-10-314-1/+8
* util/gen_xmlpool: use argparse for argument handlingDylan Baker2018-10-311-11/+9
* configure: allow building with python3Emil Velikov2018-10-311-1/+1
* mesa: move legacy dri config option texture_depthTimothy Arceri2018-09-187-134/+0
* mesa: move legacy dri config option fthrottle_modeTimothy Arceri2018-09-187-114/+0
* mesa: move legacy dri config option def_max_anisotropyTimothy Arceri2018-09-187-29/+0
* mesa: move legacy dri config option no_neg_lod_biasTimothy Arceri2018-09-187-31/+0
* mesa: move legacy dri config option round_modeTimothy Arceri2018-09-186-70/+0
* mesa: remove unused dri option float_depthTimothy Arceri2018-09-187-29/+0
* mesa: move legacy dri config option dither_modeTimothy Arceri2018-09-186-92/+0
* mesa: move legacy dri config option color_reductionTimothy Arceri2018-09-187-82/+0
* mesa: move legacy TCL dri config optionsTimothy Arceri2018-09-187-151/+0
* mesa/st: add force_compat_profile option to driconfigTimothy Arceri2018-09-181-0/+5
* meson: consolidate langs listsEric Engestrom2018-09-061-3/+9
* st/mesa, gallium: add a workaround for No Mans SkyTimothy Arceri2018-08-301-0/+5
* radeonsi: add radeonsi_zerovram driconfig optionTimothy Arceri2018-08-301-0/+5
* meson: Actually load translation filesDylan Baker2018-08-281-1/+4
* Revert "configure: allow building with python3"Emil Velikov2018-08-241-1/+1
* configure: allow building with python3Emil Velikov2018-08-231-1/+1
* util/xmlpool: make indentation coherentEric Engestrom2018-08-211-6/+6
* mesa: move legacy hyperz option from dri configTimothy Arceri2018-08-217-31/+0
* mesa: remove unused dri config option disable_shader_bit_encodingTimothy Arceri2018-08-217-29/+0
* mesa: drop legacy no_rast dri optionTimothy Arceri2018-08-217-29/+0
* mesa: move legacy dri config option texture_unitsTimothy Arceri2018-08-207-29/+0
* mesa: remove unused dri config option texture_heapsTimothy Arceri2018-08-207-108/+0
* mesa: move legacy dri config option texture_blend_qualityTimothy Arceri2018-08-207-40/+0
* util: remove unused S3TC translation for dri configTimothy Arceri2018-08-206-39/+0
* mesa: remove dri configs unused software-fallback optionsTimothy Arceri2018-08-207-62/+0
* mesa: remove unused dri config option excess_mipmapTimothy Arceri2018-08-201-5/+0
* mesa: remove unused dri config option performance_boxesTimothy Arceri2018-08-207-29/+0
* loader: add dri_driver option to override dri driver to loadQiang Yu2018-08-171-0/+5
* python: Open the template as text, with an explicit encodingMathieu Bridon2018-08-171-3/+2
* python: Help Python 2 print the lineMathieu Bridon2018-08-171-0/+5
* meson: Build with Python 3Mathieu Bridon2018-08-101-1/+1
* python: Rework bytes/unicode string handlingMathieu Bridon2018-08-101-10/+31
* python: Use open(), not file()Mathieu Bridon2018-08-011-1/+3
* python: Better check for keys in dictsMathieu Bridon2018-07-241-2/+2