dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [Bug 27723] New: Vtx endian setup error under big endain CPU
@ 2010-04-18 11:13 bugzilla-daemon
  2012-11-02 16:28 ` [Bug 27723] " bugzilla-daemon
  2014-07-07 16:02 ` bugzilla-daemon
  0 siblings, 2 replies; 3+ messages in thread
From: bugzilla-daemon @ 2010-04-18 11:13 UTC (permalink / raw)
  To: dri-devel

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

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-07-07 16:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-18 11:13 [Bug 27723] New: Vtx endian setup error under big endain CPU bugzilla-daemon
2012-11-02 16:28 ` [Bug 27723] " bugzilla-daemon
2014-07-07 16:02 ` bugzilla-daemon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).