All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 64096] New: LLVM RV790 etqw regression since R600: Packetize instructions
@ 2013-04-30 22:05 bugzilla-daemon
  2013-04-30 22:39 ` [Bug 64096] " bugzilla-daemon
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: bugzilla-daemon @ 2013-04-30 22:05 UTC (permalink / raw)
  To: dri-devel


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

https://bugs.freedesktop.org/show_bug.cgi?id=64096

          Priority: medium
            Bug ID: 64096
          Assignee: dri-devel@lists.freedesktop.org
           Summary: LLVM RV790 etqw regression since R600: Packetize
                    instructions
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: adf.lists@gmail.com
          Hardware: Other
            Status: NEW
           Version: git
         Component: Drivers/Gallium/r600
           Product: Mesa

rv790 with etqw getting a green tint in levels on current llvm/mesa heads.

llvm bisected to below, while actually sitting on that there are more
corruptions than just the tint.

commit 25f259cde28860ea76c2f5628010968945a28edb
Author: Vincent Lejeune <vljn@ovi.com>
Date:   Tue Apr 30 00:14:27 2013 +0000

    R600: Packetize instructions

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180760
91177308-0d34-0410-b5e6-96231b3b80d8

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

[-- Attachment #1.2: Type: text/html, Size: 2464 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] 8+ messages in thread

* [Bug 64096] LLVM RV790 etqw regression since R600: Packetize instructions
  2013-04-30 22:05 [Bug 64096] New: LLVM RV790 etqw regression since R600: Packetize instructions bugzilla-daemon
@ 2013-04-30 22:39 ` bugzilla-daemon
  2013-05-01 14:09 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2013-04-30 22:39 UTC (permalink / raw)
  To: dri-devel


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

https://bugs.freedesktop.org/show_bug.cgi?id=64096

--- Comment #1 from Andy Furniss <adf.lists@gmail.com> ---
Testing further some of the mesa demos are also wrong - not that I have re-
bisected, just assume same issue, on heads -

gloss = blank.

gears, fbo_firecube, gearbox = too dark.

shadowtex = shadow misaligned

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

