summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_half.py
AgeCommit message (Collapse)Author
2010-05-19util: Remove unnecessary semicolons in Python scripts.Vinson Lee
2010-04-06util: Make half float lookup tables constant.José Fonseca
2010-04-02gallium/util: pregenerate half float tablesLuca Barbieri
This solution avoids the issue of how to run the initializers and also allows those pages (and the parts of them in processor caches) to be shared between multiple processes. The drawback is slightly higher library size.