mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 12:10:09 +01:00
remove #includes of tgsi_attribs.h
This commit is contained in:
parent
674d013069
commit
c231a9d020
7 changed files with 2 additions and 8 deletions
|
|
@ -33,11 +33,11 @@
|
|||
#ifndef DRAW_VERTEX_H
|
||||
#define DRAW_VERTEX_H
|
||||
|
||||
#include "pipe/tgsi/exec/tgsi_attribs.h"
|
||||
|
||||
|
||||
#if 0
|
||||
#define MAX_VERT_ATTRIBS 12 /* OK? */
|
||||
|
||||
#endif
|
||||
|
||||
struct draw_context;
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,6 @@
|
|||
|
||||
#include "pipe/p_util.h"
|
||||
#include "pipe/p_defines.h"
|
||||
#include "pipe/tgsi/exec/tgsi_attribs.h"
|
||||
|
||||
#include "sp_context.h"
|
||||
#include "sp_headers.h"
|
||||
|
|
|
|||
|
|
@ -33,7 +33,6 @@
|
|||
#include "sp_context.h"
|
||||
#include "sp_state.h"
|
||||
|
||||
#include "pipe/tgsi/exec/tgsi_attribs.h"
|
||||
#include "pipe/tgsi/exec/tgsi_token.h"
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
#include "tgsi_platform.h"
|
||||
#include "tgsi_mesa.h"
|
||||
#include "pipe/tgsi/exec/tgsi_attribs.h"
|
||||
#include "pipe/tgsi/mesa/mesa_to_tgsi.h"
|
||||
|
||||
#define TGSI_DEBUG 0
|
||||
|
|
|
|||
|
|
@ -54,7 +54,6 @@
|
|||
#include "pipe/p_context.h"
|
||||
#include "pipe/p_defines.h"
|
||||
#include "pipe/p_winsys.h"
|
||||
#include "pipe/tgsi/exec/tgsi_attribs.h"
|
||||
#include "vf/vf.h"
|
||||
|
||||
#include "pipe/draw/draw_context.h"
|
||||
|
|
|
|||
|
|
@ -44,7 +44,6 @@
|
|||
#include "pipe/p_context.h"
|
||||
#include "pipe/p_defines.h"
|
||||
#include "pipe/p_winsys.h"
|
||||
#include "pipe/tgsi/exec/tgsi_attribs.h"
|
||||
#include "shader/prog_instruction.h"
|
||||
#include "vf/vf.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -47,7 +47,6 @@
|
|||
#include "pipe/p_context.h"
|
||||
#include "pipe/p_defines.h"
|
||||
#include "pipe/p_winsys.h"
|
||||
#include "pipe/tgsi/exec/tgsi_attribs.h"
|
||||
|
||||
#include "pipe/draw/draw_private.h"
|
||||
#include "pipe/draw/draw_context.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue