summaryrefslogtreecommitdiffstats
path: root/src/gallium/Makefile.am
diff options
context:
space:
mode:
authorJose Fonseca <jfonseca@vmware.com>2015-02-27 14:43:51 +0000
committerJose Fonseca <jfonseca@vmware.com>2015-03-02 14:12:46 +0000
commit9a07435ff885277aba670eb59c039a748175c702 (patch)
tree239cafdc083ec5e61772acbf4789a38becb6de61 /src/gallium/Makefile.am
parent7bfbaf4a5ab580a8661ea99059cb48c64a016ab6 (diff)
downloadexternal_mesa3d-9a07435ff885277aba670eb59c039a748175c702.zip
external_mesa3d-9a07435ff885277aba670eb59c039a748175c702.tar.gz
external_mesa3d-9a07435ff885277aba670eb59c039a748175c702.tar.bz2
identity: Remove.
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 <marek.olsak@amd.com>
Diffstat (limited to 'src/gallium/Makefile.am')
-rw-r--r--src/gallium/Makefile.am1
1 files changed, 0 insertions, 1 deletions
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