summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv10/nv10_fragprog.c
blob: 137de9d53efe27cd8f50001f12e3f2a171c8d7ef (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/tgsi_parse.h"
#include "tgsi/tgsi_util.h"

#include "nv10_context.h"

void
nv10_fragprog_bind(struct nv10_context *nv10, struct nv10_fragment_program *fp)
{
}

void
nv10_fragprog_destroy(struct nv10_context *nv10,
		      struct nv10_fragment_program *fp)
{
}