mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 22:18:13 +02:00
gallium: Integrate util_half with scons.
This commit is contained in:
parent
3ff175d6de
commit
5a359df219
2 changed files with 3 additions and 0 deletions
|
|
@ -143,7 +143,9 @@ source = [
|
|||
'util/u_format_s3tc.c',
|
||||
'util/u_format_table.c',
|
||||
'util/u_format_tests.c',
|
||||
'util/u_gctors.cpp',
|
||||
'util/u_gen_mipmap.c',
|
||||
'util/u_half.c',
|
||||
'util/u_handle_table.c',
|
||||
'util/u_hash.c',
|
||||
'util/u_hash_table.c',
|
||||
|
|
|
|||
|
|
@ -74,6 +74,7 @@ typedef unsigned char boolean;
|
|||
#define FALSE false
|
||||
#endif
|
||||
|
||||
typedef unsigned short half;
|
||||
|
||||
/* Function inlining */
|
||||
#ifndef INLINE
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue