projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee15d5a
)
util: Add missing static keyword.
author
José Fonseca
<jfonseca@vmware.com>
Sat, 24 Apr 2010 15:13:54 +0000
(16:13 +0100)
committer
José Fonseca
<jfonseca@vmware.com>
Sat, 24 Apr 2010 15:13:54 +0000
(16:13 +0100)
src/gallium/auxiliary/util/u_format_s3tc.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/util/u_format_s3tc.c
b/src/gallium/auxiliary/util/u_format_s3tc.c
index
abc1951
..
66edb59
100644
(file)
--- 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,