Re: [Mesa-dev] [PATCH] st/glx: Set the drawable attribute on xmesa_buffer creation.

2011-10-04 Thread Jose Fonseca
Looks good. Although I wonder if either b->drawable or b->ws.drawable could be removed. Jose - Original Message - > From: Stephen White > > Otherwise we'll be unable to use our pbuffers. > --- > src/gallium/state_trackers/glx/xlib/xm_api.c |2 +- > 1 files changed, 1 insertions(+)

[Mesa-dev] [PATCH] st/glx: Set the drawable attribute on xmesa_buffer creation.

2011-10-03 Thread Stéphane Marchesin
From: Stephen White Otherwise we'll be unable to use our pbuffers. --- src/gallium/state_trackers/glx/xlib/xm_api.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/gallium/state_trackers/glx/xlib/xm_api.c b/src/gallium/state_trackers/glx/xlib/xm_api.c index 8f6406d