All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 100785] [regression, bisected] arb_gpu_shader5 piglit fail
@ 2017-04-25 11:30 bugzilla-daemon
  2017-04-25 11:39 ` bugzilla-daemon
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: bugzilla-daemon @ 2017-04-25 11:30 UTC (permalink / raw)
  To: dri-devel


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

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

            Bug ID: 100785
           Summary: [regression, bisected] arb_gpu_shader5 piglit fail
           Product: Mesa
           Version: git
          Hardware: Other
                OS: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Drivers/Gallium/r600
          Assignee: dri-devel@lists.freedesktop.org
          Reporter: Hi-Angel@yandex.ru
        QA Contact: dri-devel@lists.freedesktop.org

Failing tests:

        bin/arb_gpu_shader5-interpolateAtSample -auto -fbo
        bin/arb_gpu_shader5-interpolateAtSample-nonconst -auto -fbo

Bisection result:


eb8aa93c03ee89ffd3041d41b6293e4b282b6ce6 is the first bad commit
commit eb8aa93c03ee89ffd3041d41b6293e4b282b6ce6
Author: Timothy Arceri <tarceri@itsqueeze.com>
Date:   Fri Apr 14 16:25:58 2017 +1000

    glsl: disable varying packing for varying used by interpolateAt*

    Currently the NIR backends depend on GLSL IR copy propagation to
    fix up the interpolateAt* function params after varying packing
    changes the shader input to a global. It's possible copy propagation
    might not always do what we need it too, and we also shouldn't
    depend on optimisations to do this type of thing for us.

    I'm not sure if the same is true for TGSI, but the following
    commit should re-enable packing for most cases in a safer way,
    so we just disable it everywhere.

    No change in shader-db for i965 (BDW)

    Acked-by: Elie Tournier <elie.tournier@collabora.com>
    Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>

Reverting the commit fixes the problem.

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

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

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

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

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

* [Bug 100785] [regression, bisected] arb_gpu_shader5 piglit fail
  2017-04-25 11:30 [Bug 100785] [regression, bisected] arb_gpu_shader5 piglit fail bugzilla-daemon
@ 2017-04-25 11:39 ` bugzilla-daemon
  2017-04-25 23:54 ` bugzilla-daemon
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2017-04-25 11:39 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #1 from Hi-Angel <Hi-Angel@yandex.ru> ---
Ah, a fail output:

$ LD_LIBRARY_PATH=/home/constantine/Projects/mesa/lib
LIBGL_DRIVERS_PATH=/home/constantine/Projects/mesa/lib/gallium
/home/constantine/Projects/piglit/bin/arb_gpu_shader5-interpolateAtSample -auto
-fbo
Probe color at (0,0)
  Expected: 0 255 0
  Observed: 20 195 0
PIGLIT: {"result": "fail" }

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

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

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

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

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

* [Bug 100785] [regression, bisected] arb_gpu_shader5 piglit fail
  2017-04-25 11:30 [Bug 100785] [regression, bisected] arb_gpu_shader5 piglit fail bugzilla-daemon
  2017-04-25 11:39 ` bugzilla-daemon
@ 2017-04-25 23:54 ` bugzilla-daemon
  2017-04-26  7:45 ` bugzilla-daemon
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2017-04-25 23:54 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #2 from Timothy Arceri <t_arceri@yahoo.com.au> ---
Does it work if you set:

R600_DEBUG=nosb

Also it would be helpful if you could attach a before and after shader dump
using.

R600_DEBUG=vs,ps

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

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

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

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

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

* [Bug 100785] [regression, bisected] arb_gpu_shader5 piglit fail
  2017-04-25 11:30 [Bug 100785] [regression, bisected] arb_gpu_shader5 piglit fail bugzilla-daemon
  2017-04-25 11:39 ` bugzilla-daemon
  2017-04-25 23:54 ` bugzilla-daemon
@ 2017-04-26  7:45 ` bugzilla-daemon
  2017-04-26  7:46 ` bugzilla-daemon
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2017-04-26  7:45 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #3 from Hi-Angel <Hi-Angel@yandex.ru> ---
(In reply to Timothy Arceri from comment #2)
> Does it work if you set:
> 
> R600_DEBUG=nosb

Yeah, this way it does pass.

> Also it would be helpful if you could attach a before and after shader dump
> using.
> 
> R600_DEBUG=vs,ps

Attaching.

-- 
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: 160 bytes --]

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

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

* [Bug 100785] [regression, bisected] arb_gpu_shader5 piglit fail
  2017-04-25 11:30 [Bug 100785] [regression, bisected] arb_gpu_shader5 piglit fail bugzilla-daemon
                   ` (2 preceding siblings ...)
  2017-04-26  7:45 ` bugzilla-daemon
@ 2017-04-26  7:46 ` bugzilla-daemon
  2017-04-26  7:47 ` bugzilla-daemon
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2017-04-26  7:46 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #4 from Hi-Angel <Hi-Angel@yandex.ru> ---
Created attachment 131043
  --> https://bugs.freedesktop.org/attachment.cgi?id=131043&action=edit
