From fbabe60f48006ee664c983082498a863e8beec71 Mon Sep 17 00:00:00 2001 From: Zhigang Gong Date: Wed, 16 Nov 2011 15:04:36 +0800 Subject: glamor: Initial commit to introduce glamor acceleration. Added one configuration option --enable-glamor to control whether use glamor. Added one new file intel_glamor.c to wrap glamor egl API for intel driver's usage. This commit doesn't really change the driver's control path. It just adds necessary files for glamor and change some configuration. Reviewed-by: Eugeni Dodonov Signed-off-by: Zhigang Gong Signed-off-by: Chris Wilson --- src/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index e5097daf..e821b94b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -58,6 +58,7 @@ intel_drv_la_SOURCES += \ intel_display.c \ intel_driver.c \ intel_driver.h \ + intel_glamor.h \ intel_memory.c \ intel_shadow.c \ intel_uxa.c \ @@ -77,6 +78,12 @@ intel_drv_la_SOURCES += \ i965_render.c \ $(NULL) +if GLAMOR +intel_drv_la_SOURCES += \ + intel_glamor.c \ + $(NULL) +endif + if DRI intel_drv_la_SOURCES += \ intel_dri.c \ -- cgit v1.2.3