summaryrefslogtreecommitdiff
path: root/xc/lib/GL/mesa/src/drv/i810/i810state.h
blob: b43a1a4ff86f32983dba7fa46eef6c2cada3ce50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _I810_STATE_H
#define _I810_STATE_H

#include "i810context.h"

extern void i810DDUpdateHwState( GLcontext *ctx );
extern void i810DDUpdateState( GLcontext *ctx );
extern void i810DDInitState( i810ContextPtr imesa );
extern void i810DDInitStateFuncs( GLcontext *ctx );


#endif