215974eec00b7e72130f97a96fb149766b75dc1f
[mesa.git] / src / gallium / drivers / nv04 / nv04_fragprog.c
1 #include "pipe/p_context.h"
2 #include "pipe/p_defines.h"
3 #include "pipe/p_state.h"
4 #include "pipe/p_util.h"
5
6 #include "pipe/p_shader_tokens.h"
7 #include "tgsi/tgsi_parse.h"
8 #include "tgsi/tgsi_util.h"
9
10 #include "nv04_context.h"
11
12 void
13 nv04_fragprog_bind(struct nv04_context *nv04, struct nv04_fragment_program *fp)
14 {
15 }
16
17 void
18 nv04_fragprog_destroy(struct nv04_context *nv04,
19 struct nv04_fragment_program *fp)
20 {
21 }
22