Support for idx buffers. Leaving it on by default as it doesnt seem to cause any...
[mesa.git] / src / mesa / drivers / dri / r300 / r200_sanity.h
1 #ifndef R200_SANITY_H
2 #define R200_SANITY_H
3
4 extern int r200SanityCmdBuffer(r200ContextPtr rmesa,
5 int nbox, drm_clip_rect_t * boxes);
6
7 #endif