[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 04:22:22 PST 2015


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

--- Comment #15 from Grigori Goronzy <greg at chown.ath.cx> ---
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.

-- 
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/8f968942/attachment.html>


More information about the mesa-dev mailing list