[Mesa-dev] [Bug 95374] ARK:survival of the fittest fails when GL4.3 is enabled.

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Jun 1 14:06:29 UTC 2016


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

Bas Nieuwenhuizen <bas at basnieuwenhuizen.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |NOTOURBUG

--- Comment #4 from Bas Nieuwenhuizen <bas at basnieuwenhuizen.nl> ---
I did some apitracing with radeonsi and amdgpu pro, and the difference in
behavior is in what context version we return. The game asks for a 3.2 core
context. Amdgpu-pro gives a 3.2 context, while radeonsi gives a 4.3 context.
The game then queries the version and continues on the 4.3 render path.

The GLX_ARB_create_context_profile text states that we can return a newer
version than requested if no features have been removed.

-- 
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: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20160601/679b3efb/attachment.html>


More information about the mesa-dev mailing list