https://bugs.freedesktop.org/show_bug.cgi?id=59269
Priority: medium Bug ID: 59269 Assignee: dri-devel@lists.freedesktop.org Summary: git mesa gallium r600 fails to display text in 3D graphics, bisected Severity: normal Classification: Unclassified OS: Linux (All) Reporter: wolput@onsneteindhoven.nl Hardware: x86-64 (AMD64) Status: NEW Version: git Component: Drivers/DRI/R600 Product: Mesa
The latest git versions of mesa gallium r600 fail to display text in 3D graphics of the Einstein@Home starsphere. The starsphere is displayed correctly but the text info about the calculated task is no longer displayed. OpenGL renderer string: Gallium 0.4 on AMD RS780.
The first bad commit is mesa-ab07ae05a3dccef620c716e821c647413b951051 targets/dri-r600: Convert to automake author Matt Turner 2012-09-05 18:12:29 (GMT) committer Andreas Boll 2013-01-10 21:01:10 (GMT)
https://bugs.freedesktop.org/show_bug.cgi?id=59269
Jos van Wolput wolput@onsneteindhoven.nl changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|git mesa gallium r600 fails |Regression: git mesa |to display text in 3D |gallium r600 fails to |graphics, bisected |display text in 3D | |graphics, bisected
https://bugs.freedesktop.org/show_bug.cgi?id=59269
--- Comment #1 from Jos van Wolput wolput@onsneteindhoven.nl --- Created attachment 72893 --> https://bugs.freedesktop.org/attachment.cgi?id=72893&action=edit starsphere without text
This is the starsphere graphic as displayed by the latest mesa.
https://bugs.freedesktop.org/show_bug.cgi?id=59269
--- Comment #2 from Jos van Wolput wolput@onsneteindhoven.nl --- Created attachment 72894 --> https://bugs.freedesktop.org/attachment.cgi?id=72894&action=edit starsphere with text
The starsphere graphic as displayed before the regression.
https://bugs.freedesktop.org/show_bug.cgi?id=59269
Fabio Pedretti fabio.ped@libero.it changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|Drivers/DRI/R600 |Drivers/Gallium/r600
--- Comment #3 from Fabio Pedretti fabio.ped@libero.it --- Did you do a make clean before compiling after latest changes?
https://bugs.freedesktop.org/show_bug.cgi?id=59269
--- Comment #4 from Jos van Wolput wolput@onsneteindhoven.nl --- (In reply to comment #3)
Did you do a make clean before compiling after latest changes?
Yes, I did!
https://bugs.freedesktop.org/show_bug.cgi?id=59269
--- Comment #5 from Andreas Boll andreas.boll.dev@gmail.com --- Do you get any errors with LIBGL_DEBUG=verbose glxinfo ? Maybe related to bug 59282
https://bugs.freedesktop.org/show_bug.cgi?id=59269
Andreas Boll andreas.boll.dev@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |59304
https://bugs.freedesktop.org/show_bug.cgi?id=59269
--- Comment #6 from Jos van Wolput wolput@onsneteindhoven.nl --- (In reply to comment #5)
Do you get any errors with LIBGL_DEBUG=verbose glxinfo ? Maybe related to bug 59282
No I don't get the error of bug 59282 when using mesa-ab07ae05... LIBGL_DEBUG=verbose glxinfo name of display: :0.0 libGL: OpenDriver: trying /usr/lib/x86_64-linux-gnu/dri/tls/r600_dri.so libGL: OpenDriver: trying /usr/lib/x86_64-linux-gnu/dri/r600_dri.so libGL: Warning in /home/jos/.drirc line 4, column 12: undefined option: force_s3tc_enable. libGL: Warning in /home/jos/.drirc line 5, column 12: undefined option: fp_optimization. libGL: Warning in /home/jos/.drirc line 7, column 12: undefined option: texture_coord_units. libGL: Warning in /home/jos/.drirc line 8, column 12: undefined option: disable_stencil_two_side. libGL: Warning in /home/jos/.drirc line 9, column 12: undefined option: tcl_mode. libGL: Warning in /home/jos/.drirc line 10, column 12: undefined option: texture_depth. libGL: Warning in /home/jos/.drirc line 11, column 12: undefined option: def_max_anisotropy. libGL: Warning in /home/jos/.drirc line 12, column 12: undefined option: command_buffer_size. libGL: Warning in /home/jos/.drirc line 13, column 12: undefined option: round_mode. libGL: Warning in /home/jos/.drirc line 14, column 12: undefined option: dither_mode. libGL: Warning in /home/jos/.drirc line 15, column 12: undefined option: no_rast. libGL: Warning in /home/jos/.drirc line 16, column 12: undefined option: disable_lowimpact_fallback. libGL: Warning in /home/jos/.drirc line 17, column 12: undefined option: texture_image_units. libGL: Warning in /home/jos/.drirc line 18, column 12: undefined option: disable_s3tc. libGL: Warning in /home/jos/.drirc line 19, column 12: undefined option: color_reduction.
https://bugs.freedesktop.org/show_bug.cgi?id=59269
--- Comment #7 from Johannes Obermayr johannesobermayr@gmx.de --- Please provide ./configure flags.
https://bugs.freedesktop.org/show_bug.cgi?id=59269
Jos van Wolput wolput@onsneteindhoven.nl changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #8 from Jos van Wolput wolput@onsneteindhoven.nl ---
(In reply to comment #7)
Please provide ./configure flags.
./autogen.sh --prefix=/usr --libdir=/usr/lib/x86_64-linux-gnu --enable-debug=no --with-dri-drivers=radeon,swrast --enable-gallium-egl --enable-openvg --with-gallium-drivers=r600,swrast --enable-xorg
Anyway this issue is fixed by mesa-9da454f295062500ebb868e31eebcd5f753f83ff.
dri-devel@lists.freedesktop.org