[Mesa-dev] [PATCH] Always build shared glapi

2012-07-04 Thread Homer Hsing
> On Sun, Jan 22, 2012 at 9:09 AM, Jon TURNEY > wrote: > > On 11/01/2012 23:37, Matt Turner wrote: > >> No one on IRC knows why an unshared glapi is useful. > > > > It looks like this change stops OSMesa from builing on cygwin (See [1]) > > > > I think this is because we never tried building it

Re: [Mesa-dev] [PATCH] Always build shared glapi

2012-07-04 Thread Homer Hsing
>> On Sun, Jan 22, 2012 at 9:09 AM, Jon TURNEY >> wrote: >> > On 11/01/2012 23:37, Matt Turner wrote: >> >> No one on IRC knows why an unshared glapi is useful. >> > >> > It looks like this change stops OSMesa from builing on cygwin (See [1]) >> > >> > I think this is because we never tried buil

[Mesa-dev] Which code will do drawing commands in "ctx->buf"?

2012-05-21 Thread Homer Hsing
I have a newbie question when tracing a bug in MESA. After "__glXFlushRenderBuffer" calling "xcb_glx_render", which code will do drawing commands in "ctx->buf" ? Reference: in MESA src/glx/glxext.c, GLubyte * __glXFlushRenderBuffer(struct glx_context * ctx, GLubyte * pc) { /* some code omitted */

Re: [Mesa-dev] Which code will do drawing commands in "ctx->buf"?

2012-05-22 Thread Homer Hsing
Thanks :) Btw, is the code executing the drawing commands also in MESA? If it is, which files are they in? If not, where can I find the code executing the drawing commands? 2012/5/22 Michel Dänzer > On Die, 2012-05-22 at 13:32 +0800, Homer Hsing wrote: > > I have a newbie question whe