aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_format_r11g11b10f.h
Commit message (Expand)AuthorAgeFilesLines
* util: Move format_r11g11b10f.h to src/utilJason Ekstrand2016-08-051-232/+0
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-6/+6
* util: don't flush overflowing values to infinity in half-float conversionRoland Scheidegger2013-07-271-7/+7
* util: fix MSVC double/float conversion warning in u_format_r11g11b10f.hBrian Paul2012-10-171-1/+1
* util: silence some MSVC type conversion warningsBrian Paul2012-01-071-5/+5
* u_format: Fix -NaN handling for packing of 10F_11F_11F_REV to match GL specs.Eric Anholt2011-10-281-11/+31
* u_format: Fix clamping of overflow in 10F_11F_11F_REV to match GL specs.Eric Anholt2011-10-281-4/+18
* u_format: Fix bitshifting for unpacking from 10F.Eric Anholt2011-10-281-2/+2
* u_format: Fix bit definition of UF10_MANTISSA_BITS.Eric Anholt2011-10-281-1/+1
* util: fix strict aliasing issues in u_format_r11g11b10f.hRoland Scheidegger2011-06-091-8/+16
* util: implement R11G11B10_FLOAT pack/unpack functionsMarek Olšák2011-04-291-0/+190