Standardize on using the pipe/ include prefix.
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user