nv50: rename nv50_state.h to nv50_program.h

This commit is contained in:
Ben Skeggs 2008-06-11 14:59:19 +10:00
parent 585ae74d87
commit 19a1e9015e
5 changed files with 3 additions and 6 deletions

View 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);

View 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

View 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"

View file

@ -3,7 +3,6 @@
#include "pipe/p_util.h"
#include "nv50_context.h"
#include "nv50_state.h"
#include "nouveau/nouveau_stateobj.h"

View 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)