First attempt at using private back/z buffers.
[mesa.git] / src / mesa / drivers / dri / i915tex / Makefile
index d57a651466b5f0f57ed61efcb5176a39946ca149..b218929dce727da46ec708763e1ea1d47a27e04e 100644 (file)
@@ -20,6 +20,7 @@ DRIVER_SOURCES = \
        intel_batchbuffer.c \
        intel_mipmap_tree.c \
        i915_tex_layout.c \
+       intel_tex_layout.c \
        intel_tex_image.c \
        intel_tex_subimage.c \
        intel_tex_copy.c \
@@ -54,12 +55,16 @@ DRIVER_SOURCES = \
 
 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: