Merge commit 'origin/gallium-master-merge'
[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
5 #include "pipe/p_shader_tokens.h"
6 #include "tgsi/tgsi_parse.h"
7 #include "tgsi/tgsi_util.h"
8
9 #include "nv04_context.h"
10
11 void
12 nv04_fragprog_bind(struct nv04_context *nv04, struct nv04_fragment_program *fp)
13 {
14 }
15
16 void
17 nv04_fragprog_destroy(struct nv04_context *nv04,
18 struct nv04_fragment_program *fp)
19 {
20 }
21