summaryrefslogtreecommitdiff
path: root/src/util/u_math.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: Convert all usage of defined(PIPE_(OS|ARCH|CC)_*) to DETECT_(OS|AR...Yonggang Luo2022-11-151-4/+4
* util: Rename src/gallium/include/pipe/p_config.h to src/util/detect_arch.hYonggang Luo2022-11-151-1/+1
* util: trim trailing space for files src/util/**/*Yonggang Luo2022-03-211-6/+6
* util: Move the 4x4 matrix inverse function to u_mathJason Ekstrand2021-06-181-0/+186
* tgsi_exec: Garbage-collect the FAST_MATH path.Emma Anholt2021-06-041-14/+0
* util: Add accessor for util_cpu_capsRob Clark2021-02-261-4/+4
* util: u_math: drop p_compiler.h includeLionel Landwerlin2019-08-091-2/+2
* util: fix a warning when building against clang7 headersTapani Pälli2019-02-271-0/+2
* 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
* move u_math to src/utilDylan Baker2018-09-071-0/+137