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.
>>
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
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