summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv20/nv20_fragprog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/nv20/nv20_fragprog.c')
-rw-r--r--src/gallium/drivers/nv20/nv20_fragprog.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gallium/drivers/nv20/nv20_fragprog.c b/src/gallium/drivers/nv20/nv20_fragprog.c
index 698db5a16a..4f496369dd 100644
--- a/src/gallium/drivers/nv20/nv20_fragprog.c
+++ b/src/gallium/drivers/nv20/nv20_fragprog.c
@@ -6,16 +6,16 @@
#include "tgsi/tgsi_parse.h"
#include "tgsi/tgsi_util.h"
-#include "nv10_context.h"
+#include "nv20_context.h"
void
-nv10_fragprog_bind(struct nv10_context *nv10, struct nv10_fragment_program *fp)
+nv20_fragprog_bind(struct nv20_context *nv20, struct nv20_fragment_program *fp)
{
}
void
-nv10_fragprog_destroy(struct nv10_context *nv10,
- struct nv10_fragment_program *fp)
+nv20_fragprog_destroy(struct nv20_context *nv20,
+ struct nv20_fragment_program *fp)
{
}