summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon/common_misc.h
blob: 5653ef31830bae904349b7fafe64f7f2a8a71863 (plain)
1
2
3
4
5
6
7
8
#ifndef COMMON_MISC_H
#define COMMON_MISC_H

void radeonRecalcScissorRects(radeonContextPtr radeon);
void radeonSetCliprects(radeonContextPtr radeon);
void radeonUpdateScissor( GLcontext *ctx );

#endif