Re: [Mesa-dev] r600g: Support spilling temp arrays

2017-04-24 Thread Dieter Nützel
Am 10.03.2017 01:44, schrieb Dieter Nützel: Hello Glenn, I've tested this on r600g, Turks XT / HD6670, 2 GB (same as you have?). It was hard work to apply this on master. Do you have a rebase handy? But works so far. Am 05.03.2017 18:26, schrieb Glenn Kennard: This patch series implements sup

Re: [Mesa-dev] r600g: Support spilling temp arrays

2017-03-09 Thread Dieter Nützel
Hello Glenn, I've tested this on r600g, Turks XT / HD6670, 2 GB (same as you have?). It was hard work to apply this on master. Do you have a rebase handy? But works so far. Am 05.03.2017 18:26, schrieb Glenn Kennard: This patch series implements support for spilling temporary arrays on R6xx/R7

[Mesa-dev] r600g: Support spilling temp arrays

2017-03-05 Thread Glenn Kennard
This patch series implements support for spilling temporary arrays on R6xx/R7xx/Evergreen/NI if hardware GPR limits are exceeded. It opts for a simple pessimistic scheme of spilling the largest arrays until things fit. This fixes some subset of issues where "GPR limit exceeded" or "TGSI translatio