projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20456d6
)
fxt1_decode_1() needs to be non-static for the tdfx and glide drivers.
author
Adam Jackson
<ajax@freedesktop.org>
Wed, 15 Dec 2004 22:57:59 +0000
(22:57 +0000)
committer
Adam Jackson
<ajax@freedesktop.org>
Wed, 15 Dec 2004 22:57:59 +0000
(22:57 +0000)
src/mesa/main/texcompress_fxt1.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/texcompress_fxt1.c
b/src/mesa/main/texcompress_fxt1.c
index 57af65299de08667d81cb7acaebf919539dadbdd..0cd122fc894b44d0da4a1eff680f0bc8ee8051cd 100644
(file)
--- a/
src/mesa/main/texcompress_fxt1.c
+++ b/
src/mesa/main/texcompress_fxt1.c
@@
-45,7
+45,7
@@
fxt1_encode (GLuint width, GLuint height, GLint comps,
const void *source, GLint srcRowStride,
void *dest, GLint destRowStride);
-
static
void
+void
fxt1_decode_1 (const void *texture, GLint stride,
GLint i, GLint j, GLubyte *rgba);
@@
-1635,7
+1635,7
@@
fxt1_decode_1ALPHA (GLubyte *code, GLint t, GLubyte *rgba)
}
-
static
void
+void
fxt1_decode_1 (const void *texture, GLint stride, /* in pixels */
GLint i, GLint j, GLubyte *rgba)
{