ps,vs dump HEAD

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

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

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

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

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

* [Bug 100785] [regression, bisected] arb_gpu_shader5 piglit fail
  2017-04-25 11:30 [Bug 100785] [regression, bisected] arb_gpu_shader5 piglit fail bugzilla-daemon
                   ` (3 preceding siblings ...)
  2017-04-26  7:46 ` bugzilla-daemon
@ 2017-04-26  7:47 ` bugzilla-daemon
  2017-04-26 22:49 ` bugzilla-daemon
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2017-04-26  7:47 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #5 from Hi-Angel <Hi-Angel@yandex.ru> ---
Created attachment 131044
  --> https://bugs.freedesktop.org/attachment.cgi?id=131044&action=edit
ps,vs dump HEAD with reverted eb8aa93c03

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

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

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

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

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

* [Bug 100785] [regression, bisected] arb_gpu_shader5 piglit fail
  2017-04-25 11:30 [Bug 100785] [regression, bisected] arb_gpu_shader5 piglit fail bugzilla-daemon
                   ` (4 preceding siblings ...)
  2017-04-26  7:47 ` bugzilla-daemon
@ 2017-04-26 22:49 ` bugzilla-daemon
  2017-04-27  4:21 ` bugzilla-daemon
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2017-04-26 22:49 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #6 from Timothy Arceri <t_arceri@yahoo.com.au> ---
Thanks. Looks like a bug in sb optimisations so the output of 
R600_DEBUG=vs,ps,nosb on HEAD would also be useful.

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

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

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

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

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

* [Bug 100785] [regression, bisected] arb_gpu_shader5 piglit fail
  2017-04-25 11:30 [Bug 100785] [regression, bisected] arb_gpu_shader5 piglit fail bugzilla-daemon
                   ` (5 preceding siblings ...)
  2017-04-26 22:49 ` bugzilla-daemon
@ 2017-04-27  4:21 ` bugzilla-daemon
  2017-04-27  4:22 ` bugzilla-daemon
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2017-04-27  4:21 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #7 from Hi-Angel <Hi-Angel@yandex.ru> ---
Created attachment 131062
  --> https://bugs.freedesktop.org/attachment.cgi?id=131062&action=edit
ps,vs,nosb dump HEAD

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

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

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

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

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

* [Bug 100785] [regression, bisected] arb_gpu_shader5 piglit fail
  2017-04-25 11:30 [Bug 100785] [regression, bisected] arb_gpu_shader5 piglit fail bugzilla-daemon
                   ` (6 preceding siblings ...)
  2017-04-27  4:21 ` bugzilla-daemon
@ 2017-04-27  4:22 ` bugzilla-daemon
  2017-04-27  4:25 ` bugzilla-daemon
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2017-04-27  4:22 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #8 from Hi-Angel <Hi-Angel@yandex.ru> ---
Created attachment 131063
  --> https://bugs.freedesktop.org/attachment.cgi?id=131063&action=edit
ps,vs,nosb dump HEAD with reverted eb8aa93c03

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

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

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

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

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

* [Bug 100785] [regression, bisected] arb_gpu_shader5 piglit fail
  2017-04-25 11:30 [Bug 100785] [regression, bisected] arb_gpu_shader5 piglit fail bugzilla-daemon
                   ` (7 preceding siblings ...)
  2017-04-27  4:22 ` bugzilla-daemon
@ 2017-04-27  4:25 ` bugzilla-daemon
  2017-04-27  4:45 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2017-04-27  4:25 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #9 from Hi-Angel <Hi-Angel@yandex.ru> ---
Hmm, wait. Now for some reason it fails with nosb also.

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

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

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

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

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

* [Bug 100785] [regression, bisected] arb_gpu_shader5 piglit fail
  2017-04-25 11:30 [Bug 100785] [regression, bisected] arb_gpu_shader5 piglit fail bugzilla-daemon
                   ` (8 preceding siblings ...)
  2017-04-27  4:25 ` bugzilla-daemon
@ 2017-04-27  4:45 ` bugzilla-daemon
  2017-04-27  5:09 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2017-04-27  4:45 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #10 from Hi-Angel <Hi-Angel@yandex.ru> ---
Not sure why, but I can't get it passing with "nosb" anymore :(

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

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

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

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

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

* [Bug 100785] [regression, bisected] arb_gpu_shader5 piglit fail
  2017-04-25 11:30 [Bug 100785] [regression, bisected] arb_gpu_shader5 piglit fail bugzilla-daemon
                   ` (9 preceding siblings ...)
  2017-04-27  4:45 ` bugzilla-daemon
