summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
...
* util: use force_compat_profile for Wolfenstein The Old BloodTimothy Arceri2018-09-181-0/+4
* mesa/st: add force_compat_profile option to driconfigTimothy Arceri2018-09-181-0/+5
* move pthread_setaffinity_np check to the build systemDylan Baker2018-09-171-4/+0
* util: try to fix the Android and MacOS buildMarek Olšák2018-09-101-2/+5
* mesa/meson: 32bit xmlconfig linkageSergii Romantsov2018-09-101-0/+1
* Require Visual Studio 2015.Jose Fonseca2018-09-101-3/+1
* st/mesa: pin driver threads to a specific L3 cache on AMD Zen (v2)Marek Olšák2018-09-071-0/+57
* move u_math to src/utilDylan Baker2018-09-074-0/+893
* mesa/util: add missing va_end() after va_copy()Andrii Simiklit2018-09-061-0/+1
* mesa/util: don't ignore NULL returned from 'malloc'Andrii Simiklit2018-09-061-1/+1
* mesa/util: don't use the same 'va_list' instance twiceAndrii Simiklit2018-09-061-1/+1
* meson: consolidate langs listsEric Engestrom2018-09-061-3/+9
* st/mesa, gallium: add a workaround for No Mans SkyTimothy Arceri2018-08-302-0/+6
* radeonsi: enable radeonsi_zerovram for No Mans SkyTimothy Arceri2018-08-301-0/+3
* 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-242-2/+2
* configure: allow building with python3Emil Velikov2018-08-232-2/+2
* util/dynarray: add a clone functionCaio Marcelo de Oliveira Filho2018-08-221-0/+9
* util: rb_tree: add safe iteratorsLionel Landwerlin2018-08-221-0/+58
* 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
* util: mark s as MAYBE_UNUSED in _mesa_half_to_unorm8Kai Wasserbäch2018-08-181-1/+2
* util: add drirc workarounds for RAGETimothy Arceri2018-08-181-0/+8
* util: better handle program names from wineTimothy Arceri2018-08-181-5/+12
* loader: add dri_driver option to override dri driver to loadQiang Yu2018-08-171-0/+5
* xmlconfig: add kernel_driver device attributeQiang Yu2018-08-172-5/+12
* driconf: move ${sysconfdir}/drirc to ${datadir}/drirc.d/00-mesa-defaults.confQiang Yu2018-08-173-3/+4
* xmlconfig: read more config files from drirc.d/Qiang Yu2018-08-173-0/+46
* xmlconfig: refine driParseConfigFiles to use parseOneConfigFileEmil Velikov2018-08-171-34/+29
* 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-102-2/+2
* python: Rework bytes/unicode string handlingMathieu Bridon2018-08-101-10/+31
* drirc: Allow extension midshader for Metro Reduxvadym.shovkoplias2018-08-091-0/+4
* util: Android.mk: Convert implicit rules to static pattern rulesDan Willemsen2018-08-021-1/+1
* kutil/queue: use util_snprintf() in util_queue_initAndres Gomez2018-08-021-3/+3
* util: move process.[ch] to u_process.[ch]Dylan Baker2018-08-016-7/+7
* python: Use open(), not file()Mathieu Bridon2018-08-011-1/+3
* util: don't use __builtin_clz unconditionallyMarek Olšák2018-07-311-1/+11
* mesa: add ASTC 2D LDR decoderMarek Olšák2018-07-312-0/+64