blob: 1cccb44bb2200474cd62cdfd5d476aa27fb66c42 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef _I810_STATE_H
#define _I810_STATE_H
extern void i810DDInitStatePointers(GLcontext *ctx);
extern void i810DDUpdateHwState( GLcontext *ctx );
extern void i810DDUpdateState( GLcontext *ctx );
extern void i810DDInitState( i810ContextPtr imesa );
#endif
|