All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 62756] New: Rendering errors on rv790 with llvm and unigine heaven 3.0
@ 2013-03-26 11:07 bugzilla-daemon
  2013-03-26 11:08 ` [Bug 62756] " bugzilla-daemon
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: bugzilla-daemon @ 2013-03-26 11:07 UTC (permalink / raw)
  To: dri-devel


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

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

          Priority: medium
            Bug ID: 62756
          Assignee: dri-devel@lists.freedesktop.org
           Summary: Rendering errors on rv790 with llvm and unigine heaven
                    3.0
          Severity: normal
    Classification: Unclassified
                OS: Linux (All)
          Reporter: lists@andyfurniss.entadsl.com
          Hardware: x86-64 (AMD64)
            Status: NEW
           Version: git
         Component: Drivers/Gallium/r600
           Product: Mesa

Created attachment 77043
  --> https://bugs.freedesktop.org/attachment.cgi?id=77043&action=edit
heaven + llvm on rv790 rendering errors.

rv790 with git mesa and svn llvm, testing unigine heaven 3.0 like -

MESA_EXTENSION_OVERRIDE=-GL_ARB_shader_bit_encoding 
force_glsl_extensions_warn=true  ./heaven

I haven't tested this for a while - it was OK sometime ago with FDO llvm but
now I am getting some rendering errors (scree shot attached) with current mesa
git and llvm svn.

I tried finding a working commit going back with mesa, but I get to a point
where llvm renders nothing at all with anything using current llvm svn.

R600_LLVM=0 has no problems.

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

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

* [Bug 62756] Rendering errors on rv790 with llvm and unigine heaven 3.0
  2013-03-26 11:07 [Bug 62756] New: Rendering errors on rv790 with llvm and unigine heaven 3.0 bugzilla-daemon
@ 2013-03-26 11:08 ` bugzilla-daemon
  2013-03-26 12:01 ` bugzilla-daemon
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2013-03-26 11:08 UTC (permalink / raw)
  To: dri-devel


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

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

Andy Furniss <lists@andyfurniss.entadsl.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #77043|text/plain                  |image/jpeg
          mime type|                            |

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

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

* [Bug 62756] Rendering errors on rv790 with llvm and unigine heaven 3.0
  2013-03-26 11:07 [Bug 62756] New: Rendering errors on rv790 with llvm and unigine heaven 3.0 bugzilla-daemon
  2013-03-26 11:08 ` [Bug 62756] " bugzilla-daemon
