diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2012-12-15 09:27:07 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2012-12-15 09:27:07 +0000 |
commit | 2c71a8e08abce74b269687d3a6c1edd7f9d643d3 (patch) | |
tree | 318c231530b295712f8b00ffff8d763009c59cec /src/intel_options.h | |
parent | 6593ad3fecb3d044ee5ca161176d8ecaa0b4126a (diff) |
sna/dri: Honour TripleBuffer Option
In case anyone ever wants to disable the default.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/intel_options.h')
-rw-r--r-- | src/intel_options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel_options.h b/src/intel_options.h index 3b5262a5..953fc9c8 100644 --- a/src/intel_options.h +++ b/src/intel_options.h @@ -20,6 +20,7 @@ enum intel_options { OPTION_TILING_2D, OPTION_TILING_FB, OPTION_SWAPBUFFERS_WAIT, + OPTION_TRIPLE_BUFFER, OPTION_PREFER_OVERLAY, OPTION_HOTPLUG, OPTION_RELAXED_FENCING, @@ -40,7 +41,6 @@ enum intel_options { OPTION_DEBUG_FLUSH_CACHES, OPTION_DEBUG_WAIT, OPTION_BUFFER_CACHE, - OPTION_TRIPLE_BUFFER, #endif NUM_OPTIONS, }; |