From: Ben Skeggs Date: Wed, 11 Jun 2008 04:59:19 +0000 (+1000) Subject: nv50: rename nv50_state.h to nv50_program.h X-Git-Tag: 062012170305~17580^2~496^2~298^2~16^2~148 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=19a1e9015e4ae429ab26e56848104fa209590338;p=profile%2Fivi%2Fmesa.git nv50: rename nv50_state.h to nv50_program.h --- diff --git a/src/gallium/drivers/nv50/nv50_context.h b/src/gallium/drivers/nv50/nv50_context.h index 69c9dba..72d859c 100644 --- a/src/gallium/drivers/nv50/nv50_context.h +++ b/src/gallium/drivers/nv50/nv50_context.h @@ -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); diff --git a/src/gallium/drivers/nv50/nv50_program.c b/src/gallium/drivers/nv50/nv50_program.c index b730031..2118d8e 100644 --- a/src/gallium/drivers/nv50/nv50_program.c +++ b/src/gallium/drivers/nv50/nv50_program.c @@ -8,7 +8,6 @@ #include "tgsi/util/tgsi_util.h" #include "nv50_context.h" -#include "nv50_state.h" #define NV50_SU_MAX_TEMP 64 diff --git a/src/gallium/drivers/nv50/nv50_state.h b/src/gallium/drivers/nv50/nv50_program.h 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 --- a/src/gallium/drivers/nv50/nv50_state.h +++ b/src/gallium/drivers/nv50/nv50_program.h @@ -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" diff --git a/src/gallium/drivers/nv50/nv50_state.c b/src/gallium/drivers/nv50/nv50_state.c index 7741173..ed6cca9 100644 --- a/src/gallium/drivers/nv50/nv50_state.c +++ b/src/gallium/drivers/nv50/nv50_state.c @@ -3,7 +3,6 @@ #include "pipe/p_util.h" #include "nv50_context.h" -#include "nv50_state.h" #include "nouveau/nouveau_stateobj.h" diff --git a/src/gallium/drivers/nv50/nv50_vbo.c b/src/gallium/drivers/nv50/nv50_vbo.c index badbef5..140d60c 100644 --- a/src/gallium/drivers/nv50/nv50_vbo.c +++ b/src/gallium/drivers/nv50/nv50_vbo.c @@ -3,7 +3,6 @@ #include "pipe/p_util.h" #include "nv50_context.h" -#include "nv50_state.h" static INLINE unsigned nv50_prim(unsigned mode)