blob: eacbb1753d55f0be44201b53439cae0c86c878da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef __NV30_CONTEXT_H__
#define __NV30_CONTEXT_H__
#include "nvfx_context.h"
/* nv30_fragtex.c */
extern void nv30_fragtex_bind(struct nvfx_context *);
extern struct nvfx_state_entry nv30_state_fragtex;
/* nvfx_context.c */
struct pipe_context *
nv30_create(struct pipe_screen *pscreen, void *priv);
#endif
|