Created attachment 122156 [details] Incorrectly rendered app On Gen7, and prior the following commit: commit 38f4c11c2f5c00a1d2addddcd0508ad89a7cead4 Author: Jason Ekstrand <jason.ekstrand@intel.com> Date: Mon Feb 29 17:27:11 2016 -0800 anv/pipeline: Pull 3DSTATE_SBE into a shared helper the Sascha Willems computeparticles demo was rendering particles (albeit incorrectly). Now however, no particles are rendered and only the gray background is visible. Reference: https://github.com/SaschaWillems/Vulkan/blob/master/screenshots/compute_particles.png
This may have been fixed by the following commit: > commit 9a90176d488c00700cbd832a6a2d53a78114a21e > Author: Jason Ekstrand <jason.ekstrand@intel.com> > Date: Sat Mar 5 08:45:01 2016 -0800 > > anv/pipeline: Calculate the correct max_source_attr for 3DSTATE_SBE Mind retesting?
(In reply to Jason Ekstrand from comment #1) > This may have been fixed by the following commit: > > > commit 9a90176d488c00700cbd832a6a2d53a78114a21e > > Author: Jason Ekstrand <jason.ekstrand@intel.com> > > Date: Sat Mar 5 08:45:01 2016 -0800 > > > > anv/pipeline: Calculate the correct max_source_attr for 3DSTATE_SBE > > Mind retesting? The rendering issue is not fixed by the above the commit, nor by the latest branch head.
Created attachment 125421 [details] Computeparticle working. in the currect mesa3d code it's working. Tested under Ivy bridge driver.
(In reply to mrc_munir from comment #3) > Created attachment 125421 [details] > Computeparticle working. > > in the currect mesa3d code it's working. > > Tested under Ivy bridge driver. Then let's close the bug.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.