https://bugs.freedesktop.org/show_bug.cgi?id=91775
Bug ID: 91775 Summary: Wrong openGL version Product: Mesa Version: git Hardware: All OS: Linux (All) Status: NEW Severity: trivial Priority: medium Component: Drivers/Gallium/radeonsi Assignee: dri-devel@lists.freedesktop.org Reporter: 19.jaime.91@gmail.com QA Contact: dri-devel@lists.freedesktop.org
Supposely I should be reported to have OpenGL 4.1, but I get 3.3. I don't know if the problem is that my card doesn't use the mesa radeonsi driver and uses r600. Where can I check that?
https://bugs.freedesktop.org/show_bug.cgi?id=91775
--- Comment #1 from Alex Deucher alexdeucher@gmail.com --- What card do you have? Please attach your xorg log and dmesg output.
https://bugs.freedesktop.org/show_bug.cgi?id=91775
--- Comment #2 from 19.jaime.91@gmail.com --- Created attachment 117953 --> https://bugs.freedesktop.org/attachment.cgi?id=117953&action=edit Output
Now I'm with the privatives, but I attach anyway.
https://bugs.freedesktop.org/show_bug.cgi?id=91775
--- Comment #3 from 19.jaime.91@gmail.com --- Created attachment 117954 --> https://bugs.freedesktop.org/attachment.cgi?id=117954&action=edit xorg
https://bugs.freedesktop.org/show_bug.cgi?id=91775
19.jaime.91@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #117953|Output |dmesg description| |
https://bugs.freedesktop.org/show_bug.cgi?id=91775
--- Comment #4 from 19.jaime.91@gmail.com --- My card is Cape Verde Radeon HD 7760. I'm using oibaf drivers(git)
https://bugs.freedesktop.org/show_bug.cgi?id=91775
Alex Deucher alexdeucher@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |NOTABUG
--- Comment #5 from Alex Deucher alexdeucher@gmail.com --- You need mesa built against llvm 3.7 for OGL 4.1. I don't think oibaf uses llvm 3.7.
https://bugs.freedesktop.org/show_bug.cgi?id=91775
--- Comment #6 from 19.jaime.91@gmail.com --- Ah, ok! then I will wait. But my card then uses radeonsi? Thanks for help!=)
https://bugs.freedesktop.org/show_bug.cgi?id=91775
--- Comment #7 from Alex Deucher alexdeucher@gmail.com --- (In reply to 19.jaime.91 from comment #6)
But my card then uses radeonsi?
Yes.
https://bugs.freedesktop.org/show_bug.cgi?id=91775
Andy Furniss adf.lists@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|NOTABUG |---
--- Comment #8 from Andy Furniss adf.lists@gmail.com --- Using git llvm I only have 3.0, I assume "needs llvm 3.7" should mean >= 3.7?
glxinfo | grep -i opengl OpenGL vendor string: X.Org OpenGL renderer string: Gallium 0.4 on AMD TONGA (DRM 3.1.0, LLVM 3.8.0) OpenGL version string: 3.0 Mesa 11.1.0-devel (git-c8a61ea) OpenGL shading language version string: 1.30
https://bugs.freedesktop.org/show_bug.cgi?id=91775
--- Comment #9 from Ilia Mirkin imirkin@alum.mit.edu --- (In reply to Andy Furniss from comment #8)
Using git llvm I only have 3.0, I assume "needs llvm 3.7" should mean >= 3.7?
glxinfo | grep -i opengl OpenGL vendor string: X.Org OpenGL renderer string: Gallium 0.4 on AMD TONGA (DRM 3.1.0, LLVM 3.8.0) OpenGL version string: 3.0 Mesa 11.1.0-devel (git-c8a61ea) OpenGL shading language version string: 1.30
Actually you just need a newer glxinfo, one that will print out both core and compat profile info.
https://bugs.freedesktop.org/show_bug.cgi?id=91775
Andy Furniss adf.lists@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution|--- |NOTABUG
--- Comment #10 from Andy Furniss adf.lists@gmail.com --- Aha, thanks for that.
./glxinfo | grep -i opengl OpenGL vendor string: X.Org OpenGL renderer string: Gallium 0.4 on AMD TONGA (DRM 3.1.0, LLVM 3.8.0) OpenGL core profile version string: 4.1 (Core Profile) Mesa 11.1.0-devel (git-c8a61ea) OpenGL core profile shading language version string: 4.10 OpenGL core profile context flags: (none) OpenGL core profile profile mask: core profile OpenGL core profile extensions: OpenGL version string: 3.0 Mesa 11.1.0-devel (git-c8a61ea) OpenGL shading language version string: 1.30 OpenGL context flags: (none) OpenGL extensions: OpenGL ES profile version string: OpenGL ES 3.0 Mesa 11.1.0-devel (git-c8a61ea) OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.00 OpenGL ES profile extensions:
dri-devel@lists.freedesktop.org