diff options
author | Jesse Barnes <jbarnes@virtuousgeek.org> | 2009-06-23 15:05:03 -0700 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2009-06-23 15:05:03 -0700 |
commit | 1eec83a203c48822400742a1fb184b2cb52c62f7 (patch) | |
tree | 9a93f0502bd5eca85758fcee995360e99ec8a93e /src/i830.h | |
parent | bfeeac6de096256fca82244338bb45d53ee53cbc (diff) |
Add option to control swapbuffers behavior
Until we get triple buffering, we'll want this so users can avoid taking a
performance hit on apps that render slower than the refresh rate.
Fixes fdo bug #22234.
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'src/i830.h')
-rw-r--r-- | src/i830.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -414,6 +414,7 @@ typedef struct _I830Rec { Bool tiling; Bool fb_compression; + Bool swapbuffers_wait; Bool CursorNeedsPhysical; |