projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2142bf5
)
gallium/winsys/xlib: Use XShmPutImage when possible.
author
Michel Dänzer
<daenzer@vmware.com>
Thu, 12 Feb 2009 18:46:08 +0000
(19:46 +0100)
committer
Michel Dänzer
<daenzer@vmware.com>
Thu, 12 Feb 2009 18:46:08 +0000
(19:46 +0100)
src/gallium/winsys/xlib/xlib_softpipe.c
patch
|
blob
|
history
diff --git
a/src/gallium/winsys/xlib/xlib_softpipe.c
b/src/gallium/winsys/xlib/xlib_softpipe.c
index 846b48b4ffba5cde8b19aeb9c8068a0915be94ce..d8aa4856dc95fac5af2d9514a81552748c012f60 100644
(file)
--- a/
src/gallium/winsys/xlib/xlib_softpipe.c
+++ b/
src/gallium/winsys/xlib/xlib_softpipe.c
@@
-170,6
+170,8
@@
alloc_shm_ximage(struct xm_buffer *b, struct xmesa_buffer *xmb,
(void) XSetErrorHandler(old_handler);
return;
}
+
+ b->shm = 1;
}