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

2017-04-28 Thread Kenneth Graunke
On Monday, April 24, 2017 3:19:32 PM PDT 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. > > Signed-off-by: Rafael Antognolli

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

2017-04-24 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. Signed-off-by: Rafael Antognolli --- src/mesa/drivers/dri/i965/Makefile.sources | 1 +- src/mesa/drivers/dri/i