Merge branch 'upstream-gallium-0.1' into nouveau-gallium-0.1
[mesa.git] / src / gallium / drivers / nv10 / nv10_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/util/tgsi_parse.h"
8 #include "tgsi/util/tgsi_util.h"
9
10 #include "nv10_context.h"
11
12 void
13 nv10_fragprog_bind(struct nv10_context *nv10, struct nv10_fragment_program *fp)
14 {
15 }
16
17 void
18 nv10_fragprog_destroy(struct nv10_context *nv10,
19 struct nv10_fragment_program *fp)
20 {
21 }
22