2012-08-17 07:57:59 -06:00
|
|
|
# $OpenBSD: Makefile,v 1.8 2012/08/17 13:58:00 mpi Exp $
|
2007-12-04 15:00:27 -07:00
|
|
|
|
|
|
|
LIB= i915_dri.so
|
|
|
|
|
|
|
|
DRIVER_SOURCES = \
|
|
|
|
i830_context.c \
|
|
|
|
i830_state.c \
|
|
|
|
i830_texblend.c \
|
|
|
|
i830_texstate.c \
|
|
|
|
i830_vtbl.c \
|
2008-11-02 08:01:32 -07:00
|
|
|
intel_render.c \
|
|
|
|
intel_regions.c \
|
|
|
|
intel_buffer_objects.c \
|
2007-12-04 15:00:27 -07:00
|
|
|
intel_batchbuffer.c \
|
2009-05-17 14:20:23 -06:00
|
|
|
intel_clear.c \
|
2010-05-22 14:14:14 -06:00
|
|
|
intel_extensions.c \
|
2012-08-17 07:57:59 -06:00
|
|
|
intel_extensions_es.c \
|
2008-11-02 08:01:32 -07:00
|
|
|
intel_mipmap_tree.c \
|
|
|
|
intel_tex_layout.c \
|
|
|
|
intel_tex_image.c \
|
|
|
|
intel_tex_subimage.c \
|
|
|
|
intel_tex_copy.c \
|
|
|
|
intel_tex_validate.c \
|
|
|
|
intel_tex_format.c \
|
|
|
|
intel_tex.c \
|
|
|
|
intel_pixel.c \
|
|
|
|
intel_pixel_bitmap.c \
|
|
|
|
intel_pixel_copy.c \
|
|
|
|
intel_pixel_draw.c \
|
2009-05-17 14:20:23 -06:00
|
|
|
intel_pixel_read.c \
|
2008-11-02 08:01:32 -07:00
|
|
|
intel_buffers.c \
|
|
|
|
intel_blit.c \
|
2010-05-22 14:14:14 -06:00
|
|
|
i915_tex_layout.c \
|
2008-11-02 08:01:32 -07:00
|
|
|
i915_texstate.c \
|
|
|
|
i915_context.c \
|
|
|
|
i915_debug.c \
|
|
|
|
i915_debug_fp.c \
|
|
|
|
i915_fragprog.c \
|
|
|
|
i915_program.c \
|
|
|
|
i915_state.c \
|
|
|
|
i915_vtbl.c \
|
2007-12-04 15:00:27 -07:00
|
|
|
intel_context.c \
|
2008-11-02 08:01:32 -07:00
|
|
|
intel_decode.c \
|
2007-12-04 15:00:27 -07:00
|
|
|
intel_screen.c \
|
|
|
|
intel_span.c \
|
|
|
|
intel_state.c \
|
2010-05-22 14:14:14 -06:00
|
|
|
intel_syncobj.c \
|
2008-11-02 08:01:32 -07:00
|
|
|
intel_tris.c \
|
2010-05-22 14:14:14 -06:00
|
|
|
intel_fbo.c
|
|
|
|
|
2007-12-04 15:00:27 -07:00
|
|
|
|
2008-11-02 08:01:32 -07:00
|
|
|
SRCS= \
|
|
|
|
$(COMMON_SOURCES) \
|
|
|
|
$(DRIVER_SOURCES)
|
2007-12-04 15:00:27 -07:00
|
|
|
|
2008-11-02 08:01:32 -07:00
|
|
|
DRIVER_DEFINES= \
|
2008-11-02 09:07:40 -07:00
|
|
|
-I$(MESA)/drivers/dri/i915 \
|
2008-11-02 08:01:32 -07:00
|
|
|
-I$(MESA)/drivers/dri/intel \
|
|
|
|
-I$(MESA)/drivers/dri/intel/server \
|
2009-05-17 14:20:23 -06:00
|
|
|
-DI915
|
2007-12-04 15:00:27 -07:00
|
|
|
|
|
|
|
.include <bsd.xorg.mk>
|
|
|
|
|
2009-05-17 14:20:23 -06:00
|
|
|
LDADD+= -ldrm_intel
|
|
|
|
|
2007-12-04 15:00:27 -07:00
|
|
|
.PATH: ${MESA}/drivers/dri/i915
|
2008-11-02 09:07:40 -07:00
|
|
|
.PATH: ${MESA}/drivers/dri/intel
|