summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv04/nv04_fragprog.c
blob: 11f4360ed804186c242d55a9c5d92aa49658b8d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#include "pipe/p_context.h"
#include "pipe/p_defines.h"
#include "pipe/p_state.h"
#include "pipe/p_util.h"

#include "pipe/p_shader_tokens.h"
#include "tgsi/util/tgsi_parse.h"
#include "tgsi/util/tgsi_util.h"

#include "nv04_context.h"

void
nv04_fragprog_bind(struct nv04_context *nv04, struct nv04_fragment_program *fp)
{
}

void
nv04_fragprog_destroy(struct nv04_context *nv04,
		      struct nv04_fragment_program *fp)
{
}