radeon/r200/r300: attempt to move lock to common code
[mesa.git] / src / mesa / drivers / dri / radeon / common_misc.h
1 #ifndef COMMON_MISC_H
2 #define COMMON_MISC_H
3
4 void radeonRecalcScissorRects(radeonContextPtr radeon);
5 void radeonSetCliprects(radeonContextPtr radeon);
6 void radeonUpdateScissor( GLcontext *ctx );
7
8 #endif