Re: [Mesa-dev] radv: gfx9 3d image fixes

2017-12-21 Thread Dave Airlie
On 21 December 2017 at 19:52, Alex Smith wrote: > Nice - this does fix the issue I was seeing, thanks. > > Can at least patches 2 and 3 go to stable? Yes once I get some review I'll tag those two for stable. Dave. ___ mesa-dev mailing list mesa-dev@lis

Re: [Mesa-dev] radv: gfx9 3d image fixes

2017-12-21 Thread Alex Smith
Nice - this does fix the issue I was seeing, thanks. Can at least patches 2 and 3 go to stable? On 21 December 2017 at 01:50, Dave Airlie wrote: > This series fixes about 340 CTS tests on Vega that involve 3D images. > > The two main things are to use 3D samplers for copy paths sources that > a

[Mesa-dev] radv: gfx9 3d image fixes

2017-12-20 Thread Dave Airlie
This series fixes about 340 CTS tests on Vega that involve 3D images. The two main things are to use 3D samplers for copy paths sources that are 3D images. I've also found another bug, and refactors a bit of code at the end. I've also test this on a tonga and tests don't seem to break. Dave. _