summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/unichrome/via_tex.h
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2005-05-24 23:03:15 +0000
committerIan Romanick <idr@us.ibm.com>2005-05-24 23:03:15 +0000
commite87ab8c05fb08c39432f5838c05df3b50e9a2694 (patch)
treef7e7359c8510f9c6210d8bd2dc23ccc824c9c020 /src/mesa/drivers/dri/unichrome/via_tex.h
parent6b5afb003645d2cbaabf7d9c0733f1f7891cb0a0 (diff)
Only use x86 / SSE assembly when USE_X86_ASM / USE_SSE_ASM are defined.
This makes the driver build on x86-64 again.
Diffstat (limited to 'src/mesa/drivers/dri/unichrome/via_tex.h')
-rw-r--r--src/mesa/drivers/dri/unichrome/via_tex.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/unichrome/via_tex.h b/src/mesa/drivers/dri/unichrome/via_tex.h
index 8277aada40..73cfa91add 100644
--- a/src/mesa/drivers/dri/unichrome/via_tex.h
+++ b/src/mesa/drivers/dri/unichrome/via_tex.h
@@ -34,6 +34,8 @@ GLboolean viaUpdateTextureState(GLcontext *ctx);
void viaInitTextureFuncs(struct dd_function_table * functions);
GLboolean viaSwapOutWork( struct via_context *vmesa );
+#if defined( USE_SSE_ASM )
void via_sse_memcpy( void *to, const void *from, size_t sz );
+#endif /* defined( USE_SSE_ASM ) */
#endif