@ 2013-03-26 12:01 ` bugzilla-daemon
  2013-03-27 11:04 ` bugzilla-daemon
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2013-03-26 12:01 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #1 from Michel Dänzer <michel@daenzer.net> ---
(In reply to comment #1)
> I tried finding a working commit going back with mesa, but I get to a point
> where llvm renders nothing at all with anything using current llvm svn.

There have been incompatible changes to the interface between r600g and the
LLVM R600 backend, so you'd probably need a matching LLVM snapshot. The Git
mirror at http://llvm.org/git/llvm.git might be helpful for this.

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

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

* [Bug 62756] Rendering errors on rv790 with llvm and unigine heaven 3.0
  2013-03-26 11:07 [Bug 62756] New: Rendering errors on rv790 with llvm and unigine heaven 3.0 bugzilla-daemon
  2013-03-26 11:08 ` [Bug 62756] " bugzilla-daemon
  2013-03-26 12:01 ` bugzilla-daemon
@ 2013-03-27 11:04 ` bugzilla-daemon
  2013-04-02 10:09 ` bugzilla-daemon
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2013-03-27 11:04 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #2 from Andy Furniss <lists@andyfurniss.entadsl.com> ---
(In reply to comment #1)
> (In reply to comment #1)
> > I tried finding a working commit going back with mesa, but I get to a point
> > where llvm renders nothing at all with anything using current llvm svn.
> 
> There have been incompatible changes to the interface between r600g and the
> LLVM R600 backend, so you'd probably need a matching LLVM snapshot. The Git
> mirror at http://llvm.org/git/llvm.git might be helpful for this.

OK, it is in llvm. Bisecting with mesa on head comes up with -

fd49dac48fee6da580157515dec55ed2f2d8f2b3 is the first bad commit
commit fd49dac48fee6da580157515dec55ed2f2d8f2b3
Author: Vincent Lejeune <vljn@ovi.com>
Date:   Mon Mar 11 18:15:06 2013 +0000

    R600: Fix JUMP handling so that MachineInstr verification can occur

    This allows R600 Target to use the newly created -verify-misched llc flag

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176819
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: 2245 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] 15+ messages in thread

* [Bug 62756] Rendering errors on rv790 with llvm and unigine heaven 3.0
  2013-03-26 11:07 [Bug 62756] New: Rendering errors on rv790 with llvm and unigine heaven 3.0 bugzilla-daemon
                   ` (2 preceding siblings ...)
  2013-03-27 11:04 ` bugzilla-daemon
@ 2013-04-02 10:09 ` bugzilla-daemon
  2013-04-02 17:12 ` bugzilla-daemon
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2013-04-02 10:09 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #3 from Andy Furniss <lists@andyfurniss.entadsl.com> ---
Created attachment 77308
  --> https://bugs.freedesktop.org/attachment.cgi?id=77308&action=edit
heaven regressed more with current heads

The recent changes to llvm and mesa have regressed heaven more.

Still OK with R600_LLVM=0, and other games are not affected.

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

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

* [Bug 62756] Rendering errors on rv790 with llvm and unigine heaven 3.0
  2013-03-26 11:07 [Bug 62756] New: Rendering errors on rv790 with llvm and unigine heaven 3.0 bugzilla-daemon
                   ` (3 preceding siblings ...)
  2013-04-02 10:09 ` bugzilla-daemon
@ 2013-04-02 17:12 ` bugzilla-daemon
  2013-04-02 20:32 ` bugzilla-daemon
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2013-04-02 17:12 UTC (permalink / raw)
  To: dri-devel


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

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

Michel Dänzer <michel@daenzer.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vljn@ovi.com

--- Comment #4 from Michel Dänzer <michel@daenzer.net> ---
Vincent, are you seeing r600g/LLVM bug reports like this one?

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

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

* [Bug 62756] Rendering errors on rv790 with llvm and unigine heaven 3.0
  2013-03-26 11:07 [Bug 62756] New: Rendering errors on rv790 with llvm and unigine heaven 3.0 bugzilla-daemon
                   ` (4 preceding siblings ...)
  2013-04-02 17:12 ` bugzilla-daemon
@ 2013-04-02 20:32 ` bugzilla-daemon
  2013-04-02 21:23 ` bugzilla-daemon
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2013-04-02 20:32 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #5 from vincent <vljn@ovi.com> ---
No, I don't receive mail from bugzilla until someone add me manually to the cc
list (dont know what to do to fix that though)

I'm aware of the regression with latest HEAD, I'm working on a fix.
r600g still adds CF_ALU on its own which break CF_CLAUSE address natively
encoded by llvm.

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

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

* [Bug 62756] Rendering errors on rv790 with llvm and unigine heaven 3.0
  2013-03-26 11:07 [Bug 62756] New: Rendering errors on rv790 with llvm and unigine heaven 3.0 bugzilla-daemon
                   ` (5 preceding siblings ...)
  2013-04-02 20:32 ` bugzilla-daemon
@ 2013-04-02 21:23 ` bugzilla-daemon
  2013-04-03 16:54 ` bugzilla-daemon
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2013-04-02 21:23 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #6 from Andy Furniss <adf.lists@gmail.com> ---
(In reply to comment #5)
> No, I don't receive mail from bugzilla until someone add me manually to the
> cc list (dont know what to do to fix that though)

drivers/gallium/r600 bugs get sent to the dri-devel list.

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

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

* [Bug 62756] Rendering errors on rv790 with llvm and unigine heaven 3.0
  2013-03-26 11:07 [Bug 62756] New: Rendering errors on rv790 with llvm and unigine heaven 3.0 bugzilla-daemon
                   ` (6 preceding siblings ...)
  2013-04-02 21:23 ` bugzilla-daemon
@ 2013-04-03 16:54 ` bugzilla-daemon
  2013-04-03 18:47 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2013-04-03 16:54 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #7 from vincent <vljn@ovi.com> ---
(In reply to comment #6)
> (In reply to comment #5)
> > No, I don't receive mail from bugzilla until someone add me manually to the
> > cc list (dont know what to do to fix that though)
> 
> drivers/gallium/r600 bugs get sent to the dri-devel list.

Ok, I always looked on mesa-dev for bugs, thank for pointing me this.

Does the "big" regression still occur with at least revision r178667 for llvm
and commit
http://cgit.freedesktop.org/mesa/mesa/commit/?id=159d9340662a70df3dcc9da1681f5b0a8e7650cf
for mesa ?

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

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

* [Bug 62756] Rendering errors on rv790 with llvm and unigine heaven 3.0
  2013-03-26 11:07 [Bug 62756] New: Rendering errors on rv790 with llvm and unigine heaven 3.0 bugzilla-daemon
                   ` (7 preceding siblings ...)
  2013-04-03 16:54 ` bugzilla-daemon
@ 2013-04-03 18:47 ` bugzilla-daemon
  2013-04-05 15:23 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2013-04-03 18:47 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #8 from Andy Furniss <adf.lists@gmail.com> ---
(In reply to comment #7)
> (In reply to comment #6)
> > (In reply to comment #5)
> > > No, I don't receive mail from bugzilla until someone add me manually to the
> > > cc list (dont know what to do to fix that though)
> > 
> > drivers/gallium/r600 bugs get sent to the dri-devel list.
> 
> Ok, I always looked on mesa-dev for bugs, thank for pointing me this.
> 
> Does the "big" regression still occur with at least revision r178667 for
> llvm and commit
> http://cgit.freedesktop.org/mesa/mesa/commit/
> ?id=159d9340662a70df3dcc9da1681f5b0a8e7650cf for mesa ?

Yes, it's the same with those.

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

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

* [Bug 62756] Rendering errors on rv790 with llvm and unigine heaven 3.0
  2013-03-26 11:07 [Bug 62756] New: Rendering errors on rv790 with llvm and unigine heaven 3.0 bugzilla-daemon
                   ` (8 preceding siblings ...)
  2013-04-03 18:47 ` bugzilla-daemon
@ 2013-04-05 15:23 ` bugzilla-daemon
  2013-04-05 18:56 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2013-04-05 15:23 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #9 from vincent <vljn@ovi.com> ---
Created attachment 77490
  --> https://bugs.freedesktop.org/attachment.cgi?id=77490&action=edit
Proposed patch

Does this patch solve the big regression ?

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

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

* [Bug 62756] Rendering errors on rv790 with llvm and unigine heaven 3.0
  2013-03-26 11:07 [Bug 62756] New: Rendering errors on rv790 with llvm and unigine heaven 3.0 bugzilla-daemon
                   ` (9 preceding siblings ...)
  2013-04-05 15:23 ` bugzilla-daemon
@ 2013-04-05 18:56 ` bugzilla-daemon
  2013-04-06 16:15 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2013-04-05 18:56 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #10 from Andy Furniss <adf.lists@gmail.com> ---
(In reply to comment #9)
> Created attachment 77490 [details] [review]
> Proposed patch
> 
> Does this patch solve the big regression ?

No, it's the same with that.

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

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

* [Bug 62756] Rendering errors on rv790 with llvm and unigine heaven 3.0
  2013-03-26 11:07 [Bug 62756] New: Rendering errors on rv790 with llvm and unigine heaven 3.0 bugzilla-daemon
                   ` (10 preceding siblings ...)
  2013-04-05 18:56 ` bugzilla-daemon
@ 2013-04-06 16:15 ` bugzilla-daemon
  2013-04-06 18:44 ` bugzilla-daemon
  2013-04-24 17:15 ` bugzilla-daemon
  13 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2013-04-06 16:15 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #11 from vincent <vljn@ovi.com> ---
Created attachment 77534
  --> https://bugs.freedesktop.org/attachment.cgi?id=77534&action=edit
native inst support for mesa

Sorry, I didn't notice that mesa didn't translate native instruction for r700.
You'll need this patch, as well as the previous one ; it should fix the big
regression. Can you confirm this ?

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

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

* [Bug 62756] Rendering errors on rv790 with llvm and unigine heaven 3.0
  2013-03-26 11:07 [Bug 62756] New: Rendering errors on rv790 with llvm and unigine heaven 3.0 bugzilla-daemon
                   ` (11 preceding siblings ...)
  2013-04-06 16:15 ` bugzilla-daemon
@ 2013-04-06 18:44 ` bugzilla-daemon
  2013-04-24 17:15 ` bugzilla-daemon
  13 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2013-04-06 18:44 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #12 from Andy Furniss <adf.lists@gmail.com> ---
(In reply to comment #11)
> Created attachment 77534 [details] [review]
> native inst support for mesa
> 
> Sorry, I didn't notice that mesa didn't translate native instruction for
> r700.
> You'll need this patch, as well as the previous one ; it should fix the big
> regression. Can you confirm this ?

Yes, this fixes the big regression and I also no longer see the original
regression.

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

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

* [Bug 62756] Rendering errors on rv790 with llvm and unigine heaven 3.0
  2013-03-26 11:07 [Bug 62756] New: Rendering errors on rv790 with llvm and unigine heaven 3.0 bugzilla-daemon
                   ` (12 preceding siblings ...)
  2013-04-06 18:44 ` bugzilla-daemon
@ 2013-04-24 17:15 ` bugzilla-daemon
  13 siblings, 0 replies; 15+ messages in thread
From: bugzilla-daemon @ 2013-04-24 17:15 UTC (permalink / raw)
  To: dri-devel


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

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

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: 1228 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] 15+ messages in thread

end of thread, other threads:[~2013-04-24 17:15 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-26 11:07 [Bug 62756] New: Rendering errors on rv790 with llvm and unigine heaven 3.0 bugzilla-daemon
2013-03-26 11:08 ` [Bug 62756] " bugzilla-daemon
2013-03-26 12:01 ` bugzilla-daemon
2013-03-27 11:04 ` bugzilla-daemon
2013-04-02 10:09 ` bugzilla-daemon
2013-04-02 17:12 ` bugzilla-daemon
2013-04-02 20:32 ` bugzilla-daemon
2013-04-02 21:23 ` bugzilla-daemon
2013-04-03 16:54 ` bugzilla-daemon
2013-04-03 18:47 ` bugzilla-daemon
2013-04-05 15:23 ` bugzilla-daemon
2013-04-05 18:56 ` bugzilla-daemon
2013-04-06 16:15 ` bugzilla-daemon
2013-04-06 18:44 ` bugzilla-daemon
2013-04-24 17:15 ` 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.