summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* util: Add macro to get number of elements in dynarrayCaio Marcelo de Oliveira Filho2018-09-211-0/+1
* Revert "utils/u_math: break dependency on gallium/utils"Dylan Baker2018-09-201-38/+5
* utils/u_math: break dependency on gallium/utilsDylan Baker2018-09-201-5/+38
* 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
* 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