All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 104717] Rocket League: grass rendering broken with nir
       [not found] <bug-104717-502@http.bugs.freedesktop.org/>
@ 2018-01-22  8:37 ` bugzilla-daemon
  2018-03-07 21:29 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2018-01-22  8:37 UTC (permalink / raw)
  To: dri-devel


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

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

Kenneth Graunke <kenneth@whitecape.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         QA Contact|intel-3d-bugs@lists.freedes |dri-devel@lists.freedesktop
                   |ktop.org                    |.org
           Assignee|intel-3d-bugs@lists.freedes |dri-devel@lists.freedesktop
                   |ktop.org                    |.org
          Component|Drivers/DRI/i965            |Drivers/Gallium/radeonsi

--- Comment #1 from Kenneth Graunke <kenneth@whitecape.org> ---
I bet the ac/nir code just doesn't respect the driconf option (which i965
doesn't use).  Moving the bug to radeonsi for now and assigning to Tim.

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

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

* [Bug 104717] Rocket League: grass rendering broken with nir
       [not found] <bug-104717-502@http.bugs.freedesktop.org/>
  2018-01-22  8:37 ` [Bug 104717] Rocket League: grass rendering broken with nir bugzilla-daemon
@ 2018-03-07 21:29 ` bugzilla-daemon
  2018-03-07 23:06 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2018-03-07 21:29 UTC (permalink / raw)
  To: dri-devel


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

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

Gregor Münch <gr.muench@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |t_arceri@yahoo.com.au

--- Comment #2 from Gregor Münch <gr.muench@gmail.com> ---
Looks like the assigning didnt work?
Did that now, I hope you dont mind.

Honestly I dont understand why Intel isnt affected. As far as I understood the
old problem: mesa basically treats OpenGL spec right but nvidia was faster
implementing it thus created a de-facto standard.
Now porting companys agree its wrong but dont want to change treatment because
80% of their users using nvidia binary blob.
To circumvent the problem, a override was created. Fixing the issue for radeon.
I mean, I understand that the RadeonSI NIR port doesnt respect the dri override
yet. But I dont understand that Intel isnt using the dri override at all. Which
would mean that if Intel treats the opengl spec in the same way like RadeonSI
did but doesnt make use of the override, the problems in those games still
appear for Intel users.

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

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

* [Bug 104717] Rocket League: grass rendering broken with nir
       [not found] <bug-104717-502@http.bugs.freedesktop.org/>
  2018-01-22  8:37 ` [Bug 104717] Rocket League: grass rendering broken with nir bugzilla-daemon
  2018-03-07 21:29 ` bugzilla-daemon
@ 2018-03-07 23:06 ` bugzilla-daemon
  2018-03-08  0:35 ` bugzilla-daemon
  2018-03-10 14:19 ` bugzilla-daemon
  4 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2018-03-07 23:06 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #3 from Timothy Arceri <t_arceri@yahoo.com.au> ---
This series should fix the regression. Thanks for reporting it.

https://patchwork.freedesktop.org/series/39565/

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

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

* [Bug 104717] Rocket League: grass rendering broken with nir
       [not found] <bug-104717-502@http.bugs.freedesktop.org/>
                   ` (2 preceding siblings ...)
  2018-03-07 23:06 ` bugzilla-daemon
@ 2018-03-08  0:35 ` bugzilla-daemon
  2018-03-10 14:19 ` bugzilla-daemon
  4 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2018-03-08  0:35 UTC (permalink / raw)
  To: dri-devel


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

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

Timothy Arceri <t_arceri@yahoo.com.au> changed:

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

--- Comment #4 from Timothy Arceri <t_arceri@yahoo.com.au> ---
This should be fixed by:

commit 0c90264da4139805d34f530485a678c53809932e
Author: Timothy Arceri <tarceri@itsqueeze.com>
Date:   Thu Mar 8 09:46:42 2018 +1100

    ac/radeonsi: add emit_kill to the abi

    This should fix a regression with Rocket League grass rendering
    on the NIR backend.

    Reviewed-by: Marek Olšák <marek.olsak@amd.com>
    Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=104717

If you are still having problems feel free to reopen the bug.

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

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

* [Bug 104717] Rocket League: grass rendering broken with nir
       [not found] <bug-104717-502@http.bugs.freedesktop.org/>
                   ` (3 preceding siblings ...)
  2018-03-08  0:35 ` bugzilla-daemon
@ 2018-03-10 14:19 ` bugzilla-daemon
  4 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2018-03-10 14:19 UTC (permalink / raw)
  To: dri-devel


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

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

Gregor Münch <gr.muench@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |VERIFIED

--- Comment #5 from Gregor Münch <gr.muench@gmail.com> ---
Yes, its fixed. Thank you!

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

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

end of thread, other threads:[~2018-03-10 14:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-104717-502@http.bugs.freedesktop.org/>
2018-01-22  8:37 ` [Bug 104717] Rocket League: grass rendering broken with nir bugzilla-daemon
2018-03-07 21:29 ` bugzilla-daemon
2018-03-07 23:06 ` bugzilla-daemon
2018-03-08  0:35 ` bugzilla-daemon
2018-03-10 14:19 ` 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.