diff options
author | Brian <[email protected]> | 2007-10-31 19:00:23 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-10-31 19:00:23 -0600 |
commit | b7611770ea2988d800c7e39cf9299a98cc5d260c (patch) | |
tree | ac6528831c40befb11b56a0455be6764baa8190f /src/mesa/pipe/xlib/xm_api.c | |
parent | 4c7be3faa353aace2237b1f565bd42612002b65a (diff) |
make winsys objects singletons, comments
Diffstat (limited to 'src/mesa/pipe/xlib/xm_api.c')
-rw-r--r-- | src/mesa/pipe/xlib/xm_api.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/pipe/xlib/xm_api.c b/src/mesa/pipe/xlib/xm_api.c index a05ff358c07..a4874d3f8f8 100644 --- a/src/mesa/pipe/xlib/xm_api.c +++ b/src/mesa/pipe/xlib/xm_api.c @@ -317,6 +317,10 @@ create_xmesa_buffer(XMesaDrawable d, BufferType type, b->mesa_buffer.Delete = xmesa_delete_framebuffer; /* + * XXX we want to create surfaces for pipe, not renderbuffers for Mesa. + */ + + /* * Front renderbuffer */ b->frontxrb = xmesa_create_renderbuffer(NULL, 0, &vis->mesa_visual, GL_FALSE); |