Bug #4900: Fix the non-fogcoord fog test on r100 (and rv200) at tcl_mode=1 by
[mesa.git] / src / mesa / drivers / dri / radeon / radeon_sanity.h
1 #ifndef RADEON_SANITY_H
2 #define RADEON_SANITY_H
3
4 extern int radeonSanityCmdBuffer( radeonContextPtr rmesa,
5 int nbox,
6 drm_clip_rect_t *boxes );
7
8 #endif