Replace symlink generation from i915 with files in intel/ and symlinks there.
This commit is contained in:
@@ -62,7 +62,8 @@ C_SOURCES = \
|
||||
|
||||
ASM_SOURCES =
|
||||
|
||||
DRIVER_DEFINES = -I../intel $(shell pkg-config libdrm --atleast-version=2.3.1 \
|
||||
DRIVER_DEFINES = -I../intel -I../intel/server \
|
||||
$(shell pkg-config libdrm --atleast-version=2.3.1 \
|
||||
&& echo "-DDRM_VBLANK_FLIP=DRM_VBLANK_FLIP")
|
||||
|
||||
include ../Makefile.template
|
||||
|
File diff suppressed because it is too large
Load Diff
1
src/mesa/drivers/dri/i915/server/intel_dri.c
Symbolic link
1
src/mesa/drivers/dri/i915/server/intel_dri.c
Symbolic link
@@ -0,0 +1 @@
|
||||
../intel/server/intel_dri.c
|
@@ -76,12 +76,6 @@ DRIVER_SOURCES = \
|
||||
brw_wm_state.c \
|
||||
brw_wm_surface_state.c
|
||||
|
||||
SYMLINKS = \
|
||||
server/i830_dri.h \
|
||||
server/i830_common.h \
|
||||
server/intel_dri.c \
|
||||
server/intel.h
|
||||
|
||||
C_SOURCES = \
|
||||
$(COMMON_SOURCES) \
|
||||
$(MINIGLX_SOURCES) \
|
||||
@@ -89,17 +83,10 @@ C_SOURCES = \
|
||||
|
||||
ASM_SOURCES =
|
||||
|
||||
DRIVER_DEFINES = -I../intel
|
||||
DRIVER_DEFINES = -I../intel -I../intel/server
|
||||
|
||||
include ../Makefile.template
|
||||
|
||||
symlinks:
|
||||
intel_decode.o: ../intel/intel_decode.c
|
||||
intel_tex_layout.o: ../intel/intel_tex_layout.c
|
||||
|
||||
server:
|
||||
mkdir -p server
|
||||
|
||||
$(SYMLINKS): server
|
||||
@[ -e $@ ] || ln -sf ../../i915/$@ server/
|
||||
|
||||
symlinks: $(SYMLINKS)
|
||||
|
1
src/mesa/drivers/dri/i965/server/intel_dri.c
Symbolic link
1
src/mesa/drivers/dri/i965/server/intel_dri.c
Symbolic link
@@ -0,0 +1 @@
|
||||
../intel/server/intel_dri.c
|
1306
src/mesa/drivers/dri/intel/server/intel_dri.c
Normal file
1306
src/mesa/drivers/dri/intel/server/intel_dri.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user