blob: 8dc87e426f9fa51a3ecd7b588e7ad838cbcbcb1c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef __NV40_CONTEXT_H__
#define __NV40_CONTEXT_H__
#include "nvfx_context.h"
/* nv40_fragtex.c */
extern void nv40_fragtex_bind(struct nvfx_context *);
extern struct nvfx_state_entry nv40_state_fragtex;
/* nvfx_context.c */
struct pipe_context *
nv40_create(struct pipe_screen *pscreen, void *priv);
#endif
|