dri/nouveau: Enable GL_EXT_stencil_wrap.
[mesa.git] / src / mesa / swrast / s_accum.h
index d46235d5e3e66286f0b91be2c820df8d49e58294..42e38cf02b3c74e94781323b0fc6124c36ade756 100644 (file)
@@ -1,10 +1,8 @@
-/* $Id: s_accum.h,v 1.4 2002/03/16 00:53:15 brianp Exp $ */
-
 /*
  * Mesa 3-D graphics library
- * Version:  4.0.2
+ * Version:  6.3
  *
- * Copyright (C) 1999-2002  Brian Paul   All Rights Reserved.
+ * Copyright (C) 1999-2005  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"),
 #define S_ACCUM_H
 
 
-#include "mtypes.h"
-#include "swrast.h"
-
-
-extern void
-_mesa_alloc_accum_buffer( GLframebuffer *buffer );
+#include "main/mtypes.h"
 
 
 extern void
-_mesa_clear_accum_buffer( GLcontext *ctx );
+_swrast_clear_accum_buffer(GLcontext *ctx, struct gl_renderbuffer *rb);
 
 
 #endif