[-- Attachment #1.2: Type: text/html, Size: 1194 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] 8+ messages in thread

* [Bug 64096] LLVM RV790 etqw regression since R600: Packetize instructions
  2013-04-30 22:05 [Bug 64096] New: LLVM RV790 etqw regression since R600: Packetize instructions bugzilla-daemon
  2013-04-30 22:39 ` [Bug 64096] " bugzilla-daemon
@ 2013-05-01 14:09 ` bugzilla-daemon
  2013-05-02  8:56 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2013-05-01 14:09 UTC (permalink / raw)
  To: dri-devel


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

https://bugs.freedesktop.org/show_bug.cgi?id=64096

--- Comment #2 from vincent <vljn@ovi.com> ---
Created attachment 78720
  --> https://bugs.freedesktop.org/attachment.cgi?id=78720&action=edit
Disable bank_swizzle

Hi,

there is a bug that makes mesa change bank_swizzle if they are provided by
backend,
can you apply this patch on top of "R600: Packetize instructions" commit and
see if you can bisect further ?

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

[-- Attachment #1.2: Type: text/html, Size: 1501 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] 8+ messages in thread

* [Bug 64096] LLVM RV790 etqw regression since R600: Packetize instructions
  2013-04-30 22:05 [Bug 64096] New: LLVM RV790 etqw regression since R600: Packetize instructions bugzilla-daemon
  2013-04-30 22:39 ` [Bug 64096] " bugzilla-daemon
  2013-05-01 14:09 ` bugzilla-daemon
@ 2013-05-02  8:56 ` bugzilla-daemon
  2013-05-02 14:49 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2013-05-02  8:56 UTC (permalink / raw)
  To: dri-devel


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

https://bugs.freedesktop.org/show_bug.cgi?id=64096

--- Comment #3 from Andy Furniss <adf.lists@gmail.com> ---
(In reply to comment #2)
> Created attachment 78720 [details] [review]
> Disable bank_swizzle
> 
> Hi,
> 
> there is a bug that makes mesa change bank_swizzle if they are provided by
> backend,
> can you apply this patch on top of "R600: Packetize instructions" commit and
> see if you can bisect further ?

The patch doesn't change anything.

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

[-- Attachment #1.2: Type: text/html, Size: 1707 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] 8+ messages in thread

* [Bug 64096] LLVM RV790 etqw regression since R600: Packetize instructions
  2013-04-30 22:05 [Bug 64096] New: LLVM RV790 etqw regression since R600: Packetize instructions bugzilla-daemon
                   ` (2 preceding siblings ...)
  2013-05-02  8:56 ` bugzilla-daemon
@ 2013-05-02 14:49 ` bugzilla-daemon
  2013-05-02 16:38 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2013-05-02 14:49 UTC (permalink / raw)
  To: dri-devel


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

https://bugs.freedesktop.org/show_bug.cgi?id=64096

--- Comment #4 from vincent <vljn@ovi.com> ---
Created attachment 78783
  --> https://bugs.freedesktop.org/attachment.cgi?id=78783&action=edit
Prevent PV on trans inst

Hi,

does this patch help ? (on head)

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

[-- Attachment #1.2: Type: text/html, Size: 1343 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] 8+ messages in thread

* [Bug 64096] LLVM RV790 etqw regression since R600: Packetize instructions
  2013-04-30 22:05 [Bug 64096] New: LLVM RV790 etqw regression since R600: Packetize instructions bugzilla-daemon
                   ` (3 preceding siblings ...)
  2013-05-02 14:49 ` bugzilla-daemon
@ 2013-05-02 16:38 ` bugzilla-daemon
  2013-05-02 18:32 ` bugzilla-daemon
  2013-05-03  9:43 ` bugzilla-daemon
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2013-05-02 16:38 UTC (permalink / raw)
  To: dri-devel


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

https://bugs.freedesktop.org/show_bug.cgi?id=64096

--- Comment #5 from vincent <vljn@ovi.com> ---
Created attachment 78786
  --> https://bugs.freedesktop.org/attachment.cgi?id=78786&action=edit
Rework PV

Sorry, I tested previous patch and it didn't work.

However this new patch should fix gears, and probably others tests too.
(Apply it on HEAD)

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

[-- Attachment #1.2: Type: text/html, Size: 1403 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] 8+ messages in thread

* [Bug 64096] LLVM RV790 etqw regression since R600: Packetize instructions
  2013-04-30 22:05 [Bug 64096] New: LLVM RV790 etqw regression since R600: Packetize instructions bugzilla-daemon
                   ` (4 preceding siblings ...)
  2013-05-02 16:38 ` bugzilla-daemon
@ 2013-05-02 18:32 ` bugzilla-daemon
  2013-05-03  9:43 ` bugzilla-daemon
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2013-05-02 18:32 UTC (permalink / raw)
  To: dri-devel


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

https://bugs.freedesktop.org/show_bug.cgi?id=64096

--- Comment #6 from Andy Furniss <adf.lists@gmail.com> ---
(In reply to comment #5)
> Created attachment 78786 [details] [review]
> Rework PV
> 
> Sorry, I tested previous patch and it didn't work.
> 
> However this new patch should fix gears, and probably others tests too.
> (Apply it on HEAD)

It fixes the demos and etqw for me.

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

[-- Attachment #1.2: Type: text/html, Size: 1600 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] 8+ messages in thread

* [Bug 64096] LLVM RV790 etqw regression since R600: Packetize instructions
  2013-04-30 22:05 [Bug 64096] New: LLVM RV790 etqw regression since R600: Packetize instructions bugzilla-daemon
                   ` (5 preceding siblings ...)
  2013-05-02 18:32 ` bugzilla-daemon
@ 2013-05-03  9:43 ` bugzilla-daemon
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2013-05-03  9:43 UTC (permalink / raw)
  To: dri-devel


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

https://bugs.freedesktop.org/show_bug.cgi?id=64096

Andy Furniss <adf.lists@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

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

[-- Attachment #1.2: Type: text/html, Size: 1231 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] 8+ messages in thread

end of thread, other threads:[~2013-05-03  9:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-30 22:05 [Bug 64096] New: LLVM RV790 etqw regression since R600: Packetize instructions bugzilla-daemon
2013-04-30 22:39 ` [Bug 64096] " bugzilla-daemon
2013-05-01 14:09 ` bugzilla-daemon
2013-05-02  8:56 ` bugzilla-daemon
2013-05-02 14:49 ` bugzilla-daemon
2013-05-02 16:38 ` bugzilla-daemon
2013-05-02 18:32 ` bugzilla-daemon
2013-05-03  9:43 ` bugzilla-daemon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.