add FreeTexImageData hook to help single-copy texturing in drivers
[mesa.git] / src / mesa / main / buffers.h
index f9369864b65492177e03e8a1dfe92cc197fbe573..c436e6bf51142bfd0a2d39584a75821519030189 100644 (file)
@@ -5,9 +5,9 @@
 
 /*
  * Mesa 3-D graphics library
- * Version:  3.5
+ * Version:  6.3
  *
- * Copyright (C) 1999-2001  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"),
@@ -65,9 +65,13 @@ extern void GLAPIENTRY
 _mesa_SampleCoverageARB(GLclampf value, GLboolean invert);
 
 extern void 
-_mesa_init_buffers( GLcontext * ctx );
+_mesa_update_draw_buffer_bounds(GLcontext *ctx);
 
 extern void 
-_mesa_update_buffers( GLcontext *ctx );
+_mesa_init_scissor(GLcontext *ctx);
+
+extern void 
+_mesa_init_multisample(GLcontext *ctx);
+
 
 #endif