summaryrefslogtreecommitdiff
path: root/src/nv_const.h
diff options
context:
space:
mode:
authorMaarten Maathuis <madman2003@gmail.com>2008-09-19 21:14:09 +0200
committerMaarten Maathuis <madman2003@gmail.com>2008-09-19 21:14:09 +0200
commitcb1e9c1ab288bcf380789f775533e4c8ff8705db (patch)
treeeb47332f3d708ccf61c734c0140bf394224276d5 /src/nv_const.h
parent3e397f575df6c3fee6eb9ee810fb3fc70d2c0cc8 (diff)
NV50: remove {Prepare,Finish}Access since i realise now it's not so useful
- despite that the xserver code suggests that pixmaps can be offscreen on this call, that is not done as far as i can tell - not to mention that there is no way to know for sure if a pixmap is offscreen (exaPixmapIsOffscreen is not exported), making the offset useless - this will (obviously) become relevant as soon as driver managed pixmaps come into play, but that is for another day
Diffstat (limited to 'src/nv_const.h')
-rw-r--r--src/nv_const.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/nv_const.h b/src/nv_const.h
index b2803da..6087968 100644
--- a/src/nv_const.h
+++ b/src/nv_const.h
@@ -22,8 +22,7 @@ typedef enum {
OPTION_CMDBUF_LOCATION,
OPTION_CMDBUF_SIZE,
OPTION_RANDR12,
- OPTION_SCALING_MODE,
- OPTION_PREP_FIN_ACCESS
+ OPTION_SCALING_MODE
} NVOpts;
@@ -41,7 +40,6 @@ static const OptionInfoRec NVOptions[] = {
{ OPTION_CMDBUF_SIZE, "CBSize", OPTV_INTEGER, {0}, FALSE },
{ OPTION_RANDR12, "Randr12", OPTV_BOOLEAN, {0}, FALSE },
{ OPTION_SCALING_MODE, "ScalingMode", OPTV_STRING, {0}, FALSE },
- { OPTION_PREP_FIN_ACCESS, "PrepareFinishAccess", OPTV_BOOLEAN, {0}, FALSE },
{ -1, NULL, OPTV_NONE, {0}, FALSE }
};