mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
Standardize on using the pipe/ include prefix.
This commit is contained in:
parent
33ceb6716a
commit
687a8b96ef
9 changed files with 20 additions and 22 deletions
|
|
@ -108,7 +108,6 @@ env.Append(CPPPATH = [
|
|||
'#/include',
|
||||
'#/src/mesa',
|
||||
'#/src/mesa/main',
|
||||
'#/src/gallium/include/pipe',
|
||||
'#/src/gallium/include',
|
||||
'#/src/gallium/auxiliary',
|
||||
'#/src/gallium/drivers',
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@ OBJECTS = $(C_SOURCES:.c=.o) \
|
|||
INCLUDES = \
|
||||
-I. \
|
||||
-I$(TOP)/src/gallium/include \
|
||||
-I$(TOP)/src/gallium/include/pipe \
|
||||
-I$(TOP)/src/gallium/auxiliary \
|
||||
-I$(TOP)/src/gallium/drivers \
|
||||
-I$(TOP)/src/mesa \
|
||||
|
|
|
|||
|
|
@ -36,11 +36,11 @@
|
|||
|
||||
#include "linked_list.h"
|
||||
|
||||
#include "p_compiler.h"
|
||||
#include "p_debug.h"
|
||||
#include "p_winsys.h"
|
||||
#include "p_thread.h"
|
||||
#include "p_util.h"
|
||||
#include "pipe/p_compiler.h"
|
||||
#include "pipe/p_debug.h"
|
||||
#include "pipe/p_winsys.h"
|
||||
#include "pipe/p_thread.h"
|
||||
#include "pipe/p_util.h"
|
||||
|
||||
#include "pb_buffer.h"
|
||||
#include "pb_buffer_fenced.h"
|
||||
|
|
|
|||
|
|
@ -34,8 +34,8 @@
|
|||
*/
|
||||
|
||||
|
||||
#include "p_debug.h"
|
||||
#include "p_util.h"
|
||||
#include "pipe/p_debug.h"
|
||||
#include "pipe/p_util.h"
|
||||
|
||||
#include "pb_buffer.h"
|
||||
#include "pb_buffer_fenced.h"
|
||||
|
|
|
|||
|
|
@ -36,10 +36,10 @@
|
|||
|
||||
#include "linked_list.h"
|
||||
|
||||
#include "p_defines.h"
|
||||
#include "p_debug.h"
|
||||
#include "p_thread.h"
|
||||
#include "p_util.h"
|
||||
#include "pipe/p_defines.h"
|
||||
#include "pipe/p_debug.h"
|
||||
#include "pipe/p_thread.h"
|
||||
#include "pipe/p_util.h"
|
||||
#include "pb_buffer.h"
|
||||
#include "pb_bufmgr.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -37,11 +37,11 @@
|
|||
|
||||
#include "linked_list.h"
|
||||
|
||||
#include "p_compiler.h"
|
||||
#include "p_debug.h"
|
||||
#include "p_thread.h"
|
||||
#include "p_defines.h"
|
||||
#include "p_util.h"
|
||||
#include "pipe/p_compiler.h"
|
||||
#include "pipe/p_debug.h"
|
||||
#include "pipe/p_thread.h"
|
||||
#include "pipe/p_defines.h"
|
||||
#include "pipe/p_util.h"
|
||||
|
||||
#include "pb_buffer.h"
|
||||
#include "pb_bufmgr.h"
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
#include "i915_context.h"
|
||||
#include "i915_state.h"
|
||||
#include "i915_reg.h"
|
||||
#include "p_util.h"
|
||||
#include "pipe/p_util.h"
|
||||
|
||||
|
||||
/* All state expressable with the LOAD_STATE_IMMEDIATE_1 packet.
|
||||
|
|
|
|||
|
|
@ -28,8 +28,8 @@
|
|||
#ifndef I915_STATE_INLINES_H
|
||||
#define I915_STATE_INLINES_H
|
||||
|
||||
#include "p_compiler.h"
|
||||
#include "p_defines.h"
|
||||
#include "pipe/p_compiler.h"
|
||||
#include "pipe/p_defines.h"
|
||||
#include "i915_reg.h"
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
/* Authors: Keith Whitwell <keith@tungstengraphics.com>
|
||||
*/
|
||||
#include "p_inlines.h"
|
||||
#include "pipe/p_inlines.h"
|
||||
|
||||
#include "sp_context.h"
|
||||
#include "sp_state.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue