nv50: rename nv50_state.h to nv50_program.h
authorBen Skeggs <skeggsb@gmail.com>
Wed, 11 Jun 2008 04:59:19 +0000 (14:59 +1000)
committerBen Skeggs <skeggsb@gmail.com>
Sun, 29 Jun 2008 05:46:17 +0000 (15:46 +1000)
src/gallium/drivers/nv50/nv50_context.h
src/gallium/drivers/nv50/nv50_program.c
src/gallium/drivers/nv50/nv50_program.h [moved from src/gallium/drivers/nv50/nv50_state.h with 89% similarity]
src/gallium/drivers/nv50/nv50_state.c
src/gallium/drivers/nv50/nv50_vbo.c

index 69c9dba..72d859c 100644 (file)
@@ -15,8 +15,8 @@
        struct nv50_screen *ctx = nv50->screen
 #include "nouveau/nouveau_push.h"
 
-#include "nv50_state.h"
 #include "nv50_screen.h"
+#include "nv50_program.h"
 
 #define NOUVEAU_ERR(fmt, args...) \
        fprintf(stderr, "%s:%d -  "fmt, __func__, __LINE__, ##args);
index b730031..2118d8e 100644 (file)
@@ -8,7 +8,6 @@
 #include "tgsi/util/tgsi_util.h"
 
 #include "nv50_context.h"
-#include "nv50_state.h"
 
 #define NV50_SU_MAX_TEMP 64
 
similarity index 89%
rename from src/gallium/drivers/nv50/nv50_state.h
rename to src/gallium/drivers/nv50/nv50_program.h
index d568bf6..dd5aed7 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef __NV50_STATE_H__
-#define __NV50_STATE_H__
+#ifndef __NV50_PROGRAM_H__
+#define __NV50_PROGRAM_H__
 
 #include "pipe/p_state.h"
 #include "tgsi/util/tgsi_scan.h"
index 7741173..ed6cca9 100644 (file)
@@ -3,7 +3,6 @@
 #include "pipe/p_util.h"
 
 #include "nv50_context.h"
-#include "nv50_state.h"
 
 #include "nouveau/nouveau_stateobj.h"
 
index badbef5..140d60c 100644 (file)
@@ -3,7 +3,6 @@
 #include "pipe/p_util.h"
 
 #include "nv50_context.h"
-#include "nv50_state.h"
 
 static INLINE unsigned
 nv50_prim(unsigned mode)