summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_format.c
diff options
context:
space:
mode:
authorLuca Barbieri <luca@luca-barbieri.com>2010-04-02 03:48:59 +0200
committerLuca Barbieri <luca@luca-barbieri.com>2010-04-02 06:16:18 +0200
commitc476305cdeb1ca9d755983e2058cb44f5b9109f0 (patch)
tree4cf81a1cd1a8648400a7281e811601822231fce2 /src/gallium/auxiliary/util/u_format.c
parent2ae66e9b97e9864367c26fc5f9cb86896bc83b45 (diff)
gallium/util: pregenerate half float tables
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.
Diffstat (limited to 'src/gallium/auxiliary/util/u_format.c')
-rw-r--r--src/gallium/auxiliary/util/u_format.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/util/u_format.c b/src/gallium/auxiliary/util/u_format.c
index d3ee1f03396..fae0a462dcb 100644
--- a/src/gallium/auxiliary/util/u_format.c
+++ b/src/gallium/auxiliary/util/u_format.c
@@ -124,5 +124,4 @@ void
util_format_do_init(void)
{
util_format_s3tc_init();
- util_half_init();
}