NV50: remove {Prepare,Finish}Access since i realise now it's not so useful
authorMaarten Maathuis <madman2003@gmail.com>
Fri, 19 Sep 2008 19:14:09 +0000 (21:14 +0200)
committerMaarten Maathuis <madman2003@gmail.com>
Fri, 19 Sep 2008 19:14:09 +0000 (21:14 +0200)
commitcb1e9c1ab288bcf380789f775533e4c8ff8705db
treeeb47332f3d708ccf61c734c0140bf394224276d5
parent3e397f575df6c3fee6eb9ee810fb3fc70d2c0cc8
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
src/nv_const.h
src/nv_exa.c