https://bugs.freedesktop.org/show_bug.cgi?id=27723
Summary: Vtx endian setup error under big endain CPU Product: Mesa Version: unspecified Platform: PowerPC OS/Version: other Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/R600 AssignedTo: dri-devel@lists.freedesktop.org ReportedBy: raoxianhong@163.net
There is an error at line 965 of r700_assembler.c(mesa 7.8.1): vfetch_instruction_ptr->m_Word2.f.endian_swap = SQ_ENDIAN_NONE; the correct must be: vfetch_instruction_ptr->m_Word2.f.endian_swap = #if BIGENDIAN_CPU SQ_ENDIAN_8IN32; #else SQ_ENDIAN_NONE; #endif
https://bugs.freedesktop.org/show_bug.cgi?id=27723
Andreas Boll andreas.boll.dev@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO
--- Comment #1 from Andreas Boll andreas.boll.dev@gmail.com --- Note: classic r600 driver has been abandoned. Please use r600g (gallium driver) instead.
Is this still an issue with a newer driver/kernel?
https://bugs.freedesktop.org/show_bug.cgi?id=27723
Andreas Boll andreas.boll.dev@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Resolution|--- |WONTFIX
--- Comment #2 from Andreas Boll andreas.boll.dev@gmail.com --- The classic r600 driver has been abandoned long ago. It was replaced by the Gallium driver r600g.
If you have issues with r600g please file a new bug report with component Drivers/Gallium/r600
Thanks.
dri-devel@lists.freedesktop.org