aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_format_r11g11b10f.h
Commit message (Expand)AuthorAgeFilesLines
* 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