projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89034b8
)
gallium/unit: Invoke util_half_init_tables().
author
José Fonseca
<jfonseca@vmware.com>
Thu, 1 Apr 2010 14:15:57 +0000
(15:15 +0100)
committer
José Fonseca
<jfonseca@vmware.com>
Thu, 1 Apr 2010 14:15:57 +0000
(15:15 +0100)
half float formats now pass the tests.
progs/gallium/unit/u_format_test.c
patch
|
blob
|
history
diff --git
a/progs/gallium/unit/u_format_test.c
b/progs/gallium/unit/u_format_test.c
index b8c54aec8dfb4bd3c2252f5b6708cfed201eb19b..6ccef2361731c6febdd1cc959c0c6aeedffd1076 100644
(file)
--- a/
progs/gallium/unit/u_format_test.c
+++ b/
progs/gallium/unit/u_format_test.c
@@
-30,6
+30,7
@@
#include <stdio.h>
#include <float.h>
+#include "util/u_half.h"
#include "util/u_format.h"
#include "util/u_format_tests.h"
#include "util/u_format_s3tc.h"
@@
-403,6
+404,7
@@
int main(int argc, char **argv)
{
boolean success;
+ util_half_init_tables();
util_format_s3tc_init();
success = test_all();