Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-11-04 | util: remove unused half_to_unorm8 | António Monteiro | 1 | -1/+0 |
2021-02-26 | util: Add accessor for util_cpu_caps | Rob Clark | 1 | -3/+3 |
2020-11-16 | util: Fix/silence variable shadowing warnings | Tony Wasserka | 1 | -1/+1 |
2020-10-06 | util: implement F16C using inline assembly on x86_64 | Marek Olšák | 1 | -4/+57 |
2020-10-01 | Revert F16C series (MR 6774) | Matt Turner | 1 | -42/+4 |
2020-09-30 | util: implement f16c - fast half<->float conversions | Marek Olšák | 1 | -4/+42 |
2020-03-09 | glsl: Add ir_constant constructor for fp16 | Kristian H. Kristensen | 1 | -2/+18 |
2019-09-17 | util: add float to float16 conversions with RTZ and RTNE | Samuel Iglesias Gonsálvez | 1 | -0/+15 |
2018-07-31 | mesa: add ASTC 2D LDR decoder | Marek Olšák | 1 | -0/+5 |
2017-10-10 | mesa: move _mesa_half_is_negative() to half_float.h | Brian Paul | 1 | -0/+8 |
2015-10-16 | glsl: move half<->float convertion to util | Rob Clark | 1 | -0/+41 |