summaryrefslogtreecommitdiff
path: root/src/util/half_float.h
AgeCommit message (Expand)AuthorFilesLines
2023-06-28util: Do not include immintrin.h in half_float.hKonstantin Seurer1-1/+1
2022-11-04util: remove unused half_to_unorm8António Monteiro1-1/+0
2021-02-26util: Add accessor for util_cpu_capsRob Clark1-3/+3
2020-11-16util: Fix/silence variable shadowing warningsTony Wasserka1-1/+1
2020-10-06util: implement F16C using inline assembly on x86_64Marek Olšák1-4/+57
2020-10-01Revert F16C series (MR 6774)Matt Turner1-42/+4
2020-09-30util: implement f16c - fast half<->float conversionsMarek Olšák1-4/+42
2020-03-09glsl: Add ir_constant constructor for fp16Kristian H. Kristensen1-2/+18
2019-09-17util: add float to float16 conversions with RTZ and RTNESamuel Iglesias Gonsálvez1-0/+15
2018-07-31mesa: add ASTC 2D LDR decoderMarek Olšák1-0/+5
2017-10-10mesa: move _mesa_half_is_negative() to half_float.hBrian Paul1-0/+8
2015-10-16glsl: move half<->float convertion to utilRob Clark1-0/+41