Re: [Mesa-dev] [PATCH v03 38/38] i965: Port gen4+ state emitting code to genxml.

2017-05-04 Thread Pohjolainen, Topi
On Mon, May 01, 2017 at 06:43:26PM -0700, Rafael Antognolli wrote: > On this patch, we port: >- brw_polygon_stipple >- brw_polygon_stipple_offset >- brw_line_stipple >- brw_drawing_rect > > v2: >- Also emit states for gen4-5 with this code. > v3: >- Style fixes and remove e

[Mesa-dev] [PATCH v03 38/38] i965: Port gen4+ state emitting code to genxml.

2017-05-01 Thread Rafael Antognolli
On this patch, we port: - brw_polygon_stipple - brw_polygon_stipple_offset - brw_line_stipple - brw_drawing_rect v2: - Also emit states for gen4-5 with this code. v3: - Style fixes and remove excessive checks (Ken). Signed-off-by: Rafael Antognolli --- src/mesa/drivers/dri/i96