Re: [Mesa-dev] [PATCH] i965/skl: In opt_sampler_eot always set destination register to null

2015-05-07 Thread Anuj Phogat
On Thu, May 7, 2015 at 6:20 AM, Neil Roberts wrote: > opt_sampler_eot enables a direct write to framebuffer from a sample. > In order to do this the sample message needs to have a message header > so if there wasn't one already then the function adds one. In addition > the function sets the destin

[Mesa-dev] [PATCH] i965/skl: In opt_sampler_eot always set destination register to null

2015-05-07 Thread Neil Roberts
opt_sampler_eot enables a direct write to framebuffer from a sample. In order to do this the sample message needs to have a message header so if there wasn't one already then the function adds one. In addition the function sets the destination register to null because it's no longer used. However i