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

--- Comment #16 from Sebastian Parborg <darkdefe...@gmail.com> ---
(In reply to Grigori Goronzy from comment #15)
> The call to glXChooseFBConfig in MicroGlut doesn't specify any attribute
> list, so a list of all configs is returned by it. Later on, the GLX context
> i just uses the first returned config, which can be pretty much anything.
> When I specify a attribute list to get a suitable FB config, it works fine.
> 
> Other drivers might get away with it because they return the FB configs in a
> different order, but obviously you can't count on this.

Ah, that makes sense. It works for me now too :)

Thank you (and everyone else) for your help! I will inform my professor and
hope that he includes the changes so other students doesn't have to run into
the same problems as I did.

I guess this bug can be closed then? As you said, the order of the returned
configs doesn't have to be in any specific order. So I guess the other drivers
just got lucky.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
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