@ 2017-04-27  5:09 ` bugzilla-daemon
  2017-04-27  5:12 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2017-04-27  5:09 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #11 from Hi-Angel <Hi-Angel@yandex.ru> ---
So, actually there're 4 different combinations:

                                                 | usual run | nosb  |
HEAD                                     |   fails   | passes|
HEAD eb8aa93c03 reverted |   passes  | fails |

With that said, I've attached dumps for all 4 configurations. But I do actually
recall that "nosb" option was buggy, see this
https://bugs.freedesktop.org/show_bug.cgi?id=93715

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

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

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

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

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

* [Bug 100785] [regression, bisected] arb_gpu_shader5 piglit fail
  2017-04-25 11:30 [Bug 100785] [regression, bisected] arb_gpu_shader5 piglit fail bugzilla-daemon
                   ` (10 preceding siblings ...)
  2017-04-27  5:09 ` bugzilla-daemon
@ 2017-04-27  5:12 ` bugzilla-daemon
  2017-06-19 10:33 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2017-04-27  5:12 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #12 from Hi-Angel <Hi-Angel@yandex.ru> ---
(EDIT: replaced tabs with space in the table)

So, actually there're 4 different combinations:

                         | usual run | nosb  |
HEAD                     |   fails   | passes|
HEAD eb8aa93c03 reverted |   passes  | fails |

With that said, I've attached dumps for all 4 configurations. But I do actually
recall that "nosb" option was buggy, see this
https://bugs.freedesktop.org/show_bug.cgi?id=93715

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

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

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

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

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

* [Bug 100785] [regression, bisected] arb_gpu_shader5 piglit fail
  2017-04-25 11:30 [Bug 100785] [regression, bisected] arb_gpu_shader5 piglit fail bugzilla-daemon
                   ` (11 preceding siblings ...)
  2017-04-27  5:12 ` bugzilla-daemon
@ 2017-06-19 10:33 ` bugzilla-daemon
  2017-06-23 15:57 ` bugzilla-daemon
  2017-06-26  7:58 ` bugzilla-daemon
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2017-06-19 10:33 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #13 from Hi-Angel <Hi-Angel@yandex.ru> ---
Possible fix
https://lists.freedesktop.org/archives/mesa-dev/2017-June/159872.html

It solves the problem, but needs more work to exclude other bugs of alike type.

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

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

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

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

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

* [Bug 100785] [regression, bisected] arb_gpu_shader5 piglit fail
  2017-04-25 11:30 [Bug 100785] [regression, bisected] arb_gpu_shader5 piglit fail bugzilla-daemon
                   ` (12 preceding siblings ...)
  2017-06-19 10:33 ` bugzilla-daemon
@ 2017-06-23 15:57 ` bugzilla-daemon
  2017-06-26  7:58 ` bugzilla-daemon
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2017-06-23 15:57 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #14 from Hi-Angel <Hi-Angel@yandex.ru> ---
Created attachment 132157
  --> https://bugs.freedesktop.org/attachment.cgi?id=132157&action=edit
fix

FTR, attaching the fix. However I don't know when I get it sent to the ML
because I can't finish piglit testing — GPU hangs.

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

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

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

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

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

* [Bug 100785] [regression, bisected] arb_gpu_shader5 piglit fail
  2017-04-25 11:30 [Bug 100785] [regression, bisected] arb_gpu_shader5 piglit fail bugzilla-daemon
                   ` (13 preceding siblings ...)
  2017-06-23 15:57 ` bugzilla-daemon
@ 2017-06-26  7:58 ` bugzilla-daemon
  14 siblings, 0 replies; 16+ messages in thread
From: bugzilla-daemon @ 2017-06-26  7:58 UTC (permalink / raw)
  To: dri-devel


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

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

Hi-Angel <Hi-Angel@yandex.ru> changed:

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

--- Comment #15 from Hi-Angel <Hi-Angel@yandex.ru> ---
Fixed by
https://cgit.freedesktop.org/mesa/mesa/commit/?id=3d466f3e9f76c91083f0cfbb8a76148bdb0d52a3

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

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

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

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

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

end of thread, other threads:[~2017-06-26  7:58 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-25 11:30 [Bug 100785] [regression, bisected] arb_gpu_shader5 piglit fail bugzilla-daemon
2017-04-25 11:39 ` bugzilla-daemon
2017-04-25 23:54 ` bugzilla-daemon
2017-04-26  7:45 ` bugzilla-daemon
2017-04-26  7:46 ` bugzilla-daemon
2017-04-26  7:47 ` bugzilla-daemon
2017-04-26 22:49 ` bugzilla-daemon
2017-04-27  4:21 ` bugzilla-daemon
2017-04-27  4:22 ` bugzilla-daemon
2017-04-27  4:25 ` bugzilla-daemon
2017-04-27  4:45 ` bugzilla-daemon
2017-04-27  5:09 ` bugzilla-daemon
2017-04-27  5:12 ` bugzilla-daemon
2017-06-19 10:33 ` bugzilla-daemon
2017-06-23 15:57 ` bugzilla-daemon
2017-06-26  7:58 ` 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.