summaryrefslogtreecommitdiff
path: root/src/mesa/x86/read_rgba_span_x86.h
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2004-11-02 18:25:45 +0000
committerIan Romanick <idr@us.ibm.com>2004-11-02 18:25:45 +0000
commitbdd53efe8302e85fd1be4ceda0aa576e0119b14e (patch)
tree6d53a3f0f23fd2438f83a67b93fea28ac6845427 /src/mesa/x86/read_rgba_span_x86.h
parent2302cc1a25f7ab55b7e7d6647175308cd64ab7f1 (diff)
Added MMX optimized version of the RGB565 ReadRGBASpan routine.
Diffstat (limited to 'src/mesa/x86/read_rgba_span_x86.h')
-rw-r--r--src/mesa/x86/read_rgba_span_x86.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/x86/read_rgba_span_x86.h b/src/mesa/x86/read_rgba_span_x86.h
index 99dd0e365d..564b1bb0f9 100644
--- a/src/mesa/x86/read_rgba_span_x86.h
+++ b/src/mesa/x86/read_rgba_span_x86.h
@@ -48,6 +48,9 @@ extern void _generic_read_RGBA_span_BGRA8888_REV_SSE( const unsigned char *,
#if defined(USE_MMX_ASM)
extern void _generic_read_RGBA_span_BGRA8888_REV_MMX( const unsigned char *,
unsigned char *, unsigned );
+
+extern void _generic_read_RGBA_span_RGB565_MMX( const unsigned char *,
+ unsigned char *, unsigned );
#endif
#endif /* READ_RGBA_SPAN_X86_H */