summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel_winsys/Makefile
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2007-08-08 09:41:52 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2007-08-08 09:42:19 +0100
commit8a475cb791a0e66fcdc3fcd12c517fcb98d75957 (patch)
treef40e33b13dbf708942a9c561884d1c9da3a0a019 /src/mesa/drivers/dri/intel_winsys/Makefile
parentf62b573922dd5274c01250fa941f9b1a151e6c45 (diff)
Rename drivers/dri/i915pipe --> drivers/dri/intel_winsys.
This is appropriate as this is not a "pipe driver for the i915" as the old name would suggest, but rather a dri driver that can provide "winsys" backends to softpipe/i915/i965/etc pipe drivers, running under the intel DDX, drm, etc. It also frees up the i915pipe name for something more appropriate, ie mesa/pipe/i915pipe.
Diffstat (limited to 'src/mesa/drivers/dri/intel_winsys/Makefile')
-rw-r--r--src/mesa/drivers/dri/intel_winsys/Makefile49
1 files changed, 49 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/intel_winsys/Makefile b/src/mesa/drivers/dri/intel_winsys/Makefile
new file mode 100644
index 0000000000..e4e9cf17b0
--- /dev/null
+++ b/src/mesa/drivers/dri/intel_winsys/Makefile
@@ -0,0 +1,49 @@
+
+TOP = ../../../../..
+include $(TOP)/configs/current
+
+LIBNAME = i915tex_dri.so
+
+MINIGLX_SOURCES = server/intel_dri.c
+
+PIPE_DRIVERS = \
+ $(TOP)/src/mesa/pipe/softpipe/libsoftpipe.a
+
+DRIVER_SOURCES = \
+ intel_softpipe.c \
+ intel_batchbuffer.c \
+ intel_tex_layout.c \
+ intel_buffers.c \
+ intel_blit.c \
+ intel_context.c \
+ intel_ioctl.c \
+ intel_screen.c \
+ intel_surface.c \
+ intel_fbo.c \
+ intel_depthstencil.c \
+ intel_batchpool.c
+
+OLD_TEX =\
+ intel_tex_image.c \
+ intel_tex_subimage.c \
+ intel_tex_copy.c \
+ intel_tex_validate.c \
+ intel_tex_format.c \
+ intel_tex.c
+
+
+C_SOURCES = \
+ $(COMMON_SOURCES) \
+ $(COMMON_BM_SOURCES) \
+ $(DRIVER_SOURCES)
+
+ASM_SOURCES =
+
+DRIVER_DEFINES = -I../intel $(shell pkg-config libdrm --atleast-version=2.3.1 \
+ && echo "-DDRM_VBLANK_FLIP=DRM_VBLANK_FLIP")
+
+include ../Makefile.template
+
+intel_tex_layout.o: ../intel/intel_tex_layout.c
+
+symlinks: