hw/xwin: Add items to WGL AIGLX todo

Reviewed-by: Colin Harrison <colin.harrison@virgin.net>
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
This commit is contained in:
Jon TURNEY 2010-11-02 11:38:53 +00:00
parent 276735ef5d
commit d62726019e

View File

@ -49,8 +49,17 @@
- pbuffer clobbering: we don't get async notification, but can we arrange to emit the - pbuffer clobbering: we don't get async notification, but can we arrange to emit the
event when we notice it's been clobbered? at the very least, check if it's been clobbered event when we notice it's been clobbered? at the very least, check if it's been clobbered
before using it? before using it?
- are the __GLXConfig * we get handed back ones we are made (so we can extend the structure - XGetImage() doesn't work on pixmaps; need to do more work to make the format and location
with privates?) Or are they created inside the GLX core as well? of the native pixmap compatible
- implement GLX_EXT_texture_from_pixmap in terms of WGL_ARB_render_texture
(not quite straightforward as we will have to create a pbuffer and copy the pixmap texture
into it)
*/
/*
Assumptions:
- the __GLXConfig * we get handed back ones we are made (so we can extend the structure
with privates) and never get created inside the GLX core
*/ */
/* /*