mesa: add support for memory object creation/import/delete
[mesa.git] / src / mesa / main / condrender.h
index cf6d4ca2893da2fc8f39df20fbb8ef85d144fb32..e7672512f7e8aaa8c89aaab1b26520c9cce9dd9f 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Mesa 3-D graphics library
- * Version:  7.8
  *
  * Copyright (C) 2009  VMware, Inc.   All Rights Reserved.
  *
 #include "context.h"
 
 
+void GLAPIENTRY
+_mesa_BeginConditionalRender_no_error(GLuint queryId, GLenum mode);
+
 extern void GLAPIENTRY
 _mesa_BeginConditionalRender(GLuint queryId, GLenum mode);
 
+void APIENTRY
+_mesa_EndConditionalRender_no_error(void);
+
 extern void APIENTRY
 _mesa_EndConditionalRender(void);