27e869d4bbbc1196d758b5f4bc2fdc69e5418130
[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 void radeonWaitForIdleLocked(radeonContextPtr radeon);
9 extern uint32_t radeonGetAge(radeonContextPtr radeon);
10 void radeonCopyBuffer( __DRIdrawablePrivate *dPriv,
11 const drm_clip_rect_t *rect);
12 void radeonPageFlip( __DRIdrawablePrivate *dPriv );
13 void radeon_common_finish(GLcontext * ctx);
14
15 #endif