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

* [Bug 27723] Vtx endian setup error under big endain CPU
  2010-04-18 11:13 [Bug 27723] New: Vtx endian setup error under big endain CPU bugzilla-daemon
@ 2012-11-02 16:28 ` bugzilla-daemon
  2014-07-07 16:02 ` bugzilla-daemon
  1 sibling, 0 replies; 3+ messages in thread
From: bugzilla-daemon @ 2012-11-02 16:28 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 578 bytes --]

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?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1893 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 27723] Vtx endian setup error under big endain CPU
  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
  1 sibling, 0 replies; 3+ messages in thread
From: bugzilla-daemon @ 2014-07-07 16:02 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 697 bytes --]

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2165 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ 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).