Browse Source

gallium/unit: Invoke util_half_init_tables().

half float formats now pass the tests.
tags/mesa-7.9-rc1
José Fonseca 15 years ago
parent
commit
6b1a8e0f87
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      progs/gallium/unit/u_format_test.c

+ 2
- 0
progs/gallium/unit/u_format_test.c View File

@@ -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();

Loading…
Cancel
Save