projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a30f7eb
)
Initialize DRI2 swap interval to 0
author
Michael Schmidt
<mschmidt@redhat.com>
Wed, 14 Apr 2010 14:12:42 +0000
(10:12 -0400)
committer
Kristian Høgsberg
<krh@bitplanet.net>
Wed, 14 Apr 2010 14:12:42 +0000
(10:12 -0400)
https://bugs.freedesktop.org/show_bug.cgi?id=27628
src/glx/dri2_glx.c
patch
|
blob
|
history
diff --git
a/src/glx/dri2_glx.c
b/src/glx/dri2_glx.c
index c4b5cb9c2c4b68e079c0570cf512f762cc8cf8a1..06f3d8b71c02a876ebcee5165a9fe1ebed9b8a36 100644
(file)
--- a/
src/glx/dri2_glx.c
+++ b/
src/glx/dri2_glx.c
@@
-185,6
+185,7
@@
dri2CreateDrawable(__GLXscreenConfigs * psc,
pdraw->base.drawable = drawable;
pdraw->base.psc = psc;
pdraw->bufferCount = 0;
+ pdraw->swap_interval = 0;
DRI2CreateDrawable(psc->dpy, xDrawable);