util: Reimplement half <-> float conversions.
authorJames Benton <jbenton@vmware.com>
Tue, 12 Jun 2012 11:11:14 +0000 (12:11 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Fri, 29 Jun 2012 11:21:02 +0000 (12:21 +0100)
commit6dd8e6f9cbca63b222fe4a1c2c49ddb53e75999e
tree80d2ad8e582408ea4502511262acf79960528d29
parentc8d3481cdb12a10e02b23d65c73017ce5925cde7
util: Reimplement half <-> float conversions.

Removed u_half.py used to generate the table for previous method.

Previous implementation of float to half conversion was faulty for
denormalised and NaNs and would require extra logic to fix,
thus making the speedup of using tables irrelevant.

Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
src/gallium/auxiliary/Android.mk
src/gallium/auxiliary/Makefile
src/gallium/auxiliary/Makefile.sources
src/gallium/auxiliary/SConscript
src/gallium/auxiliary/util/.gitignore
src/gallium/auxiliary/util/u_half.h
src/gallium/auxiliary/util/u_half.py [deleted file]