summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_format_s3tc.c
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-04-24 16:13:54 +0100
committerJosé Fonseca <jfonseca@vmware.com>2010-04-24 16:13:54 +0100
commit1eeae05441f4cf77773efa7079eec1fe4b70c5d9 (patch)
tree31839e787b37bf877f53421cf32c451e98e32eb7 /src/gallium/auxiliary/util/u_format_s3tc.c
parentee15d5a0c40b252670ec9e261460bad82402443d (diff)
util: Add missing static keyword.
Diffstat (limited to 'src/gallium/auxiliary/util/u_format_s3tc.c')
-rw-r--r--src/gallium/auxiliary/util/u_format_s3tc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/util/u_format_s3tc.c b/src/gallium/auxiliary/util/u_format_s3tc.c
index abc1951f8f..66edb597fc 100644
--- a/src/gallium/auxiliary/util/u_format_s3tc.c
+++ b/src/gallium/auxiliary/util/u_format_s3tc.c
@@ -300,7 +300,7 @@ util_format_dxt5_rgba_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride,
util_format_dxt5_rgba_fetch, 16);
}
-void
+static INLINE void
util_format_dxtn_rgb_unpack_rgba_float(float *dst_row, unsigned dst_stride,
const uint8_t *src_row, unsigned src_stride,
unsigned width, unsigned height,