Nouveau: copy nv30_vertprog.c to nv20.
[mesa.git] / src / gallium / drivers / nv20 / nv10_fragprog.c
1 #include "pipe/p_context.h"
2 #include "pipe/p_defines.h"
3 #include "pipe/p_state.h"
4
5 #include "pipe/p_shader_tokens.h"
6 #include "tgsi/tgsi_parse.h"
7 #include "tgsi/tgsi_util.h"
8
9 #include "nv10_context.h"
10
11 void
12 nv10_fragprog_bind(struct nv10_context *nv10, struct nv10_fragment_program *fp)
13 {
14 }
15
16 void
17 nv10_fragprog_destroy(struct nv10_context *nv10,
18 struct nv10_fragment_program *fp)
19 {
20 }
21