I have a newbie question when tracing a bug in MESA. <div><br></div><div>After &quot;__glXFlushRenderBuffer&quot; calling &quot;xcb_glx_render&quot;, which code will do drawing commands in &quot;ctx-&gt;buf&quot; ?</div><div>
<br></div><div>Reference: in MESA src/glx/glxext.c, </div><div>GLubyte * __glXFlushRenderBuffer(struct glx_context * ctx, GLubyte * pc) {</div><div>/* some code omitted */</div><div><div>xcb_glx_render(c, ctx-&gt;currentContextTag, size,</div>
<div>                     (const uint8_t *) ctx-&gt;buf);</div></div><div>/* some code omitted */</div><div>}</div><div><br></div>