[Mesa-dev] [Bug 89107] [Radeonsi/Hawaii] Rendering errors when running basic opengl 3 demo
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Feb 16 06:47:51 PST 2015
https://bugs.freedesktop.org/show_bug.cgi?id=89107
--- Comment #16 from Sebastian Parborg <darkdefende at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20150216/d3f99c55/attachment.html>
More information about the mesa-dev
mailing list