Merge remote branch 'main/radeon-rewrite'
[mesa.git] / src / mesa / drivers / dri / r200 / r200_maos.h
index 0dfcc5c3ffbeda5826326a2a887961848f2f80f0..16a70475e18b67e56208a636f561731b0b783187 100644 (file)
@@ -1,6 +1,4 @@
-/* $XFree86$ */
-/**************************************************************************
-
+/*
 Copyright (C) The Weather Channel, Inc.  2002.  All Rights Reserved.
 
 The Weather Channel (TM) funded Tungsten Graphics to develop the
@@ -37,12 +35,8 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 #ifndef __R200_MAOS_H__
 #define __R200_MAOS_H__
 
-#ifdef GLX_DIRECT_RENDERING
-
 #include "r200_context.h"
 
-extern void r200EmitArrays( GLcontext *ctx, GLuint inputs );
-extern void r200ReleaseArrays( GLcontext *ctx, GLuint newinputs );
+extern void r200EmitArrays( GLcontext *ctx, GLubyte *vimap_rev );
 
 #endif
-#endif