summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200/r200_sanity.h
blob: 10260f21122d8cee68693ef72d5efa7a13c89509 (plain)
1
2
3
4
5
6
7
8
#ifndef R200_SANITY_H
#define R200_SANITY_H

extern int r200SanityCmdBuffer( r200ContextPtr rmesa,
				int nbox,
				XF86DRIClipRectRec *boxes );

#endif