projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e711b6
)
gallium/xlib: silence unitialized var warning
author
Brian Paul
<brianp@vmware.com>
Thu, 3 Sep 2009 21:44:22 +0000
(15:44 -0600)
committer
Brian Paul
<brianp@vmware.com>
Thu, 3 Sep 2009 22:07:46 +0000
(16:07 -0600)
src/gallium/state_trackers/glx/xlib/xm_api.c
patch
|
blob
|
history
diff --git
a/src/gallium/state_trackers/glx/xlib/xm_api.c
b/src/gallium/state_trackers/glx/xlib/xm_api.c
index 651a9a9fea7d9ed27a87c11c91a97cf36701bf98..2c7b27a1fb154df7ac2213a5544d50b017df01d9 100644
(file)
--- a/
src/gallium/state_trackers/glx/xlib/xm_api.c
+++ b/
src/gallium/state_trackers/glx/xlib/xm_api.c
@@
-755,7
+755,7
@@
XMesaContext XMesaCreateContext( XMesaVisual v, XMesaContext share_list )
{
static GLboolean firstTime = GL_TRUE;
static struct pipe_screen *screen = NULL;
- struct pipe_context *pipe;
+ struct pipe_context *pipe
= NULL
;
XMesaContext c;
GLcontext *mesaCtx;
uint pf;