diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2012-07-05 19:26:48 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2012-07-15 20:56:58 +0100 |
commit | 0c32be15b06ad63c1fc1371de879f2d879080f6b (patch) | |
tree | a86f39daf524a54d1a54999df98462487d39e3b4 /src/intel_options.c | |
parent | 6a18a0936eafc45ab920ab0eecf2fc2a601c41a7 (diff) |
uxa: Remove Shadow hack
This was an incomplete hack so deprecate in favour of Shadow-on-Steriods,
SNA.
References: https://bugs.freedesktop.org/show_bug.cgi?id=47324
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/intel_options.c')
-rw-r--r-- | src/intel_options.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/intel_options.c b/src/intel_options.c index 2e112f9a..77832aad 100644 --- a/src/intel_options.c +++ b/src/intel_options.c @@ -31,7 +31,6 @@ const OptionInfoRec intel_options[] = { {OPTION_DEBUG_FLUSH_CACHES, "DebugFlushCaches", OPTV_BOOLEAN, {0}, 0}, {OPTION_DEBUG_WAIT, "DebugWait", OPTV_BOOLEAN, {0}, 0}, {OPTION_BUFFER_CACHE, "BufferCache", OPTV_BOOLEAN, {0}, 1}, - {OPTION_SHADOW, "Shadow", OPTV_BOOLEAN, {0}, 0}, {OPTION_TRIPLE_BUFFER, "TripleBuffer", OPTV_BOOLEAN, {0}, 1}, #endif {-1, NULL, OPTV_NONE, {0}, 0} |