Mesa (master): util: Add missing static keyword.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Sat Apr 24 15:14:10 UTC 2010


Module: Mesa
Branch: master
Commit: 1eeae05441f4cf77773efa7079eec1fe4b70c5d9
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1eeae05441f4cf77773efa7079eec1fe4b70c5d9

Author: José Fonseca <jfonseca at vmware.com>
Date:   Sat Apr 24 16:13:54 2010 +0100

util: Add missing static keyword.

---

 src/gallium/auxiliary/util/u_format_s3tc.c |    2 +-
 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 abc1951..66edb59 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,




More information about the mesa-commit mailing list