summaryrefslogtreecommitdiff
path: root/xc/extras/Mesa/src/X86/3dnow.h
diff options
context:
space:
mode:
Diffstat (limited to 'xc/extras/Mesa/src/X86/3dnow.h')
-rw-r--r--xc/extras/Mesa/src/X86/3dnow.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/xc/extras/Mesa/src/X86/3dnow.h b/xc/extras/Mesa/src/X86/3dnow.h
index a65c51060..458939fe2 100644
--- a/xc/extras/Mesa/src/X86/3dnow.h
+++ b/xc/extras/Mesa/src/X86/3dnow.h
@@ -1,9 +1,10 @@
+/* $Id: 3dnow.h,v 1.7 2002/02/14 01:59:36 dawes Exp $ */
/*
* Mesa 3-D graphics library
- * Version: 3.4
+ * Version: 3.5
*
- * Copyright (C) 1999 Brian Paul All Rights Reserved.
+ * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@@ -31,8 +32,9 @@
#ifndef __3DNOW_H__
#define __3DNOW_H__
-void gl_init_3dnow_transform_asm( void );
-void gl_init_3dnow_shade_asm( void );
-void gl_init_3dnow_vertex_asm( void );
+#include "math/m_xform.h"
+
+void _mesa_init_3dnow_transform_asm( void );
+void _mesa_init_3dnow_vertex_asm( void );
#endif