Re: [Mesa-dev] [PATCH 02.5/11] i965/vec4: Stop pretending to support indirect output stores

2015-11-27 Thread Kenneth Graunke
On Thursday, November 26, 2015 12:10:15 AM Jason Ekstrand wrote: > Since we're using nir_lower_outputs_to_temporaries to shadow all our > outputs, it's impossible to actually get an indirect store. The code we > had to "handle" this was pretty bogus as it created a register with a > reladdr and th

[Mesa-dev] [PATCH 02.5/11] i965/vec4: Stop pretending to support indirect output stores

2015-11-26 Thread Jason Ekstrand
Since we're using nir_lower_outputs_to_temporaries to shadow all our outputs, it's impossible to actually get an indirect store. The code we had to "handle" this was pretty bogus as it created a register with a reladdr and then stuffed it in a fixed varying slot without so much as a MOV. Not only