summaryrefslogtreecommitdiffstats
path: root/src/gallium/SConscript
diff options
context:
space:
mode:
authorJosé Fonseca <jose.r.fonseca@gmail.com>2011-04-04 11:41:30 +0100
committerJosé Fonseca <jose.r.fonseca@gmail.com>2011-04-06 08:26:04 +0100
commitafeaf1771d0ccbd2482c5ad7fa237c50b4d3921e (patch)
treefe9bc95a17168a8de07a207a1383f41d27274c95 /src/gallium/SConscript
parent14b574433c7faedaa18f1c946159cb03630c7d9f (diff)
downloadexternal_mesa3d-afeaf1771d0ccbd2482c5ad7fa237c50b4d3921e.zip
external_mesa3d-afeaf1771d0ccbd2482c5ad7fa237c50b4d3921e.tar.gz
external_mesa3d-afeaf1771d0ccbd2482c5ad7fa237c50b4d3921e.tar.bz2
st/python: Remove bindings, and all its dependencies.
Because: - bindings are not fully automatic, and they are broken most of the time - unit tests/samples can be written in C on top of graw - tracing/retracing is more useful at API levels with stable ABIs such as GL, producing traces that cover more layers of the driver stack and and can be used for regression testing
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 3158055..428bc31 100644
--- a/src/gallium/SConscript
+++ b/src/gallium/SConscript
@@ -53,7 +53,6 @@ if env['drm']:
# Needed by some state trackers
SConscript('winsys/sw/null/SConscript')
-SConscript('state_trackers/python/SConscript')
if env['platform'] != 'embedded':
SConscript('state_trackers/vega/SConscript')
SConscript('state_trackers/egl/SConscript')