Re: [Mesa-dev] [PATCH] nvc0: do not break 3D state by pushing MS coordinates on Fermi

2016-10-20 Thread Samuel Pitoiset
On 10/20/2016 12:46 AM, Samuel Pitoiset wrote: Long short story, 3D and CP are aliased on Fermi and initializing compute after pushing the MS sample coordinate offsets seems to corrupt 3D state for weird reasons. I still don't have the faintest clue what is going on, but this seems to only aff

Re: [Mesa-dev] [PATCH] nvc0: do not break 3D state by pushing MS coordinates on Fermi

2016-10-19 Thread Samuel Pitoiset
On 10/20/2016 12:55 AM, Ilia Mirkin wrote: On Wed, Oct 19, 2016 at 6:46 PM, Samuel Pitoiset wrote: Long short story, 3D and CP are aliased on Fermi and initializing compute after pushing the MS sample coordinate offsets seems to corrupt 3D state for weird reasons. I still don't have the fain

Re: [Mesa-dev] [PATCH] nvc0: do not break 3D state by pushing MS coordinates on Fermi

2016-10-19 Thread Ilia Mirkin
On Wed, Oct 19, 2016 at 6:46 PM, Samuel Pitoiset wrote: > Long short story, 3D and CP are aliased on Fermi and initializing > compute after pushing the MS sample coordinate offsets seems to > corrupt 3D state for weird reasons. > > I still don't have the faintest clue what is going on, but > this

[Mesa-dev] [PATCH] nvc0: do not break 3D state by pushing MS coordinates on Fermi

2016-10-19 Thread Samuel Pitoiset
Long short story, 3D and CP are aliased on Fermi and initializing compute after pushing the MS sample coordinate offsets seems to corrupt 3D state for weird reasons. I still don't have the faintest clue what is going on, but this seems to only affect Fermi generation. A possible fix could be to us