https://bugs.freedesktop.org/show_bug.cgi?id=38842

--- Comment #8 from Brian Paul <bri...@vmware.com> 2011-07-08 08:51:13 PDT ---
(In reply to comment #7)
> The attributes are valid for glxChooseFBConfig, the attributes and their 
> values
> are just ignore by it.
> 
> Returning NULL in choose_visual causes glxConfigFBConfig to also return NULL
> which is incorrect, it should return the list of valid configs. Passing in
> these ignored attributes should not alter the configs returned by
> glxChooseFBConfig.

Note that the 'fbConfig' var indicates if the caller is glXChooseFBConfig or
glXChooseVisual.  The attributes in question are only valid for the former, not
the later.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to