Re: [Mesa-dev] Broken rendering of glxgears on S/390 architecture (64bit, BigEndian)

2020-02-04 Thread Rob Clark
On Tue, Feb 4, 2020 at 9:42 PM Eric Anholt wrote: > > On Tue, Feb 4, 2020 at 7:54 PM Rob Clark wrote: > > > > it seems like BE vs formats (vs llvm) is a constant nightmare, because > > there are essentially no mesa dev's working on BE devices (ie. issues > > are generally discovered long after th

Re: [Mesa-dev] Broken rendering of glxgears on S/390 architecture (64bit, BigEndian)

2020-02-04 Thread Eric Anholt
On Tue, Feb 4, 2020 at 7:54 PM Rob Clark wrote: > > it seems like BE vs formats (vs llvm) is a constant nightmare, because > there are essentially no mesa dev's working on BE devices (ie. issues > are generally discovered long after the fact when mesa changes finally > propagate into into enterpri

Re: [Mesa-dev] Broken rendering of glxgears on S/390 architecture (64bit, BigEndian)

2020-02-04 Thread Rob Clark
it seems like BE vs formats (vs llvm) is a constant nightmare, because there are essentially no mesa dev's working on BE devices (ie. issues are generally discovered long after the fact when mesa changes finally propagate into into enterprise distros).. but with gitlab we have now a sane scheme to

[Mesa-dev] Broken rendering of glxgears on S/390 architecture (64bit, BigEndian)

2020-02-04 Thread Stefan Dirsch
Hi Unfortunately rendering of glxgears on S/390 architecture (64bit, BigEndian) is broken on Mesa 19.3.3. I bisected the issue and the git commit id d17ff2f7, which came in between 19.2 and 19.3, caused the issue. After reverting this commit, glxgears rendering is working again. I openend issu#247