From 9a07435ff885277aba670eb59c039a748175c702 Mon Sep 17 00:00:00 2001 From: Jose Fonseca Date: Fri, 27 Feb 2015 14:43:51 +0000 Subject: identity: Remove. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's unmaintained, and most likely broken: I use trace driver every now and then, and everytime I do I need to fix it up. It's also unused: identity_screen_create is never called. Above all, it's dead weight: if identity driver had the infrastructure for other pass-through drivers (like trace and rbug), then it would make sense on its own right. But as it is implemmented, it's just another driver to (forget) to update whenever there is a gallium interface change. Reviewed-by: Marek Olšák --- src/gallium/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gallium/Makefile.am') diff --git a/src/gallium/Makefile.am b/src/gallium/Makefile.am index 6a2a866..f6bf3c0 100644 --- a/src/gallium/Makefile.am +++ b/src/gallium/Makefile.am @@ -12,7 +12,6 @@ SUBDIRS += auxiliary SUBDIRS += \ drivers/galahad \ - drivers/identity \ drivers/noop \ drivers/trace \ drivers/rbug -- cgit v1.1