summaryrefslogtreecommitdiff
path: root/src/nv_const.h
diff options
context:
space:
mode:
authorMaarten Maathuis <madman2003@gmail.com>2010-08-27 21:11:59 +0200
committerMaarten Maathuis <madman2003@gmail.com>2010-10-02 18:52:48 +0200
commit9a5142fae6e1a0a470352f511427916e6fa01b9c (patch)
treecc95093ce2866b365dbd6a029aaff019cf2aaa25 /src/nv_const.h
parentd5a6f103113985c50bbe749ed341de34af1b47a5 (diff)
nv50/exa: Stop using wfb by default, but add an option to enable it.
- Some scenarios, such as those heavy in core font rendering might prefer wfb. - Other (modern) situations are better of with wfb disabled. Signed-off-by: Maarten Maathuis <madman2003@gmail.com>
Diffstat (limited to 'src/nv_const.h')
-rw-r--r--src/nv_const.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nv_const.h b/src/nv_const.h
index 0df25b6..5e1bc50 100644
--- a/src/nv_const.h
+++ b/src/nv_const.h
@@ -13,6 +13,7 @@ typedef enum {
OPTION_NOACCEL,
OPTION_SHADOW_FB,
OPTION_VIDEO_KEY,
+ OPTION_WFB,
} NVOpts;
@@ -22,6 +23,7 @@ static const OptionInfoRec NVOptions[] = {
{ OPTION_NOACCEL, "NoAccel", OPTV_BOOLEAN, {0}, FALSE },
{ OPTION_SHADOW_FB, "ShadowFB", OPTV_BOOLEAN, {0}, FALSE },
{ OPTION_VIDEO_KEY, "VideoKey", OPTV_INTEGER, {0}, FALSE },
+ { OPTION_WFB, "WrappedFB", OPTV_BOOLEAN, {0}, FALSE },
{ -1, NULL, OPTV_NONE, {0}, FALSE }
};