[Mesa-dev] Which code will do drawing commands in "ctx->buf"?
Homer Hsing
homer.hsing at gmail.com
Mon May 21 22:32:08 PDT 2012
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 */
xcb_glx_render(c, ctx->currentContextTag, size,
(const uint8_t *) ctx->buf);
/* some code omitted */
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20120522/f0ba8518/attachment.html>
More information about the mesa-dev
mailing list