blob: ac92cb0c206d2e12608a1cc6c3478869c0247418 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#ifndef _MGA_STATE_H
#define _MGA_STATE_H
extern void mgaDDInitStateFuncs(GLcontext *ctx);
extern void mgaDDUpdateHwState( GLcontext *ctx );
extern void mgaDDUpdateState( GLcontext *ctx );
extern void mgaDDReducedPrimitiveChange( GLcontext *ctx, GLenum prim );
extern void mgaInitState( mgaContextPtr mmesa );
extern void mgaUpdateClipping(const GLcontext *ctx);
#endif
|