Displaying 2 results from an estimated 2 matches for "finishaccess".
Did you mean:
finish_access
2009 Feb 26
2
[PATCH 1/2] exa: turn WaitMarker into a NOP.
- map should handle this.
---
src/nouveau_exa.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/nouveau_exa.c b/src/nouveau_exa.c
index b656ca7..20ad380 100644
--- a/src/nouveau_exa.c
+++ b/src/nouveau_exa.c
@@ -259,7 +259,7 @@ nouveau_exa_mark_sync(ScreenPtr pScreen)
static void
nouveau_exa_wait_marker(ScreenPtr pScreen, int marker)
{
-
2008 Mar 06
0
[ANNOUNCE] xorg-server 1.4.99.901
...kbProcessOtherEvent: Don't depend on now-removed header
XKB: Ditch XkbFileInfo
XKB: Actually use the keymap we compile at startup
XKB: Fix initial map setting on startup
Dave Airlie (20):
randr: fixup crtc and output destroy
EXA: Add a couple of missing exaPrepare/FinishAccess calls.
exa: add a pixmap private pointer for drivers to retrieve.
exa: add hooks for drivers to take over pixmap allocation
exa: increase minor version number for pixmap allocation hooks
exa: make sure we set fb_ptr to NULL
exa: add new flags to denote driver handles a...