Re: [Mesa-dev] [PATCH 05/14] i965: Add SIMD8 URB write low-level IR instruction

2014-10-29 Thread Kristian Høgsberg
On Tue, Oct 28, 2014 at 4:17 PM, Matt Turner wrote: > On Tue, Oct 28, 2014 at 3:17 PM, Kristian Høgsberg wrote: >> This is all we need from the generator for SIMD8 vertex shaders. This >> opcode is just the send instruction, all the hard work will happen >> in the visitor using LOAD_PAYLOAD. >>

Re: [Mesa-dev] [PATCH 05/14] i965: Add SIMD8 URB write low-level IR instruction

2014-10-28 Thread Matt Turner
On Tue, Oct 28, 2014 at 3:17 PM, Kristian Høgsberg wrote: > This is all we need from the generator for SIMD8 vertex shaders. This > opcode is just the send instruction, all the hard work will happen > in the visitor using LOAD_PAYLOAD. > > Signed-off-by: Kristian Høgsberg > --- > src/mesa/drive

[Mesa-dev] [PATCH 05/14] i965: Add SIMD8 URB write low-level IR instruction

2014-10-28 Thread Kristian Høgsberg
This is all we need from the generator for SIMD8 vertex shaders. This opcode is just the send instruction, all the hard work will happen in the visitor using LOAD_PAYLOAD. Signed-off-by: Kristian Høgsberg --- src/mesa/drivers/dri/i965/brw_defines.h | 1 + src/mesa/drivers/dri/i965/br