Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util: fix MSVC double/float conversion warning in u_format_r11g11b10f.h | Brian Paul | 2012-10-17 | 1 | -1/+1 |
* | util: silence some MSVC type conversion warnings | Brian Paul | 2012-01-07 | 1 | -5/+5 |
* | u_format: Fix -NaN handling for packing of 10F_11F_11F_REV to match GL specs. | Eric Anholt | 2011-10-28 | 1 | -11/+31 |
* | u_format: Fix clamping of overflow in 10F_11F_11F_REV to match GL specs. | Eric Anholt | 2011-10-28 | 1 | -4/+18 |
* | u_format: Fix bitshifting for unpacking from 10F. | Eric Anholt | 2011-10-28 | 1 | -2/+2 |
* | u_format: Fix bit definition of UF10_MANTISSA_BITS. | Eric Anholt | 2011-10-28 | 1 | -1/+1 |
* | util: fix strict aliasing issues in u_format_r11g11b10f.h | Roland Scheidegger | 2011-06-09 | 1 | -8/+16 |
* | util: implement R11G11B10_FLOAT pack/unpack functions | Marek Olšák | 2011-04-29 | 1 | -0/+190 |