http://bugs.freedesktop.org/show_bug.cgi?id=19625





--- Comment #1 from Ian Romanick <[email protected]>  2009-01-16 17:25:28 
PST ---
Created an attachment (id=22045)
 --> (http://bugs.freedesktop.org/attachment.cgi?id=22045)
Generate an error if either the read or draw drawables are not GLXWindow

Proposed fix.  It turns out there was another bug in that code.  GLX_ALIAS can
only be used if the two functions are EXACT aliases.  However,
MakeContextCurrent and glXMakeContextCurrent have different sets of parameters!

The only part of this that I'm unsure of is generating the X error.  We only do
that in one or two other places for direct rendering, but it seems like we
should do it everywhere.  Opinions?


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Mesa3d-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to