mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
Fixup include paths after rename
This commit is contained in:
parent
f93a360319
commit
c89502bb4e
15 changed files with 20 additions and 20 deletions
|
|
@ -35,7 +35,7 @@
|
|||
#include "draw_context.h"
|
||||
#include "draw_prim.h"
|
||||
|
||||
#include "pipe/tgsi/core/tgsi_core.h"
|
||||
#include "pipe/tgsi/exec/tgsi_core.h"
|
||||
|
||||
|
||||
#define RP_NONE 0
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
#ifndef DRAW_VERTEX_H
|
||||
#define DRAW_VERTEX_H
|
||||
|
||||
#include "pipe/tgsi/core/tgsi_attribs.h"
|
||||
#include "pipe/tgsi/exec/tgsi_attribs.h"
|
||||
|
||||
|
||||
#define MAX_VERT_ATTRIBS 12 /* OK? */
|
||||
|
|
|
|||
|
|
@ -29,8 +29,8 @@
|
|||
#include "i915_context.h"
|
||||
#include "i915_fpc.h"
|
||||
|
||||
#include "pipe/tgsi/core/tgsi_token.h"
|
||||
#include "pipe/tgsi/core/tgsi_parse.h"
|
||||
#include "pipe/tgsi/exec/tgsi_token.h"
|
||||
#include "pipe/tgsi/exec/tgsi_parse.h"
|
||||
|
||||
#include "pipe/draw/draw_vertex.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
#ifndef SP_HEADERS_H
|
||||
#define SP_HEADERS_H
|
||||
|
||||
#include "../tgsi/core/tgsi_core.h"
|
||||
#include "../tgsi/exec/tgsi_core.h"
|
||||
|
||||
#define PRIM_POINT 1
|
||||
#define PRIM_LINE 2
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
#include "pipe/p_util.h"
|
||||
#include "pipe/p_defines.h"
|
||||
#include "pipe/tgsi/core/tgsi_attribs.h"
|
||||
#include "pipe/tgsi/exec/tgsi_attribs.h"
|
||||
|
||||
#include "sp_context.h"
|
||||
#include "sp_headers.h"
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
#include "sp_context.h"
|
||||
#include "sp_state.h"
|
||||
|
||||
#include "pipe/tgsi/core/tgsi_attribs.h"
|
||||
#include "pipe/tgsi/exec/tgsi_attribs.h"
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
#include "pipe/p_context.h"
|
||||
#include "pipe/p_defines.h"
|
||||
#include "pipe/p_util.h"
|
||||
#include "pipe/tgsi/core/tgsi_exec.h"
|
||||
#include "pipe/tgsi/exec/tgsi_exec.h"
|
||||
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#if !defined TGSI_DECO_H
|
||||
#define TGSI_DECO_H
|
||||
|
||||
#include "../core/tgsi_core.h"
|
||||
#include "../exec/tgsi_core.h"
|
||||
#include "deco_caps.h"
|
||||
|
||||
#endif // !defined TGSI_DECO_H
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#include "tgsi_platform.h"
|
||||
#include "tgsi_mesa.h"
|
||||
#include "pipe/tgsi/core/tgsi_attribs.h"
|
||||
#include "pipe/tgsi/exec/tgsi_attribs.h"
|
||||
#include "pipe/tgsi/mesa/mesa_to_tgsi.h"
|
||||
|
||||
#define TGSI_DEBUG 1
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#if !defined TGSI_MESA_H
|
||||
#define TGSI_MESA_H
|
||||
|
||||
#include "../core/tgsi_core.h"
|
||||
#include "../exec/tgsi_core.h"
|
||||
#include "mesa_to_tgsi.h"
|
||||
|
||||
#endif // !defined TGSI_MESA_H
|
||||
|
|
|
|||
|
|
@ -167,11 +167,11 @@ DRAW_SOURCES = \
|
|||
pipe/draw/draw_unfilled.c
|
||||
|
||||
TGSICORE_SOURCES = \
|
||||
pipe/tgsi/core/tgsi_build.c \
|
||||
pipe/tgsi/core/tgsi_dump.c \
|
||||
pipe/tgsi/core/tgsi_exec.c \
|
||||
pipe/tgsi/core/tgsi_parse.c \
|
||||
pipe/tgsi/core/tgsi_util.c
|
||||
pipe/tgsi/exec/tgsi_build.c \
|
||||
pipe/tgsi/exec/tgsi_dump.c \
|
||||
pipe/tgsi/exec/tgsi_exec.c \
|
||||
pipe/tgsi/exec/tgsi_parse.c \
|
||||
pipe/tgsi/exec/tgsi_util.c
|
||||
|
||||
TGSIDECO_SOURCES = \
|
||||
pipe/tgsi/deco/deco_caps.c
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
#include "pipe/p_defines.h"
|
||||
#include "pipe/p_winsys.h"
|
||||
#include "pipe/tgsi/mesa/mesa_to_tgsi.h"
|
||||
#include "pipe/tgsi/core/tgsi_dump.h"
|
||||
#include "pipe/tgsi/exec/tgsi_dump.h"
|
||||
|
||||
#include "st_context.h"
|
||||
#include "st_atom.h"
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
#include "pipe/p_defines.h"
|
||||
#include "pipe/p_winsys.h"
|
||||
#include "pipe/tgsi/mesa/mesa_to_tgsi.h"
|
||||
#include "pipe/tgsi/core/tgsi_dump.h"
|
||||
#include "pipe/tgsi/exec/tgsi_dump.h"
|
||||
|
||||
#include "st_context.h"
|
||||
#include "st_atom.h"
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
#include "pipe/p_context.h"
|
||||
#include "pipe/p_defines.h"
|
||||
#include "pipe/p_winsys.h"
|
||||
#include "pipe/tgsi/core/tgsi_attribs.h"
|
||||
#include "pipe/tgsi/exec/tgsi_attribs.h"
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
#define ST_PROGRAM_H
|
||||
|
||||
#include "mtypes.h"
|
||||
#include "pipe/tgsi/core/tgsi_token.h"
|
||||
#include "pipe/tgsi/exec/tgsi_token.h"
|
||||
|
||||
#define ST_FP_MAX_TOKENS 1024
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue