_mesa_swizzle_ubyte_image: Only use single swizzle_copy call when strides match.
[mesa.git] / src / mesa / main / api_arrayelt.h
index 706a72308c55fbffa14dfcbf224e9137214193ea..e621724fb29787b2101b5458ae0c27363a407080 100644 (file)
 extern GLboolean _ae_create_context( GLcontext *ctx );
 extern void _ae_destroy_context( GLcontext *ctx );
 extern void _ae_invalidate_state( GLcontext *ctx, GLuint new_state );
-extern void _ae_loopback_array_elt( GLint elt );
+extern void GLAPIENTRY _ae_loopback_array_elt( GLint elt );
+
+/* May optionally be called before a batch of element calls:
+ */
+extern void _ae_map_vbos( GLcontext *ctx );
+extern void _ae_unmap_vbos( GLcontext *ctx );
 
 #endif