mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 04:58:05 +02:00
nv50: rename nv50_state.h to nv50_program.h
This commit is contained in:
parent
585ae74d87
commit
19a1e9015e
5 changed files with 3 additions and 6 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@
|
|||
#include "tgsi/util/tgsi_util.h"
|
||||
|
||||
#include "nv50_context.h"
|
||||
#include "nv50_state.h"
|
||||
|
||||
#define NV50_SU_MAX_TEMP 64
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
@ -3,7 +3,6 @@
|
|||
#include "pipe/p_util.h"
|
||||
|
||||
#include "nv50_context.h"
|
||||
#include "nv50_state.h"
|
||||
|
||||
#include "nouveau/nouveau_stateobj.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
#include "pipe/p_util.h"
|
||||
|
||||
#include "nv50_context.h"
|
||||
#include "nv50_state.h"
|
||||
|
||||
static INLINE unsigned
|
||||
nv50_prim(unsigned mode)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue