summaryrefslogtreecommitdiffstats
path: root/src/gallium/SConscript
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/SConscript
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/SConscript')
-rw-r--r--src/gallium/SConscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/SConscript b/src/gallium/SConscript
index 25d0af6..37767b5 100644
--- a/src/gallium/SConscript
+++ b/src/gallium/SConscript
@@ -13,7 +13,6 @@ SConscript('auxiliary/SConscript')
# These are common and work across all platforms
SConscript([
'drivers/galahad/SConscript',
- 'drivers/identity/SConscript',
'drivers/llvmpipe/SConscript',
'drivers/rbug/SConscript',
'drivers/softpipe/SConscript',